Skip to main content

Android Bugreport Metrics

HexDroid analyzes uploaded Android bug reports and extract relevant metrics.

These metrics enabling users to generate custom graphs, track performance trends over time, and compare multiple data points.

By combining and correlating various metrics, HexDroid facilitates "sensor fusion," offering a comprehensive view to help users better understand system behavior, identify potential issues, and assess the overall impact of different factors.

Each metric derived from bugreport will contain the following additional properties:

PropertyDescription
buildeg: AP2A.240805.005
fingerprinteg: google/cheetah/cheetah:14/AP2A.240805.005/12025142:user/release-keys
bootloadereg: cloudripper-14.5-11677884
androidSdkVersioneg: 34

ANRs (Application Not Responding)

Metric IDDescriptionProperties
anr.countTotal number of ANRs (per package) found in bugreportpackage

Tombstones (Native Crashes)

Metric IDDescriptionProperties
tombstone.countTotal number of Tombstones (Native Crashes) (per package) found in bugreportpackage, abi

SELinux Violations

Metric IDDescription
selinux.countTotal number of SE Linux violation found in bugreport

UI performance (gfx) Metrics

Metric IDDescriptionProperties
gfx.jankyFramesThe total number of frames that were rendered slower than the frame rate, causing noticeable stuttering or lag.package
gfx.jankMissedVsyncFrames that missed the vsync, leading to visual tearing or stuttering.package
gfx.jankHighInputLatencyFrames affected by high input latency, making the app feel unresponsive to user interactions.package
gfx.jankSlowUiThreadFrames delayed due to slow execution on the UI thread, often because of heavy processing or blocking tasks.package
gfx.jankSlowBitmapUploadFrames delayed due to slow uploading of bitmap data to the GPU, impacting smoothness.package
gfx.jankSlowIssueCommandsFrames delayed by slow issuance of rendering commands to the GPU, causing visual lag.package
gfx.jankFrameDeadlineMissedFrames that failed to meet the rendering deadline, leading to skipped or delayed frames.package

Properties description

PropertyDescription
packageApplication package (i.e. com.example.app that has generated this output)

Memory Info Metrics

Metric IDDescriptionProperties
memory.app.object.countNumber of allocated objects of a give type (eg. Binder, View, WebView)package, objectType
memory.app.usagepackage, memoryType
memory.proc.avg.pssproc
memory.proc.avg.ussproc
memory.proc.avg.rssproc

Properties description

PropertyDescription
packageApplication package (i.e. com.example.app that has generated this output)
objectTypeBinder, View, WebView, Assert
memoryTypeNative, Java Heap
procSimilar to package however this includes all available process

CPU Info Metrics

Metric IDDescriptionProperties
cpu.loadavg.1min
cpu.loadavg.5min
cpu.loadavg.15min
cpu.load.total
cpu.load.user
cpu.load.kernel
cpu.app.load.totalpackage
cpu.app.load.userpackage
cpu.app.load.kernelpackage

Properties description

PropertyDescription
packageApplication package (i.e. com.example.app that has generated this output)