Searched defs:priority (Results 1 - 3 of 3) sorted by last modified time

/system/core/include/cutils/
H A Dlogprint.h46 android_LogPriority priority; member in struct:AndroidLogEntry_t
95 * returns 1 if this log line should be printed based on its priority
/system/core/liblog/
H A Dfake_log_device.c71 /* global minimum priority */
171 * and a letter indicating the minimum priority level we're expected to log.
188 /* global min priority defaults to "info" level */
218 /* default priority, if there's no ":" part; also zero out '*' */
299 * Return a human-readable string for the priority level. Always returns
302 static const char* getPriorityString(int priority) argument
310 idx = (int) priority - (int) ANDROID_LOG_VERBOSE;
538 * priority (1 byte)
/system/core/toolbox/
H A Dlog.c92 android_LogPriority priority; local
97 priority = ANDROID_LOG_INFO;
114 priority = filterCharToPri(optarg[0]);
115 if (priority == ANDROID_LOG_UNKNOWN) {
141 __android_log_print(priority, tag, "%s", buffer);

Completed in 421 milliseconds