Searched defs:startMethodTracing (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DDebug.java59 * of the startMethodTracing() methods. To stop tracing, call
67 * Flags for startMethodTracing(). These can be ORed together.
866 * The main differences between this and {@link #startMethodTracing()} are
878 * {@link #startMethodTracing()} on the real device is that the emulator
964 public static void startMethodTracing() { method in class:Debug
965 VMDebug.startMethodTracing(fixTracePath(null), 0, 0, false, 0);
993 public static void startMethodTracing(String tracePath) { method in class:Debug
994 startMethodTracing(tracePath, 0, 0);
1025 public static void startMethodTracing(String tracePath, int bufferSize) { method in class:Debug
1026 startMethodTracing(tracePat
1059 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { method in class:Debug
1121 public static void startMethodTracing(String traceName, FileDescriptor fd, method in class:Debug
[all...]

Completed in 655 milliseconds