Create debug_log.sh

This commit is contained in:
PythonLimited 2018-10-21 20:42:58 +02:00 committed by GitHub
parent a239ba2c31
commit d99d12856e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
rootdir/etc/debug_log.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
_date=`date +%F_%H-%M-%S`
/system/bin/logcat | tee /data/logcat_${_date}.txt