Searched defs:subTag (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dlog_event_write.c27 LIBLOG_ABI_PUBLIC int __android_log_error_write(int tag, const char* subTag, argument
32 if (subTag && (data || !dataLen)) {
37 ret = android_log_write_string8_len(ctx, subTag, MAX_SUBTAG_LEN);

Completed in 74 milliseconds