Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc34 static const size_t kMaxCustomInfoEntries = 4096; variable
183 if (custom_client_info_.count > kMaxCustomInfoEntries) in PopulateCustomInfo()