mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-31 01:43:03 +08:00
949a022939
The ProcessInfo initialization fails on ARM on Windows with 'ReadProcessData failed'. The 64-bit detection logic only checks whether it's on x64 and ignores ARM64. On ARM64, the ReadProcessData template should be instantiated with internal::Traits64 as it is on x64. Test: Run crashpad_tests on ARM, 'ReadProcessData failed' is gone Change-Id: I0f47d8601a39aaa1b8ba07d34d1f41b7739233e7 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1615024 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>