mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
Create debug_log.sh
This commit is contained in:
parent
a239ba2c31
commit
d99d12856e
1 changed files with 5 additions and 0 deletions
5
rootdir/etc/debug_log.sh
Normal file
5
rootdir/etc/debug_log.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
_date=`date +%F_%H-%M-%S`
|
||||
|
||||
/system/bin/logcat | tee /data/logcat_${_date}.txt
|
Loading…
Reference in a new issue