Search

GC easy – Universal Java GC Log Analyser

Tag

Android Run Time

UNDERSTANDING DALVIK GC LOGS

Memory utilization on the mobile app has a significant impact on the customer experience. If your app creates a lot of objects, then Garbage Collection (GC) process will be triggered frequently to evict unused objects. Even though Garbage Collection is... Continue Reading →

ANDROID RUN TIME GC REASON

In Android Run Time (ART) environment, Garbage Collection activity could be triggered due to one of the reasons: Concurrent A concurrent GC that does not suspend app threads. This GC runs in a background thread and does not prevent allocations.... Continue Reading →

Powered by WordPress.com.

Up ↑