OSDN Git Service

Resolve addresses to symbols in a separate thread.
authorSiva Velusamy <vsiva@google.com>
Tue, 20 Sep 2011 23:52:01 +0000 (16:52 -0700)
committerSiva Velusamy <vsiva@google.com>
Wed, 21 Sep 2011 15:55:44 +0000 (08:55 -0700)
commit651580079aad3918fa9d647fd7311fffeb8a76c9
tree8134013e3e6992415f3be1ceb750669bcf6240d7
parent9ab5464b15ce50ec1fdd09c1d688afd1a5b25138
Resolve addresses to symbols in a separate thread.

After retrieving a heap dump, start a thread to resolve all the
addresses present in the dump. Refresh the UI with the resolved
symbols once the process is complete.

Change-Id: Iac2d24e91685b6c4e10985b3dfce00e79e1db10b
ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/NativeHeapLabelProvider.java
ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/NativeHeapPanel.java