mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 08:39:44 +08:00
Mark Mentovai
f37b382687
linux/android: Reenable util test, and enable snapshot test
107fb7631788 added the snapshot library as a dependency of crashpad_util_test. Most of snapshot has not yet been ported to Linux or Android. snapshot/capture_memory.cc only supports x86 and x86_64, and will #error on other CPUs. We don’t build for other CPUs on Mac or Windows, but we do for Android. To make it easy to run crashpad_util_test on non-x86 again, conditionally remove capture_memory.cc on Linux and Android. crashpad_snapshot_test can be enabled for Linux and Android too by disabling the CrashpadInfoClientOptions tests which require OS support. There’s not much left in crashpad_snapshot_test currently for Linux except for CPUContextX86 and ProcessSnapshotMinidump.EmptyFile, but both pass. Bug: crashpad:30 Change-Id: Ic19a79932072710c69a296bc0156cbe5656b8cb3 Reviewed-on: https://chromium-review.googlesource.com/549116 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Crashpad
Crashpad is a crash-reporting system.
Documentation
- Project status
- Developing Crashpad: instructions for getting the source code, building, testing, and contributing to the project.
- Crashpad interface documentation
- Crashpad tool man pages
- Crashpad overview design
Source Code
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.
Other Links
- Bugs can be reported at the Crashpad issue tracker.
- The Crashpad Buildbot performs automated builds and tests.
- crashpad-dev is the Crashpad developers’ mailing list.
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%