android-methods-profiler icon indicating copy to clipboard operation
android-methods-profiler copied to clipboard

Yet another Android Profiler for AOSP .trace files

Results 44 android-methods-profiler issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/9678279/182486842-e4e2ee7f-367d-4a69-8aef-abadb71af38b.png) Can't open callstack `.trace` file created using Studio

feature request

val applicationId = AndroidModuleModel.get(facet)?.applicationId produces : ``` java.lang.IncompatibleClassChangeError: Method 'com.android.tools.idea.gradle.project.model.AndroidModuleModel com.android.tools.idea.gradle.project.model.AndroidModuleModel.get(org.jetbrains.android.facet.AndroidFacet)' must be InterfaceMethodref constant at com.github.grishberg.profiler.androidstudio.PluginProjectInfo.createPackageName(PluginProjectInfo.kt:39) at com.github.grishberg.profiler.androidstudio.PluginProjectInfo.(PluginProjectInfo.kt:25) at com.github.grishberg.profiler.androidstudio.ShowProfilerAction.actionPerformed(ShowProfilerAction.kt:28) at com.github.grishberg.profiler.androidstudio.ShowProfilerAction.actionPerformed(ShowProfilerAction.kt:20) at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:240) ... ```

bug

Need to add tool, which will find same method in reference trace and show its duration in checked trace after hovering on this method by mouse

feature request

Allow to record without starting activity when activity field is not empty

feature request