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

/frameworks/base/core/java/android/os/
H A DDebug.java51 * <p>Debug can create log files that give details about an application, such as
58 public final class Debug class
79 private Debug() {} method in class:Debug
570 * prevLimit = Debug.setAllocationLimit(0);
573 * Debug.setAllocationLimit(prevLimit);
668 * Debug.InstructionCount icount = new Debug.InstructionCount();
901 * this method, Debug.setFieldsOn(). Example:
905 * import android.os.Debug;
913 * @Debug
[all...]

Completed in 16 milliseconds