Allow saving debuglogs to disk.

This commit is contained in:
Greyson Parrelli
2022-08-05 13:15:39 -04:00
parent 999314255c
commit 718eedcb34
5 changed files with 147 additions and 11 deletions

View File

@@ -1769,6 +1769,12 @@
<!-- SubmitDebugLogActivity -->
<string name="SubmitDebugLogActivity_edit">Edit</string>
<string name="SubmitDebugLogActivity_done">Done</string>
<!-- Menu option to save a debug log file to disk. -->
<string name="SubmitDebugLogActivity_save">Save</string>
<!-- Error that is show in a toast when we fail to save a debug log file to disk. -->
<string name="SubmitDebugLogActivity_failed_to_save">Failed to save</string>
<!-- Toast that is show to notify that we have saved the debug log file to disk. -->
<string name="SubmitDebugLogActivity_save_complete">Save complete</string>
<string name="SubmitDebugLogActivity_tap_a_line_to_delete_it">Tap a line to delete it</string>
<string name="SubmitDebugLogActivity_submit">Submit</string>
<string name="SubmitDebugLogActivity_failed_to_submit_logs">Failed to submit logs</string>