Created
September 29, 2016 09:18
-
-
Save Sloy/417ba341280e0583fbaf7a9a7cf64c64 to your computer and use it in GitHub Desktop.
GcmNetworkManager monitoring command
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
$ 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