Created
September 23, 2013 01:00
-
-
Save benkaiser/6665399 to your computer and use it in GitHub Desktop.
Clear debug logs android (they seem to build up on my device)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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