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

/frameworks/base/core/java/android/os/
H A DDebug.java61 * of the startMethodTracing() methods. To stop tracing, call
69 * Flags for startMethodTracing(). These can be ORed together.
919 * The main differences between this and {@link #startMethodTracing()} are
931 * {@link #startMethodTracing()} on the real device is that the emulator
1017 public static void startMethodTracing() { method in class:Debug
1018 VMDebug.startMethodTracing(fixTracePath(null), 0, 0, false, 0);
1046 public static void startMethodTracing(String tracePath) { method in class:Debug
1047 startMethodTracing(tracePath, 0, 0);
1078 public static void startMethodTracing(String tracePath, int bufferSize) { method in class:Debug
1079 startMethodTracing(tracePat
1112 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { method in class:Debug
1174 public static void startMethodTracing(String traceName, FileDescriptor fd, method in class:Debug
[all...]

Completed in 280 milliseconds