Skip to content

Commit e06fd66

Browse files
committed
fix: adjust bug reporting page for package name split
1 parent 0aac133 commit e06fd66

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/users/reporting-bugs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
When submitting a bug report, it is often helpful to include a log. The following steps can be followed on any Linux machine to capture the logs for Password Store in a text file that you can attach to a GitHub issue.
44

5+
- Determine the version of Password Store you are running
6+
- If it is 1.13.5 or below, replace `PKG` in the commands below with `dev.msfjarvis.aps`
7+
- If it is 2.0.0-SNAPSHOT, replace `PKG` with `app.passwordstore`
58
- Download the Android Platform Tools from [here](https://developer.android.com/studio/releases/platform-tools) and extract them into a directory
69
- Enable developer options on your device and turn on USB debugging by following [these steps](https://developer.android.com/studio/debug/dev-options)
710
- Enable debug logging for Password Store by going to Settings > Misc
811
- Open a new terminal in the directory where you extracted the platform tools
9-
- Run `./adb shell am force-stop app.passwordstore` to close the app
12+
- Run `./adb shell am force-stop PKG` to close the app
1013
- Launch the app again and replicate the issue
11-
- Run `./adb logcat --pid=$(./adb shell pidof -s app.passwordstore) -d > log.txt` to capture the logs up till that point
14+
- Run `./adb logcat --pid=$(./adb shell pidof -s PKG) -d > log.txt` to capture the logs up till that point
1215
- Upload `log.txt` either to the GitHub issue or email it to `googleplay@passwordstore.app` with the issue link

0 commit comments

Comments
 (0)