D | Debug.java | 1118 public static void startMethodTracing() { in startMethodTracing() method in Debug 1119 VMDebug.startMethodTracing(fixTracePath(null), 0, 0, false, 0); in startMethodTracing() 1147 public static void startMethodTracing(String tracePath) { in startMethodTracing() method in Debug 1148 startMethodTracing(tracePath, 0, 0); in startMethodTracing() 1179 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() method in Debug 1180 startMethodTracing(tracePath, bufferSize, 0); in startMethodTracing() 1213 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() method in Debug 1214 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() 1238 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() 1275 public static void startMethodTracing(String traceName, FileDescriptor fd, in startMethodTracing() method in Debug [all …]
|