Searched defs:getStackTrace (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUtils.java164 public static String getStackTrace(final int limit) { method in class:Utils
169 StackTraceElement[] frames = e.getStackTrace();
178 public static String getStackTrace() { method in class:Utils
179 return getStackTrace(Integer.MAX_VALUE - 1);

Completed in 120 milliseconds