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

/frameworks/base/core/java/android/os/
H A DDebug.java54 * of the startMethodTracing() methods. To stop tracing, call
62 * Flags for startMethodTracing(). These can be ORed together.
498 * The main differences between this and {@link #startMethodTracing()} are
510 * {@link #startMethodTracing()} on the real device is that the emulator
582 public static void startMethodTracing() { method in class:Debug
583 VMDebug.startMethodTracing(DEFAULT_TRACE_FILE_PATH, 0, 0, false, 0);
598 public static void startMethodTracing(String traceName) { method in class:Debug
599 startMethodTracing(traceName, 0, 0);
615 public static void startMethodTracing(String traceName, int bufferSize) { method in class:Debug
616 startMethodTracing(traceNam
644 public static void startMethodTracing(String traceName, int bufferSize, method in class:Debug
691 public static void startMethodTracing(String traceName, FileDescriptor fd, method in class:Debug
[all...]

Completed in 1582 milliseconds