[GH-ISSUE #905] Add a log page for mobile clients #1554

Closed
opened 2026-08-05 00:43:00 -04:00 by saavagebueno · 1 comment
Owner

Originally created by @Genteure on GitHub (May 26, 2023).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/905

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). Original GitHub issue: https://github.com/netbirdio/netbird/issues/905 **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.

<!-- gh-comment-id:2674065144 --> @lixmal commented on GitHub (Feb 21, 2025): Log export is implemented in both.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#1554