diff options
author | 2025-01-02 13:11:10 -0800 | |
---|---|---|
committer | 2025-01-02 15:41:30 -0800 | |
commit | 3f87b5be94fb5340a38157e718dcc232e70e3029 (patch) | |
tree | b06643ad2953276dc909c92002ff36c11fe9de83 | |
parent | b1b951474feb7b8100709a9fd77bbcf018355233 (diff) |
AHAT 1.8 release
Change-Id: I225e7bd776b679866e1556acef2d59257077e8b2
-rw-r--r-- | tools/ahat/README.txt | 6 | ||||
-rw-r--r-- | tools/ahat/etc/ahat.mf | 2 |
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 |