public static interface AndroidDebugBridge.IClientChangeListener
Client changes.| Modifier and Type | Method and Description |
|---|---|
void |
clientChanged(Client client,
int changeMask)
Sent when an existing client information changed.
|
void clientChanged(@NonNull
Client client,
int changeMask)
This is sent from a non UI thread.
client - the updated client.changeMask - the bit mask describing the changed properties. It can contain
any of the following values: Client.CHANGE_INFO,
Client.CHANGE_DEBUGGER_STATUS, Client.CHANGE_THREAD_MODE,
Client.CHANGE_THREAD_DATA, Client.CHANGE_HEAP_MODE,
Client.CHANGE_HEAP_DATA, Client.CHANGE_NATIVE_HEAP_DATA