Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

loggy.sh android

#!/system/bin/sh
# loggy.sh.

#_date=`date +%F_%H-%M-%S`
logcat -b all -f  /cache/logcat_${_date}.txt &
dmesg -w > /cache/kmsg_${_date}.txt &
Source by forum.xda-developers.com #
 
PREVIOUS NEXT
Tagged: #android
ADD COMMENT
Topic
Name
2+4 =