summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/ahat/README.txt6
-rw-r--r--tools/ahat/etc/ahat.mf2
2 files changed, 7 insertions, 1 deletions
diff --git a/tools/ahat/README.txt b/tools/ahat/README.txt
index b799e481e5..526a64666a 100644
--- a/tools/ahat/README.txt
+++ b/tools/ahat/README.txt
@@ -55,6 +55,12 @@ Known Issues:
* Line number decoding for allocations in proguarded classes.
Release History:
+ 1.8 January 02, 2025
+ Show string values of byte[] instances.
+ Fix accounting for cleaned native registrations
+ Add option to download the contents of a byte[] as a file.
+ Show retained size in allocations view.
+
1.7.3 June 27, 2024
Add support to display bitmaps included in heapdump. To use this
functionality, collect the heapdump with `adb shell am dumpheap -b <fmt>`,
diff --git a/tools/ahat/etc/ahat.mf b/tools/ahat/etc/ahat.mf
index 43bc17db37..5f3de53aa7 100644
--- a/tools/ahat/etc/ahat.mf
+++ b/tools/ahat/etc/ahat.mf
@@ -1,4 +1,4 @@
Name: ahat/
Implementation-Title: ahat
-Implementation-Version: 1.7.3
+Implementation-Version: 1.8
Main-Class: com.android.ahat.Main