ls, tail logs

main
server 2022-01-20 18:03:39 -07:00
parent d65060fe63
commit cc1584527e
1 changed files with 13 additions and 3 deletions

View File

@ -114,13 +114,23 @@ debian@workstation:~$ sudo adb root
It should then say you are connected.
## Listing Files
To see files, after connecting as show above. Examples:
To see files, after connecting as show above. Examples (output not shown):
```
debian@workstation:~$
# See top level directory:
debian@workstation:~$ adb ls /
# See main sdcard where captured samples and photos are stored (main dir):
debian@workstation:~$ adb ls /storage/sdcard0/
```
To view debug logs in realtime:
```
debian@workstation:~$ adb shell tail -f /storage/sdcard0/ngl.log
```
# Unofficial
Unofficial, unaffiliated with SciAps.