Grigory Rylov
Grigory Rylov
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) ... ```
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
Allow to record without starting activity when activity field is not empty