Debug info: fix sending of crash information (visual feedback).

pull/146/head
Tom Hacohen 4 years ago
parent db993e81eb
commit e6c172e60b

@ -66,7 +66,7 @@ class DebugInfoActivity : BaseActivity(), LoaderManager.LoaderCallbacks<String>
fun onShare(item: MenuItem) {
ACRA.getErrorReporter().putCustomData("debug_info", report)
ACRA.getErrorReporter().handleSilentException(null)
ACRA.getErrorReporter().handleException(null)
ACRA.getErrorReporter().removeCustomData("debug_info")
}

@ -377,7 +377,7 @@
<!-- sync errors and DebugInfoActivity -->
<string name="authority_log_provider" translatable="false">com.etesync.syncadapter.log</string>
<string name="debug_info_title">Debug info</string>
<string name="debug_info_more_data_shared">Clicking share will open the email app with the data below, as well as some additional debug information, attached. It may contain some sensitive information, so please review it before sending.</string>
<string name="debug_info_more_data_shared">Clicking share will send developers the data below, as well as some additional debug information, attached. Please note that it may contain some private information.</string>
<string name="sync_error_permissions">EteSync permissions</string>
<string name="sync_error_permissions_text">Additional permissions required</string>
<string name="sync_error_generic">Sync failed (%s)</string>

Loading…
Cancel
Save