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