added simple Probe.pak
edit exec.sh and adb push to device and run Tools/Probe.pak to quickly log output from the chrooted environment (useful since the runtime is different from the adb shell one)
This commit is contained in:
parent
cf44917afa
commit
abe703fffe
4 changed files with 47 additions and 0 deletions
11
src/prober/Probe.pak/exec.sh
Executable file
11
src/prober/Probe.pak/exec.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
ELF=keymon.elf
|
||||
|
||||
# killall --help
|
||||
|
||||
# killall -l
|
||||
|
||||
killall -STOP $ELF
|
||||
sleep 5
|
||||
killall -CONT $ELF
|
||||
Loading…
Add table
Add a link
Reference in a new issue