AndroidDevMetrics
AndroidDevMetrics copied to clipboard
Performance metrics library for Android development (includes dagger2metrics)
When using custom build types, I have to manually add the build dependencies. I use something like following: ``` buildTypes { debug { ... } release { ... } debug_pro...
We have a part of our app that uses a single activity and rotates Fragments in and out. Is there a way to leverage ADM's functionality for Fragments instead of...
After integrating ADM, my app crashed with the exception below, even after a clean build. _Probably unrelated, but the part of my app where the exception occurred was on a...
Are there any proguard rules. I don't seem to be able to build it successfully with minification enabled. This is the error that i'm getting during the gradle build process...
Hi! I want to let you know that library crashed my app with following stack-trace: ``` Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this...
I getting Duplicate zip entry [aspectjrt-1.8.8.jar:org/aspectj/lang/reflect/NoSuchAdviceException.class] when i am trying to integrate. I am using aspectjrt in other class path too and their is no transitive = true in dependencies...