Android I/zygote64:Waiting for a blocking GC ProfileSaver

Vincent Gagnon picture Vincent Gagnon · Mar 29, 2018 · Viewed 8k times · Source

I'm having this problem when I debug my app. It blocks at this line and I don't know what is causing it. I could not find any answer or anyone that had the same problem. I have no clue what part of the code could cause this to happen. Do you have any ideas or have experience with this? I'm using Android Studio 3.1, JRE 1.8.0, JVM: OpenJDK 64-bit

Answer

Jason picture Jason · Mar 6, 2020

Waiting for a blocking GC ProfileSaver message appears for me when I have set too many break points.

This link will help if you are looking to manage your break points.How to effectively remove all breakpoints in Android Studio