Last active
May 4, 2016 09:38
-
-
Save daserge/8f5841ee561d157d0cc1 to your computer and use it in GitHub Desktop.
adb logcat filter by package id
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
| adb logcat | Select-String (adb shell ps | findstr io.cordova.hellocordova).Split("", [System.StringSplitOptions]::RemoveEmptyEntries)[1] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment