Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dbasic_source_line_resolver.cc102 static const int kMaxErrorsPrinted = 5; variable
113 if (++(*num_errors) <= kMaxErrorsPrinted) { in LogParseError()