Skip to content

Instantly share code, notes, and snippets.

@charroch
Created April 9, 2015 15:15
Show Gist options
  • Save charroch/85f6d3851a1ae7b8ba7f to your computer and use it in GitHub Desktop.
Save charroch/85f6d3851a1ae7b8ba7f to your computer and use it in GitHub Desktop.
Get the current running command line
adb shell cat /proc/$(adb shell ps | grep app_process | awk '{print $2}')/cmdline | strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment