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

/system/core/debuggerd/
H A Dtombstone.c498 int shortLogCount = 0; local
587 shortLogCount++;
602 if (shortLogCount < kShortLogMaxLines) {
605 shortLogCount = kShortLogMaxLines; /* cap at window size */
608 for (i = 0; i < shortLogCount; i++) {

Completed in 195 milliseconds