AndroidDevMetrics icon indicating copy to clipboard operation
AndroidDevMetrics copied to clipboard

Performance metrics library for Android development (includes dagger2metrics)

Results 26 AndroidDevMetrics issues
Sort by recently updated
recently updated
newest added

Hi, I find that this don't work when dagger2 written by kotlin. Is it a bug? Or my problems?

I have found that AndroidDevMetrics causes Roboelectric tests to hang indefinitely. The work-around I found was to disable AndroidDevMetrics during unit tests. See discussion here: https://github.com/artem-zinnatullin/qualitymatters/issues/145

AndroidDevMetrics crashes when running with the following configuration: ``` AndroidDevMetrics.Builder builder = new AndroidDevMetrics.Builder(this) .enableActivityMetrics(false) .enableDagger2Metrics(true) .showNotification(false); AndroidDevMetrics.initWith(builder);` ``` The stack trace is as follow: ``` Caused by: java.lang.RuntimeException: MethodsTracingManager...

I'm seeing this OOM after ~6 hours of running an application ``` Clamp target GC heap from 96.827MB to 96.000MB GC_BEFORE_OOM freed 73K, 8% free 90855K/98304K, paused 566ms, total 566ms...

Even though I'm able to sync dependencies without errors, android studio still can't find the AndroidDevMetrics.class I tried a clean build and even invalidated my cache and restarted AS, no...

Metrics are only showing for the activities in the App module, if we launch **activities from a library component then metrics are showing as 0ms** Reproduction: 1. Create a sample...

Hi, It could be interesting to say that the plugin is mostly here to apply aspects. Can we add to the readme that if user is already using an aspectj...

Not sure why our application was different, but clicking on the notification did nothing in our application unless I added activity to the manifest as in: ``` ``` Wonder if...

Current version will cause compile error when compileSdkVersion is lower than 23 Below is the error message /Users/Fate/xxx/app/build/intermediates/res/merged/sysarc/values-v23/values-v23.xml Error:(3) Error retrieving parent for item: No resource found that matches the...