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