HomeSort by relevance Sort by last modified time
    Searched full:__android_log_level (Results 1 - 1 of 1) sorted by null

  /system/core/liblog/
properties.c 91 static int __android_log_level(const char* tag, size_t len, int default_prio) { function
269 int logLevel = __android_log_level(tag, len, default_prio);
276 __android_log_level(tag, (tag && *tag) ? strlen(tag) : 0, default_prio);

Completed in 133 milliseconds