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

..10-Aug-20184 KiB

DdmHandleAppName.java10-Aug-20182.9 KiB

DdmHandleExit.java10-Aug-20182.1 KiB

DdmHandleHeap.java10-Aug-20188.4 KiB

DdmHandleHello.java10-Aug-20187.1 KiB

DdmHandleNativeHeap.java10-Aug-20182.6 KiB

DdmHandleProfiling.java10-Aug-20186.8 KiB

DdmHandleThread.java10-Aug-20185.9 KiB

DdmHandleViewDebug.java10-Aug-201815.1 KiB

DdmRegister.java10-Aug-20181.9 KiB

package.html10-Aug-201842

README.txt10-Aug-2018241

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