From 7daa6559da5657216222d929c5081fb213ae28bf Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Wed, 17 Jun 2026 09:31:50 +0200 Subject: [PATCH] Added Flight Recorder details --- Bitwarden-Android-troubleshooting.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Bitwarden-Android-troubleshooting.md b/Bitwarden-Android-troubleshooting.md index 0ae7ab0..4bfeb93 100644 --- a/Bitwarden-Android-troubleshooting.md +++ b/Bitwarden-Android-troubleshooting.md @@ -28,6 +28,15 @@ The first thing to do is ensure the client does not have a invalid cached JSON l If the steps above did not solved your issue, then there might be something wrong with the data returned by Vaultwarden. In that case continue below. +## Use the Flight Recorder + +Recent Bitwarden Mobile clients have a feature called Flight Recording, which is to help troubleshoot issues. This is also beneficial for Vaultwarden, as it might help show what the client was expecting, but didn't received. + +To read more about this feature, look at the Bitwarden documentation here: https://bitwarden.com/help/flight-recorder/ + +Be careful sharing this log though, it might contain personal or private information like your vault address. + + ## Install Android Debugging tools (adb) Most (if not all) Android devices are able to extract logs from the device by connecting your device to a computer which has the right tools installed. You can find a detailed guide per platform on how to install this here https://www.xda-developers.com/install-adb-windows-macos-linux/ .