mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 17:25:04 +01:00
Add crash reason extraction to microdump processor
BUG=754715 Change-Id: I00fe62ed06dbbab4c8f6c416d56e2d444be11571 Reviewed-on: https://chromium-review.googlesource.com/621307 Reviewed-by: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
parent
b1e7ec065d
commit
2b3be5179e
5 changed files with 1457 additions and 1 deletions
|
|
@ -94,6 +94,8 @@ ProcessResult MicrodumpProcessor::Process(const string µdump_contents,
|
|||
process_state->crashed_ = true;
|
||||
process_state->requesting_thread_ = 0;
|
||||
process_state->system_info_ = *microdump.GetSystemInfo();
|
||||
process_state->crash_reason_ = microdump.GetCrashReason();
|
||||
process_state->crash_address_ = microdump.GetCrashAddress();
|
||||
|
||||
return PROCESS_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue