In my Android project, when I attempt to debug project in emulator then want to see the data within the variables, it gets stuck at collecting data
I upgrade android studio giraffe to hedgehog, Invalidated cache and restart option none of these works
idea.log entries
2024-02-01 15:51:05,391 [2732310] INFO - waitForClientReadyForDebug - Waiting for clients [tr.com.X.X] for 15 seconds
2024-02-01 15:51:05,483 [2732402] INFO - #com.android.ddmlib - Device 'Pixel_2 [emulator-5554]' tracking jdwp process (pid=13790)
2024-02-01 15:51:05,960 [2732879] INFO - #com.android.ddmlib - Device 'Pixel_2 [emulator-5554]' jdwp process '13790' is now known as pkg='tr.com.X.X' (proc='tr.com.X.X')
2024-02-01 15:51:05,965 [2732884] INFO - #com.android.ddmlib - Device 'Pixel_2 [emulator-5554]' jdwp process '13790' is now known as pkg='tr.com.X.X' (proc='tr.com.X.X')
2024-02-01 15:51:05,966 [2732885] INFO - #com.android.ddmlib - Device 'Pixel_2 [emulator-5554]' jdwp process '13790' is now known as pkg='tr.com.X.X' (proc='tr.com.X.X')
2024-02-01 15:51:05,975 [2732894] INFO - waitForClientReadyForDebug - Found process tr.com.X.X. Waiting for it to be debuggable.
2024-02-01 15:51:05,975 [2732894] INFO - waitForClientReadyForDebug - tr.com.X.X is now debuggable.
2024-02-01 15:51:05,977 [2732896] INFO - #com.android.ddmlib - Device 'Pixel_2 [emulator-5554]' jdwp process '13790' is now known as pkg='tr.com.X.X' (proc='tr.com.X.X')
2024-02-01 15:51:06,060 [2732979] INFO - #c.i.o.w.i.ToolWindowManagerImpl - Ignore setShowStripeButton(id=Android Profiler, value=true) - not applicable for a new UI
2024-02-01 15:51:06,096 [2733015] INFO - #c.i.o.w.i.ToolWindowManagerImpl - Ignore setShowStripeButton(id=App Inspection, value=true) - not applicable for a new UI
2024-02-01 15:51:06,111 [2733030] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2024-02-01 15:51:06,189 [2733108] INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Applications/Android Studio.app/Contents/jbr/Contents/Home
2024-02-01 15:51:13,918 [2740837] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2024-02-01 15:51:20,965 [2747884] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files

