This is going to sound vague, but has anyone been ...
# android-studio
g
This is going to sound vague, but has anyone been getting occasional random lockups in studio when you first open a project and it's doing indexing? I'm talking complete lockup have to force kill studio. I haven't been able to track down the cause yet as it's so random and unpredictable. Curious if it's just me and it's some gradle cache somewhere I haven't found yet.
z
I had a similar issue with the SqlDelight plugin. It seems fixed now though (since a few weeks).
c
you can use
jstack
to dump the thread states to see where it is locked. might be useful if you post an issue at issuetracker.google.com