Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker.cc115 BPLOG_IF(ERROR, !stack) << "Stackwalker::Walk requires |stack|"; in Walk()
119 BPLOG_IF(ERROR, !modules_without_symbols) << "Stackwalker::Walk requires " in Walk()
121 BPLOG_IF(ERROR, !modules_without_symbols) << "Stackwalker::Walk requires " in Walk()
270 BPLOG_IF(ERROR, !cpu_stackwalker) << "Unknown CPU type " << HexString(cpu) << in StackwalkerForCPU()
Drange_map-inl.h67 BPLOG_IF(INFO, size != 0) << "StoreRangeInternal failed, " in StoreRangeInternal()
186 BPLOG_IF(ERROR, !entry) << "RangeMap::RetrieveRange requires |entry|"; in RetrieveRange()
217 BPLOG_IF(ERROR, !entry) << "RangeMap::RetrieveNearestRange requires |entry|"; in RetrieveNearestRange()
250 BPLOG_IF(ERROR, !entry) << "RangeMap::RetrieveRangeAtIndex requires |entry|"; in RetrieveRangeAtIndex()
Dlogging.h195 #ifndef BPLOG_IF
196 #define BPLOG_IF(severity, condition) \ macro
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.cc103 BPLOG_IF(ERROR, !platform_exploitability) << in ExploitabilityForPlatform()
Dbasic_code_modules.cc55 BPLOG_IF(ERROR, !that) << "BasicCodeModules::BasicCodeModules requires " in BasicCodeModules()
Dcontained_range_map-inl.h153 BPLOG_IF(ERROR, !entry) << "ContainedRangeMap::RetrieveRange requires " in RetrieveRange()
Ddump_context.cc144 BPLOG_IF(ERROR, !ip) << "DumpContext::GetInstructionPointer requires |ip|"; in GetInstructionPointer()
188 BPLOG_IF(ERROR, !sp) << "DumpContext::GetStackPointer requires |sp|"; in GetStackPointer()
Dminidump.cc1255 BPLOG_IF(ERROR, !return_value) << "MinidumpContext CPU " << in CheckAgainstSystemInfo()
1363 BPLOG_IF(ERROR, !value) << "MinidumpMemoryRegion::GetMemoryAtAddressInternal " in GetMemoryAtAddressInternal()
1615 BPLOG_IF(ERROR, !thread_id) << "MinidumpThread::GetThreadID requires " in GetThreadID()
2133 BPLOG_IF(INFO, file.empty()) << "MinidumpModule could not determine " in debug_file()
2223 BPLOG_IF(INFO, identifier.empty()) << "MinidumpModule could not determine " in debug_identifier()
2255 BPLOG_IF(INFO, version.empty()) << "MinidumpModule could not determine " in version()
3219 BPLOG_IF(ERROR, !thread_id) << "MinidumpException::GetThreadID requires " in GetThreadID()
3560 BPLOG_IF(ERROR, !csd_version_) << "MinidumpSystemInfo could not read " in GetCSDVersion()
4360 BPLOG_IF(ERROR, !thread_id) << "MinidumpBreakpadInfo::GetDumpThreadID " in GetDumpThreadID()
4382 BPLOG_IF(ERROR, !thread_id) << "MinidumpBreakpadInfo::GetRequestingThreadID " in GetRequestingThreadID()
[all …]