Skip to content

Instantly share code, notes, and snippets.

@benkaiser
Created September 23, 2013 01:00
Show Gist options
  • Save benkaiser/6665399 to your computer and use it in GitHub Desktop.
Save benkaiser/6665399 to your computer and use it in GitHub Desktop.
Clear debug logs android (they seem to build up on my device)
adb root
adb shell
cd data
rm -rf log/*
// DU
du -h -d=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment