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 crashed handler.
This commit adds these arguments in StartJavaHandlerAtCrash to support these features when using this Android-specific mechanism and are of the form:
for crash loop detection: --annotation=run-uuid=
for guid override: --annotation=_backtrace_internal_guid_override=
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 crashed handler.This commit adds these arguments in
StartJavaHandlerAtCrash
to support these features when using this Android-specific mechanism and are of the form:--annotation=run-uuid=
--annotation=_backtrace_internal_guid_override=
Internal ref BT-2929