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

/frameworks/base/core/java/android/os/
H A DDebug.java55 * of the startMethodTracing() methods. To stop tracing, call
63 * Flags for startMethodTracing(). These can be ORed together.
303 * The main differences between this and {@link #startMethodTracing()} are
315 * {@link #startMethodTracing()} on the real device is that the emulator
387 public static void startMethodTracing() { method in class:Debug
388 VMDebug.startMethodTracing(DEFAULT_TRACE_FILE_PATH, 0, 0);
403 public static void startMethodTracing(String traceName) { method in class:Debug
404 startMethodTracing(traceName, 0, 0);
420 public static void startMethodTracing(String traceName, int bufferSize) { method in class:Debug
421 startMethodTracing(traceNam
447 public static void startMethodTracing(String traceName, int bufferSize, method in class:Debug
468 public static void startMethodTracing(String traceName, FileDescriptor fd, method in class:Debug
[all...]

Completed in 21 milliseconds