Advertisement
Thibstars

Fetch ADB logs and screen record from device

Apr 6th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.15 KB | None | 0 0
  1. adb shell screenrecord /sdcard/Video.mp4
  2. adb pull /sdcard/Video.mp4
  3. adb shell rm /sdcard/Video.mp4
  4. adb logcat -v time -d>log.txt
  5. adb logcat -c
  6. no pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement