We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fe98b commit c0e9af5Copy full SHA for c0e9af5
docs/users/reporting-bugs.md
@@ -7,7 +7,7 @@ When submitting a bug report, it is often helpful to include a log. The followin
7
- If it is 2.0.0-SNAPSHOT, replace `PKG` with `app.passwordstore`
8
- Download the Android Platform Tools from [here](https://developer.android.com/studio/releases/platform-tools) and extract them into a directory
9
- Enable developer options on your device and turn on USB debugging by following [these steps](https://developer.android.com/studio/debug/dev-options)
10
-- Enable debug logging for Password Store by going to Settings > Misc
+- Enable debug logging for Password Store by going to Settings > Misc (or scrolling to the bottom of the Settings page on version 1.13.5)
11
- Open a new terminal in the directory where you extracted the platform tools
12
- Run `./adb shell am force-stop PKG` to close the app
13
- Launch the app again and replicate the issue
0 commit comments