Home | History | Annotate | Download | only in os

Lines Matching refs:getCaller

1404     private static String getCaller(StackTraceElement callStack[], int depth) {
1423 sb.append(getCaller(callStack, i)).append(" ");
1440 sb.append(linePrefix).append(getCaller(callStack, i)).append("\n");
1449 public static String getCaller() {
1450 return getCaller(Thread.currentThread().getStackTrace(), 0);