Searched refs:subTag (Results 1 – 2 of 2) sorted by relevance
/system/core/liblog/ |
D | log_event_write.c | 27 LIBLOG_ABI_PUBLIC int __android_log_error_write(int tag, const char* subTag, in __android_log_error_write() argument 32 if (subTag && (data || !dataLen)) { in __android_log_error_write() 37 ret = android_log_write_string8_len(ctx, subTag, MAX_SUBTAG_LEN); in __android_log_error_write()
|
/system/core/liblog/include/log/ |
D | log.h | 182 #define android_errorWriteLog(tag, subTag) \ argument 183 __android_log_error_write(tag, subTag, -1, NULL, 0) 185 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument 186 __android_log_error_write(tag, subTag, uid, data, dataLen) 188 int __android_log_error_write(int tag, const char* subTag, int32_t uid,
|