Searched refs:getCaller (Results 1 – 4 of 4) sorted by relevance
38 return Debug.getCaller(); in callDepth0()
171 String caller = getCaller(); in doTrace()258 private static String getCaller() { in getCaller() method in Tracer
1614 private static String getCaller(StackTraceElement callStack[], int depth) { in getCaller() method in Debug1633 sb.append(getCaller(callStack, i)).append(" "); in getCallers()1649 sb.append(getCaller(callStack, i)).append(" "); in getCallers()1666 sb.append(linePrefix).append(getCaller(callStack, i)).append("\n"); in getCallers()1675 public static String getCaller() { in getCaller() method in Debug1676 return getCaller(Thread.currentThread().getStackTrace(), 0); in getCaller()
56 Log.w(TAG, "Caller needs permission '" + PERMISSION + "' to call " + Debug.getCaller()); in checkPermission()