Skip to content

Export application logs from standby page

Sai requested to merge export-logs-from-standby into release-v2.2

This MR adds the ability to export full application logs from the 'taking too long' dialog on the standby page. This will allow users capture and send us logs otherwise accessible only via the settings page. The following changes are included:

  • Extract the 'export application logs' dialog to ExportAndroidLogsDialog.kt
  • Refactor 'taking too long' dialog on standby page to include 'Export logs' button
  • Refactor navigation to allow viewing logs in AndroidLogFragment from standby page

The procedure to share the logs remains the same for now and will be refactored to use ShareFragment in the future.

Screenshots:

Screenshot_20240909_154244.png

Edited by Sai

Merge request reports