mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Added more info about logcat to contributing
This commit is contained in:
parent
3df114ea6f
commit
92acc09876
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ You can get logs in various ways:
|
|||
|
||||
- Log window in the app: Settings -> Open Log -> Android Log
|
||||
|
||||
- In the terminal over USB: `adb logcat`
|
||||
- Install [adb](http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/),
|
||||
and run `adb logcat`. To see only info about crashes, run `adb logcat -s *:E`.
|
||||
|
||||
- Using one of the various "logcat apps" on Google Play and F-Droid
|
||||
|
||||
|
|
Loading…
Reference in a new issue