Skip to content

Releases: Gracker/Android-App-Memory-Analysis

v1.1.0

05 Jun 16:13

Choose a tag to compare

Android 17 / API 37 compatibility release.

Highlights:

  • Added smaps_context to panorama JSON, Markdown, and text reports.
  • Added smaps-only panorama analysis for Android 17 native/scudo/swap investigations.
  • Added .hprof.gz sample fallback in the unified CLI.
  • Stabilized the Memory Lab ashmem scenario by retaining and unmapping SharedMemory mappings.
  • Updated docs and changelog for the Android 17 baseline.

Verification:

  • python3 -m py_compile analyze.py tools/*.py
  • CLI smokes for hprof, smaps, meminfo, gfxinfo, panorama, combined, diff, and perfetto config
  • Gradle :app:assembleDebug and :app:assembleRelease with Android SDK 37

Assets:

  • memory-lab-demo-v1.1.0-debug.apk is debug-signed and installable for demo use.
  • memory-lab-demo-v1.1.0-release-unsigned.apk is unsigned release output for inspection/signing.