Home
last modified time | relevance | path

Searched refs:subtag (Results 1 – 2 of 2) sorted by relevance

/system/core/logcat/
Devent.logtags153 1397638484 snet_event_log (subtag|3) (uid|1) (message|3)
/system/core/liblog/tests/
Dliblog_test.cpp1882 static void android_errorWriteWithInfoLog_helper(int tag, const char* subtag, int uid, in android_errorWriteWithInfoLog_helper() argument
1885 int ret = android_errorWriteWithInfoLog(tag, subtag, uid, payload, data_len); in android_errorWriteWithInfoLog_helper()
1909 int32_t subtag_len = strlen(subtag); in android_errorWriteWithInfoLog_helper()
1914 if (memcmp(subtag, &event_string_subtag->data, subtag_len)) { in android_errorWriteWithInfoLog_helper()