Chromium Code Reviews
Descriptionrestore LOG_FATAL crash key on windows
The method logging::SetLogMessageHandler saves callback in global
variable. It doesn't work since crashpad initialization moved
to chrome_elf.dll. That's why crash reports lost LOG_FATAL crash key.
DCHECK(false) << "This string won't be attached to crash reports on windows.";
R=rsesek@chromium.org,ananta@chromium.org,dcheng@chromium.org
Patch Set 1 #
Total comments: 8
Patch Set 2 : review issues #
Total comments: 2
Patch Set 3 : remove include auto_reset.h #Patch Set 4 : return protection against reentrancy #
Total comments: 2
Patch Set 5 : move LOG_FATAL key setting to base::debug::crash_logging #Patch Set 6 : move CrashMessageHandler out of base #
Messages
Total messages: 34 (4 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||