OSDN Git Service

Maintain a cache of apps currently present in workspace.
authorSiva Velusamy <vsiva@google.com>
Wed, 31 Aug 2011 21:44:14 +0000 (14:44 -0700)
committerSiva Velusamy <vsiva@google.com>
Thu, 1 Sep 2011 20:19:32 +0000 (13:19 -0700)
commit599136b814219b45c893c38aff2017ae6f9b2ff8
tree6375665d63fbdf5c33f34113eb2d2cd32c7730e4
parentb01b72c7a868b4171f78569cace5c2f62e3a98c3
Maintain a cache of apps currently present in workspace.

This is needed primarily because of the huge volume of queries
from the logcat view. The cache listens to workspace updates to
keep it in sync with any workspace operations (open/close project).

Change-Id: I8179df3c14f10b114a53262ab1cf2f9b8666e329
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/DebuggerConnector.java