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

/frameworks/base/core/java/android/app/
H A DActivityThread.java880 DumpHeapData dhd = new DumpHeapData();
881 dhd.path = path;
882 dhd.fd = fd;
883 sendMessage(H.DUMP_HEAP, dhd, managed ? 1 : 0, 0, true /*async*/);
4142 static final void handleDumpHeap(boolean managed, DumpHeapData dhd) { argument
4145 Debug.dumpHprofData(dhd.path, dhd.fd.getFileDescriptor());
4147 Slog.w(TAG, "Managed heap dump failed on path " + dhd.path
4151 dhd.fd.close();
4157 Debug.dumpNativeHeap(dhd
[all...]

Completed in 58 milliseconds