Advertisement
Guest User

Untitled

a guest
Jun 20th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #!/system/bin/sh
  2. dmesg > /sdcard/dmesg_`date +%d`-`date +%m`-`date +%y`_`date +%T`.txt &
  3. logcat > /sdcard/logcat_`date +%d`-`date +%m`-`date +%y`_`date +%T`.txt &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement