OSDN Git Service

Strawman support for streaming method profiling. do not merge.
authorAndy McFadden <fadden@android.com>
Tue, 26 Jan 2010 15:37:22 +0000 (07:37 -0800)
committerXavier Ducrohet <xav@android.com>
Thu, 28 Jan 2010 22:47:18 +0000 (14:47 -0800)
commit54fa045cb564de89ea474d5076a1f220664330fd
tree085e663b283c153c7ce5c401672e6cffcf9f4da3
parent29e980028f7fffbf8643ab7f6c083f721b5dba1f
Strawman support for streaming method profiling. do not merge.

This will send MPSS/MPSE packets instead of MPRS/MPRE when the client VM
supports them.  At least, it would if the property check weren't
hard-wired to false, which is done because the MPSE handling in DDMS is
incomplete (currently just dumps the first 100 chars so you can see that
it really got something).

Integrated from master to be in SDK Tools r5.

For bug 2160407.

Change-Id: I92b7d43fa78e3cb3eefdcef9e7357bbc6818822b
ddms/libs/ddmlib/src/com/android/ddmlib/Client.java
ddms/libs/ddmlib/src/com/android/ddmlib/ClientData.java
ddms/libs/ddmlib/src/com/android/ddmlib/HandleProfiling.java