Home
last modified time | relevance | path

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

/dalvik/tools/dmtracedump/
DTraceDump.c1206 int action, printDepth; in dumpTrace() local
1232 printDepth = traceData.depth[threadId]; in dumpTrace()
1234 if (printDepth < 0) { in dumpTrace()
1235 printDepth = 0; in dumpTrace()
1237 } else if (printDepth > MAX_STACK_DEPTH) { in dumpTrace()
1238 printDepth = MAX_STACK_DEPTH; in dumpTrace()
1253 spaces + (MAX_STACK_DEPTH - printDepth), in dumpTrace()
1259 spaces + (MAX_STACK_DEPTH - printDepth), in dumpTrace()