Files
frameworks_base/core/java/android/ddm
Sebastien Hertz 98d5658562 Report runtime information to DDMS
Reports runtime's ABI and internal flags to be displayed by DDMS.

Bug: 14888999
Bug: 14888124

(cherry picked from commit e901dbdee2)

Change-Id: I248c2558f4a89ebc9bc6b7a4a54db6091d138b33
2014-05-28 09:13:45 +02:00
..

Some classes that handle DDM traffic.

It's not necessary to put all DDM-related code in this package; this just
has the essentials.  Subclass org.apache.harmony.dalvik.ddmc.ChunkHandler and add a new
registration call in DdmRegister.java.