Skip to content

Instantly share code, notes, and snippets.

@daserge
Last active May 4, 2016 09:38
Show Gist options
  • Select an option

  • Save daserge/8f5841ee561d157d0cc1 to your computer and use it in GitHub Desktop.

Select an option

Save daserge/8f5841ee561d157d0cc1 to your computer and use it in GitHub Desktop.
adb logcat filter by package id
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