NetBird client on Android
Android-specific steps for the NetBird client. For everything cross-platform (client status, connectivity, login, and DNS), start from Troubleshooting client issues.
Enable trace logs and capture them with ADB
- Enable ADB in the device's developer options.
- In the NetBird app, set the Trace log level (a checkbox in the advanced menu).
- Install the ADB platform tools (part of the SDK platform-tools pack), then capture the logs. On Linux:
sudo adb logcat -v time | grep GoLog

