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

/frameworks/base/core/java/android/os/
H A DDebug.java57 * {@link #stopMethodTracing()}.
577 * information about reading these files. Call stopMethodTracing() to stop
667 * Starts method tracing without a backing file. When stopMethodTracing
691 public static void stopMethodTracing() { method in class:Debug
692 VMDebug.stopMethodTracing();

Completed in 59 milliseconds