We are developing an Android app that uses AppDynamics 20.5.0 and Firebase Bill-of-Materials 26.8.0, which includes Firebase Performance. We recently received a report from a user who found that the background network data usage of our app was extre...
I should also mention that I tried excluding Firebase classes, like this: adeum {
...
excludeClasses = ['com.google.firebase.*']
} but the high data usage was still present.
Here's something you might find interesting. In order to figure out which Firebase network calls were getting captured by AppDynamics, I enabled Firebase Performance again and turned on AppDynamics logging with Instrumentation.start( AgentConfigurat...