Searched refs:BPLOG_IF (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/processor/ |
D | range_map-inl.h | 60 BPLOG_IF(INFO, size != 0) << "StoreRange failed, " << HexString(base) << in StoreRange() 121 BPLOG_IF(ERROR, !entry) << "RangeMap::RetrieveRange requires |entry|"; in RetrieveRange() 150 BPLOG_IF(ERROR, !entry) << "RangeMap::RetrieveNearestRange requires |entry|"; in RetrieveNearestRange() 181 BPLOG_IF(ERROR, !entry) << "RangeMap::RetrieveRangeAtIndex requires |entry|"; in RetrieveRangeAtIndex()
|
D | stackwalker.cc | 109 BPLOG_IF(ERROR, !stack) << "Stackwalker::Walk requires |stack|"; in Walk() 113 BPLOG_IF(ERROR, !modules_without_symbols) << "Stackwalker::Walk requires " in Walk() 115 BPLOG_IF(ERROR, !modules_without_symbols) << "Stackwalker::Walk requires " in Walk() 262 BPLOG_IF(ERROR, !cpu_stackwalker) << "Unknown CPU type " << HexString(cpu) << in StackwalkerForCPU()
|
D | simple_symbol_supplier.cc | 63 BPLOG_IF(ERROR, !symbol_file) << "SimpleSymbolSupplier::GetSymbolFile " in GetSymbolFile() 145 BPLOG_IF(ERROR, !symbol_file) << "SimpleSymbolSupplier::GetSymbolFileAtPath " in GetSymbolFileAtPathFromRoot()
|
D | address_map-inl.h | 66 BPLOG_IF(ERROR, !entry) << "AddressMap::Retrieve requires |entry|"; in Retrieve()
|
D | exploitability.cc | 93 BPLOG_IF(ERROR, !platform_exploitability) << in ExploitabilityForPlatform()
|
D | basic_code_modules.cc | 51 BPLOG_IF(ERROR, !that) << "BasicCodeModules::BasicCodeModules requires " in BasicCodeModules()
|
D | logging.h | 183 #define BPLOG_IF(severity, condition) \ macro
|
D | contained_range_map-inl.h | 153 BPLOG_IF(ERROR, !entry) << "ContainedRangeMap::RetrieveRange requires " in RetrieveRange()
|
D | minidump.cc | 1174 BPLOG_IF(ERROR, !return_value) << "MinidumpContext CPU " << in CheckAgainstSystemInfo() 1280 BPLOG_IF(ERROR, !value) << "MinidumpMemoryRegion::GetMemoryAtAddressInternal " in GetMemoryAtAddressInternal() 1474 BPLOG_IF(ERROR, !thread_id) << "MinidumpThread::GetThreadID requires " in GetThreadID() 1962 BPLOG_IF(INFO, file.empty()) << "MinidumpModule could not determine " in debug_file() 2031 BPLOG_IF(INFO, identifier.empty()) << "MinidumpModule could not determine " in debug_identifier() 2063 BPLOG_IF(INFO, version.empty()) << "MinidumpModule could not determine " in version() 2944 BPLOG_IF(ERROR, !thread_id) << "MinidumpException::GetThreadID requires " in GetThreadID() 3280 BPLOG_IF(ERROR, !csd_version_) << "MinidumpSystemInfo could not read " in GetCSDVersion() 3642 BPLOG_IF(ERROR, !thread_id) << "MinidumpBreakpadInfo::GetDumpThreadID " in GetDumpThreadID() 3664 BPLOG_IF(ERROR, !thread_id) << "MinidumpBreakpadInfo::GetRequestingThreadID " in GetRequestingThreadID() [all …]
|
D | dump_context.cc | 146 BPLOG_IF(ERROR, !ip) << "DumpContext::GetInstructionPointer requires |ip|"; in GetInstructionPointer()
|