Searched refs:dhd (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java919 DumpHeapData dhd = new DumpHeapData();
920 dhd.path = path;
921 dhd.fd = fd;
922 sendMessage(H.DUMP_HEAP, dhd, managed ? 1 : 0, 0, true /*async*/);
4312 static final void handleDumpHeap(boolean managed, DumpHeapData dhd) { argument
4315 Debug.dumpHprofData(dhd.path, dhd.fd.getFileDescriptor());
4317 Slog.w(TAG, "Managed heap dump failed on path " + dhd.path
4321 dhd.fd.close();
4327 Debug.dumpNativeHeap(dhd
[all...]

Completed in 33 milliseconds