Skip to content

Commit

Permalink
Fix readme for adb logcat command
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Aug 30, 2022
1 parent bb9dcc6 commit 7d9a42f
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 7d9a42f

Please sign in to comment.