-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a callback to enable more aggressive detection of `OutOfMemoryErr…
…or`. Add an optional predicate to categorize crashes as `OutOfMemoryError`s even if they don't have the error in the causal chain. This can be used to more aggressively categorize the crashes in cases when code paths lose the original `OutOfMemoryError`. PiperOrigin-RevId: 504617124 Change-Id: I155c952dfd8afea863cb93ae417ec698a937b2b4
- Loading branch information
1 parent
d658908
commit c51d2bd
Showing
3 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters