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

/frameworks/base/core/java/android/os/
H A DDebug.java56 * of the startMethodTracing() methods. To stop tracing, call
64 * Flags for startMethodTracing(). These can be ORed together.
496 * The main differences between this and {@link #startMethodTracing()} are
508 * {@link #startMethodTracing()} on the real device is that the emulator
580 public static void startMethodTracing() { method in class:Debug
581 VMDebug.startMethodTracing(DEFAULT_TRACE_FILE_PATH, 0, 0);
596 public static void startMethodTracing(String traceName) { method in class:Debug
597 startMethodTracing(traceName, 0, 0);
613 public static void startMethodTracing(String traceName, int bufferSize) { method in class:Debug
614 startMethodTracing(traceNam
640 public static void startMethodTracing(String traceName, int bufferSize, method in class:Debug
661 public static void startMethodTracing(String traceName, FileDescriptor fd, method in class:Debug
[all...]

Completed in 465 milliseconds