Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crashpad/android: add crash loop detection, guid override arguments
While updating backtrace-android to use StartJavaHandlerAtCrash it was noticed that arguments for crash loop detection and guid override were not being passed through to the crashpad handler. This commit adds these arguments in `StartJavaHandlerAtCrash` and have the form: * for crash loop detection: `--annotation=run-uuid=` * for guid override: `--annotation=_backtrace_internal_guid_override=` Internal ref BT-2929
- Loading branch information