Use decode instead of parseLong for query params.
This makes it possible to enter a hex id of an object in the url,
where before you had to manually translate the hex id to decimal
first.
Switch to using the hex format for the id in links to be more consistent
with the summary presentation of objects.
Bug: 28669428
Test: m ahat-test
Test: ahat test-dump/O.hprof, visit http://localhost:7100/object?id=0x6004fdb8
Test: launch ahat and click on object links and confirm they still work.
Test: run ahat on a heap dump with bitmaps and confirm they still show up.
Change-Id: Ia6a84b4674a95519dce1ff701086a86d551a51d1
3 files changed