• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Dec-2023-

DdmHandle.javaH A D12-Dec-20231.5 KiB5218

DdmHandleAppName.javaH A D12-Dec-20234.2 KiB15066

DdmHandleExit.javaH A D12-Dec-20232.1 KiB8024

DdmHandleHeap.javaH A D12-Dec-20232.3 KiB8531

DdmHandleHello.javaH A D12-Dec-20237.2 KiB220127

DdmHandleNativeHeap.javaH A D12-Dec-20232.6 KiB9234

DdmHandleProfiling.javaH A D12-Dec-20236.9 KiB219130

DdmHandleViewDebug.javaH A D12-Dec-202315.2 KiB435300

DdmRegister.javaH A D12-Dec-20231.9 KiB6017

README.txtH A D12-Dec-2023241 74

package.htmlH A D12-Dec-202342 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