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

/frameworks/base/core/java/android/app/
H A DActivityThread.java962 DumpHeapData dhd = new DumpHeapData();
963 dhd.path = path;
964 dhd.fd = fd;
965 sendMessage(H.DUMP_HEAP, dhd, managed ? 1 : 0, 0, true /*async*/);
4826 static final void handleDumpHeap(boolean managed, DumpHeapData dhd) { argument
4829 Debug.dumpHprofData(dhd.path, dhd.fd.getFileDescriptor());
4831 Slog.w(TAG, "Managed heap dump failed on path " + dhd.path
4835 dhd.fd.close();
4841 Debug.dumpNativeHeap(dhd
[all...]

Completed in 36 milliseconds