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.cc64 static const int kMaxErrorsPrinted = 5; variable
75 if (++(*num_errors) <= kMaxErrorsPrinted) { in LogParseError()