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

/frameworks/base/core/java/android/os/
H A DDebug.java591 * @param traceName Name for the trace log file to create.
596 public static void startMethodTracing(String traceName) { argument
597 startMethodTracing(traceName, 0, 0);
606 * @param traceName Name for the trace log file to create.
613 public static void startMethodTracing(String traceName, int bufferSize) { argument
614 startMethodTracing(traceName, bufferSize, 0);
634 * @param traceName Name for the trace log file to create.
640 public static void startMethodTracing(String traceName, int bufferSize, argument
643 String pathName = traceName;
661 public static void startMethodTracing(String traceName, FileDescripto argument
[all...]

Completed in 60 milliseconds