Skip to content

Commit

Permalink
[components] Issue mozilla-mobile/android-components#1705: Add UI for…
Browse files Browse the repository at this point in the history
… listing past recorded crashes.

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@684e92c
  • Loading branch information
pocmo committed May 8, 2020
1 parent c59e1a6 commit f970a19
Show file tree
Hide file tree
Showing 2 changed files with 7 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": "de5a65ef7144465e2c050db0e30210a071636878"
"ac-prep": "684e92cc10ea89ebba2675c6bca7c5ffcfae7803"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@

<!-- 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>

<!-- Title of the activity that shows the list of past crashes (similar to about:crashes)-->
<string name="mozac_lib_crash_activity_title">Crash Reports</string>

<!-- Text shown instead of crash list if no crashes have been submitted yet -->
<string name="mozac_lib_crash_no_crashes">No crash reports have been submitted.</string>
</resources>

0 comments on commit f970a19

Please sign in to comment.