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.cc103 static const int kMaxErrorsBeforeBailing = 100; variable
219 if (num_errors > kMaxErrorsBeforeBailing) { in LoadMapFromMemory()