pysalx/scripts/pysalx-log

10 lines
137 B
Plaintext
Raw Normal View History

2022-01-20 18:28:36 -07:00
#!/bin/bash
# This script will tail the analyzer logfile in
# semi-realtime.
set -x
adb root
2022-05-27 21:58:51 -06:00
adb shell tail -f /sdcard/sciaps/xrf.log
2022-01-20 18:28:36 -07:00