Debugger: Downgrade a warning to a TRACE.
We don't need to know all the objects which have no debug information; this just spams the console.
This commit is contained in:
parent
0a5625377a
commit
15969ccf84
@ -2843,7 +2843,7 @@ DwarfFile::_LocateDebugInfo(BString& _requiredExternalFileName,
|
||||
fDebugInfoSection = debugInfoFile->GetSection(".debug_info");
|
||||
fDebugAbbrevSection = debugInfoFile->GetSection(".debug_abbrev");
|
||||
if (fDebugInfoSection == NULL || fDebugAbbrevSection == NULL) {
|
||||
WARNING("DwarfManager::File::Load(\"%s\"): no "
|
||||
TRACE_DIE("DwarfManager::File::Load(\"%s\"): no "
|
||||
".debug_info or .debug_abbrev.\n", fName);
|
||||
|
||||
// if we at least have an EH frame, use that for stack unwinding
|
||||
|
Loading…
Reference in New Issue
Block a user