Starting a blocking GC ObjectsAllocated

Viewed 11399

I programming an app on Android Studio 2.3, which uses SQLite Databases and uploads data via an HTTP connection. Since I installed Android O on my Nexus 6P I have a problem.

What's my problem

I get the following information message every second when my app is running.

05-19 20:20:43.560 20029-20036/net.example.app I/chatty: uid=10378(u0_a378) JDWP identical 8 lines
05-19 20:20:44.059 20029-20036/net.example.app I/zygote64: Starting a blocking GC ObjectsAllocated

So this continues in an endless log. I really don't know what it can be. I also noticed that the device will get hot.

Now my question, does anyone has the same problem or is there a solution?

Please feel free to ask for some code.

1 Answers
Related