mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
Bruce Dawson
4112c11b77
ios: Use PlatformTest instead of testing::Test
When trying to update Chromium's copy of crashpad I got this error message: Banned functions were used. third_party\crashpad\crashpad\client\crashpad_client_ios_test.mm:33: testing::Test should not be used in Objective-C++ code as it does not drain the autorelease pool at the end of the test. Use PlatformTest instead. So, I'm fixing the code as requested. The change was introduced in crrev.com/c/3418581 Change-Id: I4888febbd41b6365d9bde5ad062565770496243f Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3459403 Reviewed-by: Justin Cohen <justincohen@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@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 bots perform 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%