Searched defs:dhd (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/app/
H A DActivityThread.java830 DumpHeapData dhd = new DumpHeapData();
831 dhd.path = path;
832 dhd.fd = fd;
833 queueOrSendMessage(H.DUMP_HEAP, dhd, managed ? 1 : 0);
4032 static final void handleDumpHeap(boolean managed, DumpHeapData dhd) { argument
4035 Debug.dumpHprofData(dhd.path, dhd.fd.getFileDescriptor());
4037 Slog.w(TAG, "Managed heap dump failed on path " + dhd.path
4041 dhd.fd.close();
4047 Debug.dumpNativeHeap(dhd
[all...]

Completed in 37 milliseconds