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

/system/core/debuggerd/
H A Dtombstone.c465 const int kShortLogMaxLines = 5; local
467 char shortLog[kShortLogMaxLines][kShortLogLineLen];
556 shortLogNext = (shortLogNext + 1) % kShortLogMaxLines;
572 if (shortLogCount < kShortLogMaxLines) {
575 shortLogCount = kShortLogMaxLines; /* cap at window size */
580 shortLogNext = (shortLogNext + 1) % kShortLogMaxLines;

Completed in 4 milliseconds