I run this on a Samsung Galaxy S4 mini. KitKat Android.
In the application, I use both GCM for messaging and the Google Drive API. I think the error I get is from GCM, but I'm not sure.
Here is the LogCat:
I/PersonaManager﹕ getPersonaService() name persona_policy I/GMPM﹕ App measurement is starting up I/PersonaManager﹕ getPersonaService() name persona_policy I/MainActivity﹕ onCreate E/GMPM﹕ getGoogleAppId failed with status: 10 E/GMPM﹕ Uploading is not possible. App measurement disabled I/PersonaManager﹕ getPersonaService() name persona_policy
What I don’t understand where GMPM starts from? I will not activate Google Drive or GCM until it is in my code. You can see that GMPM starts before my MainActivity, so I'm not sure how to debug it?
My application is working fine. It still connects to GCM, still receives OK messages. Still connected to Google Drive. Still retrieving files.
But this mistake bothers me. Does anyone know what causes it, or how can I debug it?
android android-studio google-cloud-messaging google-drive-android-api
MarkJoel60
source share