Skip to content

Commit

Permalink
Merge pull request #859 from TryQuiet/mobile/fix/readme-logcat
Browse files Browse the repository at this point in the history
Fix readme for adb logcat command
  • Loading branch information
EmiM authored Aug 31, 2022
2 parents bb9dcc6 + 7d9a42f commit 90a77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Unplug your phone and repeat last command from inside the container.
#### Access Android application logs

```
adb logcat --pid=$(adb shell pidof -s com.zbaymobile)
adb logcat --pid=$(adb shell pidof -s com.zbaymobile.debug)
```

## Locally linking packages (mobile)
Expand Down

0 comments on commit 90a77c4

Please sign in to comment.