Skip to content

Commit

Permalink
[components] Close mozilla-mobile/android-components#12538: Crash not…
Browse files Browse the repository at this point in the history
…ification will always trigger the crash prompt dialog

X-Channel-Revision: [main] mozilla-mobile/android-components@96444dd
X-Channel-Revision: [main] mozilla-mobile/fenix@d039188
X-Channel-Revision: [main] mozilla-mobile/focus-android@a9a09b1
X-Channel-Converted-Revision: [main] mozilla-mobile/firefox-android@72616c7
  • Loading branch information
rocketsroger authored and mergify[bot] committed Aug 3, 2022
1 parent f43cd41 commit 94a009a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android/android-components",
"revs": {
"main": "1fe873e00f1fd07ffdcecf4733c699cf86139180"
"main": "72616c742b006897494be711589e9b1284b3bc8b"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<!-- Label of notification showing that the crash report service is running. %1$s will be replaced with the name of the organization (e.g. Mozilla). -->
<string name="mozac_lib_send_crash_report_in_progress">Sending crash report to %1$s</string>

<!-- Label of notification showing that the crash handling service is gathering the crash data. -->
<string name="mozac_lib_gathering_crash_data_in_progress">Gathering crash data</string>

<!-- Label of notification showing that the telemetry service is gathering the crash data. -->
<string name="mozac_lib_gathering_crash_telemetry_in_progress">Gathering crash telemetry data</string>

Expand Down

0 comments on commit 94a009a

Please sign in to comment.