Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dbasic_source_line_resolver.cc65 static const int kMaxErrorsBeforeBailing = 100; variable
181 if (num_errors > kMaxErrorsBeforeBailing) { in LoadMapFromMemory()