D | Debug.java | 1183 public static void startMethodTracing() { in startMethodTracing() method in Debug 1184 VMDebug.startMethodTracing(fixTracePath(null), 0, 0, false, 0); in startMethodTracing() 1212 public static void startMethodTracing(String tracePath) { in startMethodTracing() method in Debug 1213 startMethodTracing(tracePath, 0, 0); in startMethodTracing() 1244 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() method in Debug 1245 startMethodTracing(tracePath, bufferSize, 0); in startMethodTracing() 1278 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() method in Debug 1279 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() 1303 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() 1340 public static void startMethodTracing(String traceName, FileDescriptor fd, in startMethodTracing() method in Debug [all …]
|