Skip to content

Commit

Permalink
contributing.md: add command for viewing crash log
Browse files Browse the repository at this point in the history
  • Loading branch information
KuhakuPixel authored Mar 3, 2024
1 parent 67d3d7d commit 600aeee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ adb logcat -s "ACE", "ATG"
it contains logging information like commands that `ATG` sent to `ACE`

this can help debug bugs that involve communication between the two

[crash log](https://stackoverflow.com/questions/3643395/how-to-get-android-crash-logs)
```
adb logcat --buffer=crash
```
## Making Release

### With Docker
Expand Down

0 comments on commit 600aeee

Please sign in to comment.