D | Debug.java | 964 public static void startMethodTracing() { in startMethodTracing() method in Debug 965 VMDebug.startMethodTracing(fixTracePath(null), 0, 0, false, 0); in startMethodTracing() 993 public static void startMethodTracing(String tracePath) { in startMethodTracing() method in Debug 994 startMethodTracing(tracePath, 0, 0); in startMethodTracing() 1025 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() method in Debug 1026 startMethodTracing(tracePath, bufferSize, 0); in startMethodTracing() 1059 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() method in Debug 1060 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() 1084 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() 1121 public static void startMethodTracing(String traceName, FileDescriptor fd, in startMethodTracing() method in Debug [all …]
|