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

/system/core/debuggerd/
H A Dtombstone.c495 const int kShortLogMaxLines = 5; local
497 char shortLog[kShortLogMaxLines][kShortLogLineLen];
586 shortLogNext = (shortLogNext + 1) % kShortLogMaxLines;
602 if (shortLogCount < kShortLogMaxLines) {
605 shortLogCount = kShortLogMaxLines; /* cap at window size */
610 shortLogNext = (shortLogNext + 1) % kShortLogMaxLines;

Completed in 48 milliseconds