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.
343 * The main differences between this and {@link #startMethodTracing()} are
355 * {@link #startMethodTracing()} on the real device is that the emulator
427 public static void startMethodTracing() { method in class:Debug
428 VMDebug.startMethodTracing(DEFAULT_TRACE_FILE_PATH, 0, 0);
443 public static void startMethodTracing(String traceName) { method in class:Debug
444 startMethodTracing(traceName, 0, 0);
460 public static void startMethodTracing(String traceName, int bufferSize) { method in class:Debug
461 startMethodTracing(traceNam
487 public static void startMethodTracing(String traceName, int bufferSize, method in class:Debug
508 public static void startMethodTracing(String traceName, FileDescriptor fd, method in class:Debug
[all...]

Completed in 549 milliseconds