com.android.ddmlib
Interface ClientData.IAllocationTrackingHandler

Enclosing class:
ClientData

public static interface ClientData.IAllocationTrackingHandler


Method Summary
 void onSuccess(byte[] data, Client client)
          Called when an allocation tracking was successful.
 

Method Detail

onSuccess

void onSuccess(@NonNull
               byte[] data,
               @NonNull
               Client client)
Called when an allocation tracking was successful.

Parameters:
data - the data containing the encoded allocations. See AllocationsParser.parse(java.nio.ByteBuffer) for parsing this data.
client - the client for which allocations were tracked.