Skip to content

Instantly share code, notes, and snippets.

@Sloy
Created September 29, 2016 09:18
Show Gist options
  • Save Sloy/417ba341280e0583fbaf7a9a7cf64c64 to your computer and use it in GitHub Desktop.
Save Sloy/417ba341280e0583fbaf7a9a7cf64c64 to your computer and use it in GitHub Desktop.
GcmNetworkManager monitoring command
$ while sleep 1; do adb shell dumpsys activity service GcmService --endpoints my.package.name | grep "Pending:" -A 20; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment