Does anyone know the keep statement that needs to be added to Proguard for Google Analytics?
I have this line right now but for some reason nothing is being reported…
# google analytics, uncomment if using:
-keep class com.google.android.apps.analytics.PipelinedRequester$Callbacks
I have a generic
in my proguard.cfg and Google Analytics works fine.
Try this. If this does not solve the problem, then your problem is not Proguard but rather a Google Analytics configuration or connectivity issue.