• Home
Name
Date
Size
#Lines
LOC

..--

DdmHandle.javaD06-Sep-20241.5 KiB5218

DdmHandleAppName.javaD06-Sep-20244.2 KiB15066

DdmHandleExit.javaD06-Sep-20242.1 KiB8024

DdmHandleHeap.javaD06-Sep-20242.3 KiB8531

DdmHandleHello.javaD06-Sep-20247.4 KiB225129

DdmHandleNativeHeap.javaD06-Sep-20242.6 KiB9234

DdmHandleProfiling.javaD06-Sep-20246.9 KiB219130

DdmHandleViewDebug.javaD06-Sep-202414.5 KiB398238

DdmRegister.javaD06-Sep-20241.9 KiB6017

OWNERSD06-Sep-202455 21

README.txtD06-Sep-2024241 74

package.htmlD06-Sep-202442 65

README.txt

1Some classes that handle DDM traffic.
2
3It's not necessary to put all DDM-related code in this package; this just
4has the essentials.  Subclass org.apache.harmony.dalvik.ddmc.ChunkHandler and add a new
5registration call in DdmRegister.java.
6
7