Add a log page for mobile clients #349

Closed
opened 2025-11-20 05:10:01 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @Genteure on GitHub (May 26, 2023).

Is your feature request related to a problem? Please describe.
Logs are always helpful when troubleshooting, regardless what kind of issue one's having.
Currently the Android client does not have a convenient way to read log, making troubleshooting slightly difficult.

Describe the solution you'd like
Add a page displaying application log.

The log viewer preferably would have:

  • Log entries
    • Time
    • Category
    • Level
  • A save button that saves log to a txt file
  • A share button that shares the log.

Describe alternatives you've considered
adb logcat could be used as a workaround.

Additional context

Originally created by @Genteure on GitHub (May 26, 2023). **Is your feature request related to a problem? Please describe.** Logs are always helpful when troubleshooting, regardless what kind of issue one's having. Currently the Android client does not have a convenient way to read log, making troubleshooting slightly difficult. **Describe the solution you'd like** Add a page displaying application log. The log viewer preferably would have: - Log entries - Time - Category - Level - A save button that saves log to a txt file - A share button that shares the log. **Describe alternatives you've considered** `adb logcat` could be used as a workaround. **Additional context**
Author
Owner

@lixmal commented on GitHub (Feb 21, 2025):

Log export is implemented in both.

@lixmal commented on GitHub (Feb 21, 2025): Log export is implemented in both.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#349