Searched refs:dumpHprofData (Results 1 – 11 of 11) sorted by relevance
168 Log.w(TAG, violation.toString() + ", " + dumpHprofData()); in enableStrictMode()173 private String dumpHprofData() { in dumpHprofData() method in ActivityLeakTests.DetectLeakActivity176 Debug.dumpHprofData(fileName); in dumpHprofData()
84 Debug.dumpHprofData(path.getPath()); in dump()
2075 public static void dumpHprofData(String fileName) throws IOException { in dumpHprofData() method in Debug2076 VMDebug.dumpHprofData(fileName); in dumpHprofData()2088 public static void dumpHprofData(String fileName, FileDescriptor fd) in dumpHprofData() method in Debug2090 VMDebug.dumpHprofData(fileName, fd); in dumpHprofData()
97 android.os.Debug.dumpHprofData(path); // will block in captureHeaps()
84 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()
202 Debug.dumpHprofData(heap.getAbsolutePath()); in waitForWithGc()
590 Debug.dumpHprofData(filename); in dumpHprof()
6484 Debug.dumpHprofData(dhd.path, fd.getFileDescriptor()); in handleDumpHeap()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32792 method public static void dumpHprofData(String) throws java.io.IOException;
35787 Landroid/os/Debug;->dumpHprofData(Ljava/lang/String;Ljava/io/FileDescriptor;)V