How to get last action performed by Intellij IDEA.
When Intellij is slow/unresponsive we are collecting thread dumps [to a remote server] to analyze rootcause of slowness.
We would like to find out the last action performed which is causing the slowness.
From community source code:
ourLastActionId of platform/platform-impl/src/com/intellij/idea/IdeaLogger.java has this information.
Any idea on how to use this from an intellij plugin?
Thanks,
Chandra
Please sign in to leave a comment.
Hello chandra,
It's a public static field. Which specific instructions do you need for using
a public static field of a Java class?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"