Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/android_stub/log/
Dlog_safetynet.h25 #define android_errorWriteLog(tag, subTag) \ argument
26 __android_log_error_write(tag, subTag, -1, NULL, 0)
28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
29 __android_log_error_write(tag, subTag, uid, data, dataLen)
31 int __android_log_error_write(int tag, const char* subTag, int32_t uid,