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@cf522a7
X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d7
X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8
X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@72616c7
  • Loading branch information
rocketsroger authored and mergify[bot] committed Aug 3, 2022
1 parent 3a32b85 commit c9a38d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-firefox-android.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android",
"revs": {
"ac-prep": "1fe873e00f1fd07ffdcecf4733c699cf86139180"
"ac-prep": "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 c9a38d8

Please sign in to comment.