Home | History | Annotate | Download | only in os

Lines Matching defs:stack

152     // Only log a duplicate stack trace to the logs every second.
279 * our offending stack traces to the caller to ultimately handle
966 * Log of strict mode violation stack traces that have occurred
1167 // look up our stack to see if we came from the system server.
1168 Throwable stack = new Throwable();
1169 stack.fillInStackTrace();
1170 for (StackTraceElement ste : stack.getStackTrace()) {
2116 // will truncate each stack trace to ~20kB.
2133 // Our own stack trace to append
2135 sw.append("# via Binder call with stack:\n");
2331 * @param name a short string for the exception stack trace that's
2350 * @param tag an object for the exception stack trace that's
2493 * Stack and other stuff info.
2736 // now we suppress the stack trace because it's useless and/or