diff options
| author | 2017-12-05 11:56:28 +0000 | |
|---|---|---|
| committer | 2017-12-05 11:56:28 +0000 | |
| commit | 9d972e66b627cc24f7070f98962d39b27a76c78d (patch) | |
| tree | 438a0f4e4df298d20be7d525f30ff566491f4c3d | |
| parent | 62c68ef10707ca7451749a185c6e3a926abfda8f (diff) | |
| parent | ddbef59de16cb2ff44a00c6f68174ea3419352ba (diff) | |
Merge "Update ahat version number to 1.5"
am: ddbef59de1
Change-Id: Id6c63429abc32240aa8ea0f383873ca4110daee0
| -rw-r--r-- | tools/ahat/README.txt | 11 | ||||
| -rw-r--r-- | tools/ahat/etc/ahat.mf | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/tools/ahat/README.txt b/tools/ahat/README.txt index a765b17951..cdfeba45cb 100644 --- a/tools/ahat/README.txt +++ b/tools/ahat/README.txt @@ -30,7 +30,6 @@ TODO: * Show somewhere where to send bugs. * Include a link to /objects in the overview and menu? * Turn on LOCAL_JAVACFLAGS := -Xlint:unchecked -Werror - * Use hex for object ids in URLs? * [low priority] by site allocations won't line up if the stack has been truncated. Is there any way to manually line them up in that case? @@ -54,7 +53,15 @@ Reported Issues: * Request to be able to sort tables by size. Release History: - 1.5 Pending + 1.6 Pending + + 1.5 December 05, 2017 + Distinguish between weakly reachable and unreachable instances. + Allow hex ids to be used for objects in query parameters. + Restore old presentation of sample paths from gc roots. + Fix bug in selection of sample paths from gc root. + Fix bug in proguard deobfuscation of stack frames. + Tighten up and document ahat public API. 1.4 October 03, 2017 Give better error messages on failure to launch ahat. diff --git a/tools/ahat/etc/ahat.mf b/tools/ahat/etc/ahat.mf index 1753406e6e..df964838bd 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.4 +Implementation-Version: 1.5 Main-Class: com.android.ahat.Main |