mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Move section
21
Log.md
21
Log.md
@@ -48,7 +48,7 @@ If it says `unauthorized`, check your phone screen for a "Allow USB debugging?"
|
||||
|
||||
_If no device is listed, ensure USB debugging is enabled, the cable is good, and necessary drivers are installed (especially for Windows)._
|
||||
|
||||
## Capture Logs for KeePassDX
|
||||
## Capture Logs with ADB
|
||||
|
||||
1. Before capturing logs, you might want to **clear the device's log buffer** to ensure you only get fresh logs related to your actions:
|
||||
```bash
|
||||
@@ -88,6 +88,14 @@ You can now open the -keepassdx_logs.txt- file with any text editor to review th
|
||||
|
||||
_By following these steps, you should be able to effectively extract and review logs from KeePassDX on your Android phone, aiding in debugging and troubleshooting._
|
||||
|
||||
|
||||
## Log applications
|
||||
|
||||
You can then use an Android application to extract the logs you need from ADB.
|
||||
|
||||
* [LogFox](https://github.com/F0x1d/LogFox)
|
||||
* [Logcat Reader](https://github.com/darshanparajuli/LogcatReader)
|
||||
|
||||
-----
|
||||
|
||||
# ADB
|
||||
@@ -186,13 +194,4 @@ adb devices
|
||||
* Ensure your device's USB mode is set to "File transfer" (MTP) if that option is available.
|
||||
* Restart your computer and phone.
|
||||
* On Windows, you might need to install specific USB drivers for your Android device's manufacturer. Many manufacturers provide these on their support websites.
|
||||
* **ADB server not running:** If you get an error like "adb server not running," try `adb kill-server` followed by `adb start-server` in your terminal.
|
||||
|
||||
-----
|
||||
|
||||
## Log applications
|
||||
|
||||
You can then use an Android application to extract the logs you need from ADB.
|
||||
|
||||
* [LogFox](https://github.com/F0x1d/LogFox)
|
||||
* [Logcat Reader](https://github.com/darshanparajuli/LogcatReader)
|
||||
* **ADB server not running:** If you get an error like "adb server not running," try `adb kill-server` followed by `adb start-server` in your terminal.
|
||||
Reference in New Issue
Block a user