Home | History | Annotate | Download | only in vm

Lines Matching full:trace

28 trace.  The trouble is that we need the current value of the program
32 The exception mechanism requires that the current stack trace be associated
555 * Print the stack trace of the current exception on stderr. This is called
561 * Exceptions thrown during the course of printing the stack trace are
587 ALOGW("NOTE: exception thrown while printing stack trace: %s",
805 * We have to carry the exception's stack trace around, but in many cases
944 * contents of the saved stack trace to generate an array of
1042 * Dump the contents of a raw stack trace to the log.
1121 * Print the direct stack trace of the given exception to the log.
1146 ALOGI(" (raw stack trace not found)");
1157 * Print the stack trace of the current thread's exception, as well as
1159 * the stored stack trace and process it internally instead of calling