Last active
March 29, 2018 12:10
-
-
Save Sacristan/5b811880b9a7804505d9fb456ce98523 to your computer and use it in GitHub Desktop.
ADB debug
This file contains hidden or 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
cd /c/Users/girts.kesteris/AppData/Local/Android/sdk/platform-tools | |
./adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG | |
./adb shell dumpsys gfxinfo <PACKAGE_NAME> | |
___ | |
/c/Users/girts.kesteris/AppData/Local/Android/sdk/platform-tools/adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment