Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Drange_map-inl.h60 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()
Dstackwalker.cc109 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()
Dsimple_symbol_supplier.cc63 BPLOG_IF(ERROR, !symbol_file) << "SimpleSymbolSupplier::GetSymbolFile " in GetSymbolFile()
145 BPLOG_IF(ERROR, !symbol_file) << "SimpleSymbolSupplier::GetSymbolFileAtPath " in GetSymbolFileAtPathFromRoot()
Daddress_map-inl.h66 BPLOG_IF(ERROR, !entry) << "AddressMap::Retrieve requires |entry|"; in Retrieve()
Dexploitability.cc93 BPLOG_IF(ERROR, !platform_exploitability) << in ExploitabilityForPlatform()
Dbasic_code_modules.cc51 BPLOG_IF(ERROR, !that) << "BasicCodeModules::BasicCodeModules requires " in BasicCodeModules()
Dlogging.h183 #define BPLOG_IF(severity, condition) \ macro
Dminidump.cc1174 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 …]
Dcontained_range_map-inl.h153 BPLOG_IF(ERROR, !entry) << "ContainedRangeMap::RetrieveRange requires " in RetrieveRange()
Ddump_context.cc146 BPLOG_IF(ERROR, !ip) << "DumpContext::GetInstructionPointer requires |ip|"; in GetInstructionPointer()