Searched refs:dumpHprofData (Results 1 – 11 of 11) sorted by relevance
174 Log.w(TAG, violation.toString() + ", " + dumpHprofData()); in enableStrictMode()179 private String dumpHprofData() { in dumpHprofData() method in ActivityLeakTests.DetectLeakActivity182 Debug.dumpHprofData(fileName); in dumpHprofData()
85 Debug.dumpHprofData(path.getPath()); in dump()
84 Debug.dumpHprofData(hprofFile.getAbsolutePath()); in dumpLeak()
2112 public static void dumpHprofData(String fileName) throws IOException { in dumpHprofData() method in Debug2113 VMDebug.dumpHprofData(fileName); in dumpHprofData()2125 public static void dumpHprofData(String fileName, FileDescriptor fd) in dumpHprofData() method in Debug2127 VMDebug.dumpHprofData(fileName, fd); in dumpHprofData()
215 Debug.dumpHprofData(heap.getAbsolutePath()); in waitForWithGc()
579 Debug.dumpHprofData(filename); in dumpHprof()
6907 Debug.dumpHprofData(dhd.path, fd.getFileDescriptor()); in handleDumpHeap()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
21578 method public static void dumpHprofData(java.lang.String) throws java.io.IOException;
32888 method public static void dumpHprofData(String) throws java.io.IOException;
35144 Landroid/os/Debug;->dumpHprofData(Ljava/lang/String;Ljava/io/FileDescriptor;)V