Searched refs:BPLOG_IF (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/processor/ |
D | stackwalker.cc | 115 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()
|
D | range_map-inl.h | 67 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()
|
D | logging.h | 195 #ifndef BPLOG_IF 196 #define BPLOG_IF(severity, condition) \ macro
|
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 | 103 BPLOG_IF(ERROR, !platform_exploitability) << in ExploitabilityForPlatform()
|
D | basic_code_modules.cc | 55 BPLOG_IF(ERROR, !that) << "BasicCodeModules::BasicCodeModules requires " in BasicCodeModules()
|
D | contained_range_map-inl.h | 153 BPLOG_IF(ERROR, !entry) << "ContainedRangeMap::RetrieveRange requires " in RetrieveRange()
|
D | dump_context.cc | 144 BPLOG_IF(ERROR, !ip) << "DumpContext::GetInstructionPointer requires |ip|"; in GetInstructionPointer() 188 BPLOG_IF(ERROR, !sp) << "DumpContext::GetStackPointer requires |sp|"; in GetStackPointer()
|
D | minidump.cc | 1255 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 …]
|