mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-12 16:46:28 +00:00
Parse additional line introduced in the microdump format and containing the GPU infromation in the following format:
G GL_VERSION|GL_VENDOR|GL_RENDERER. The GPU version, vendor and renderer are extracted during microdump parsing and populated in the appropriate fields in the SystemInfo struct. This is to match the changes introduced in crrev.com/1343713002 and crrev.com/1334473003 BUG=chromium:536769 R=primiano@chromium.org Review URL: https://codereview.chromium.org/1678463002 .
This commit is contained in:
@@ -4,6 +4,8 @@ CPU: x86
|
||||
GenuineIntel family 6 model 13 stepping 8
|
||||
1 CPU
|
||||
|
||||
GPU: UNKNOWN
|
||||
|
||||
Crash reason: EXCEPTION_ACCESS_VIOLATION_WRITE
|
||||
Crash address: 0x45
|
||||
Process uptime: 0 seconds
|
||||
|
||||
Reference in New Issue
Block a user