From 5c2be9a2919bda6bd4c4f25635a483da82496819 Mon Sep 17 00:00:00 2001 From: David Sehr Date: Wed, 10 May 2017 14:11:59 -0700 Subject: [PATCH] Add dexdiag tool to images Allow on-device analysis of dex memory usage by adding dexdiag to the image. Bug: 38181622 Test: adb shell "dexdiag" Change-Id: I2142b5e42eae8cc01755d0e86c179c2fa86be00c (cherry picked from commit 76f5fe5b635b813db2af34d452a28fe54964e66c) --- target/product/runtime_libart.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index ffdd9040a..a8e0dfa16 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk @@ -63,6 +63,7 @@ PRODUCT_PACKAGES += \ # ART/dex helpers. PRODUCT_PACKAGES += \ ahat \ + dexdiag \ dexdump \ dexlist \ hprof-conv \