• Home
  • History
  • Annotate
  • only in /frameworks/base/core/java/android/ddm/
NameDateSize

..23-Aug-20164 KiB

DdmHandleAppName.java23-Aug-20162.9 KiB

DdmHandleExit.java23-Aug-20162.1 KiB

DdmHandleHeap.java23-Aug-20168.4 KiB

DdmHandleHello.java23-Aug-20167.1 KiB

DdmHandleNativeHeap.java23-Aug-20162.6 KiB

DdmHandleProfiling.java23-Aug-20166.8 KiB

DdmHandleThread.java23-Aug-20165.9 KiB

DdmHandleViewDebug.java23-Aug-201615.1 KiB

DdmRegister.java23-Aug-20161.9 KiB

package.html23-Aug-201642

README.txt23-Aug-2016241

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