Searched refs:printDepth (Results 1 - 1 of 1) sorted by relevance

/art/tools/dmtracedump/
H A Dtracedump.cc1089 int32_t printDepth = traceData.depth[threadId]; local
1091 if (printDepth < 0) {
1092 printDepth = 0;
1094 } else if (printDepth > MAX_STACK_DEPTH) {
1095 printDepth = MAX_STACK_DEPTH;
1109 spaces + (MAX_STACK_DEPTH - printDepth), method->className,
1114 spaces + (MAX_STACK_DEPTH - printDepth), method->className);

Completed in 57 milliseconds