Search

GC easy – Universal Java GC Log Analyser

Tag

Android GC Logs

GC LOG STANDARDIZATION API

Based on the JVM version (1.4, 5, 6, 7, 8, 9), JVM vendor (Oracle, IBM, HP, Azul, Android), GC algorithm (Serial, Parallel, CMS, G1, Shenandoah) and few other settings, GC log format changes. Thus, today the world has ended up with several GC log formats.

Continue reading “GC LOG STANDARDIZATION API”

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 Continue reading “UNDERSTANDING DALVIK GC LOGS”

UNDERSTANDING ANDROID GC LOGS

Memory utilization on the mobile app has a significant impact on the customer experience. If your app creates a lot of Continue reading “UNDERSTANDING ANDROID GC LOGS”

ANDROID RUN TIME GC NAME

In Android Run Time (ART) environment, Garbage Collection could be one of the types:

Continue reading “ANDROID RUN TIME GC NAME”

ANDROID RUN TIME GC REASON

In Android Run Time (ART) environment, Garbage Collection activity could be triggered due to one of the reasons:

Continue reading “ANDROID RUN TIME GC REASON”

Total time for which application threads were stopped

Safepoint

Lot of us know that JVM pauses entire application for garbage collection. But there are also other reasons for which JVM pauses application. Continue reading “Total time for which application threads were stopped”

Powered by WordPress.com.

Up ↑