Searched refs:logId (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | Log.java | 297 static int wtf(int logId, String tag, String msg, Throwable tr, boolean localStack, in wtf() argument 303 int bytes = printlns(logId, ERROR, tag, msg, localStack ? what : tr); in wtf() 308 static void wtfQuiet(int logId, String tag, String msg, boolean system) { in wtfQuiet() argument
|