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

/system/core/debuggerd/
H A Dtombstone.c468 int shortLogCount = 0; local
557 shortLogCount++;
572 if (shortLogCount < kShortLogMaxLines) {
575 shortLogCount = kShortLogMaxLines; /* cap at window size */
578 for (i = 0; i < shortLogCount; i++) {

Completed in 1445 milliseconds