Leakcanary: What does it means when I exit my app?

Created on 9 May 2016  路  3Comments  路  Source: square/leakcanary

Welcome and thank you for reporting an issue!

LeakCanary Version: 1.4-beta2

05-08 23:31:41.078 17989-18010/basti.com.filecache I/art: hprof: heap dump "/storage/emulated/0/Download/leakcanary-basti.com.filecache/suspected_leak_heapdump.hprof" starting...
05-08 23:31:41.733 17989-18010/basti.com.filecache I/art: hprof: heap dump completed (14MB) in 654.562ms
05-08 23:31:45.041 17989-19263/basti.com.filecache D/LeakCanary: In basti.com.filecache:1.0:1.
                                                                 * NO LEAK FOUND.
I use Genymotion Nexus6 5.0.0 to run my App,when I exit it,there will be a notification with text "the gc was being lazy",what does it mean?thank you.

Most helpful comment

I use Genymotion Nexus6 5.0.0 to run my App,when I exit it,there will be a notification with text "the gc was being lazy",what does it mean?thank you.

It means there wasn't an actual leak. The garbage collector (gc) didn't kick in fast enough so Leak Canary thought there was a leak.

All 3 comments

I use Genymotion Nexus6 5.0.0 to run my App,when I exit it,there will be a notification with text "the gc was being lazy",what does it mean?thank you.

It means there wasn't an actual leak. The garbage collector (gc) didn't kick in fast enough so Leak Canary thought there was a leak.

thanks for you answer.

thank you very much

Was this page helpful?
0 / 5 - 0 ratings