Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowSlog.java93 protected static int wtfStack(String tag, String msg) { in wtfStack() method in ShadowSlog
/frameworks/base/core/java/android/util/
DSlog.java110 public static int wtfStack(String tag, String msg) { in wtfStack() method in Slog
DLog.java281 public static int wtfStack(@Nullable String tag, @Nullable String msg) { in wtfStack() method in Log