Home
last modified time | relevance | path

Searched defs:wtf (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLogUtil.java230 public static void wtf(String message) { in wtf() method in LogUtil.CLog
240 public static void wtf(Throwable t) { in wtf() method in LogUtil.CLog
252 public static void wtf(String format, Object... args) { in wtf() method in LogUtil.CLog
263 public static void wtf(String message, Throwable t) { in wtf() method in LogUtil.CLog