Home | History | Annotate | Download | only in minzip

Lines Matching refs:priority

131  * verbose priority.
143 * debug priority.
151 * info priority.
159 * warn priority.
167 * error priority.
187 #define LOG(priority, tag, ...) \
188 LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
192 * Log macro that allows you to specify a number for the priority.
195 #define LOG_PRI(priority, tag, ...) \
200 * Conditional given a desired logging priority and tag.
203 #define IF_LOG(priority, tag) \