Advertisement
Guest User

Untitled

a guest
Sep 1st, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. adb shell "rm /data/trace/*"
  2.  
  3. adb pull "/data/trace/`adb shell ls /data/trace/`"
  4.  
  5. ' does not existdata/trace/log.8290
  6.  
  7. test_file=`adb shell ls /data/trace/`;
  8. test_file2=`echo $test_file | tr -d 'r'`;
  9. echo "grabbing $test_file2";
  10. adb pull "/data/trace/$test_file2";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement