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
60 private static final String TAG = "Debug";
81 private Debug() {} method in class:Debug
680 * prevLimit = Debug.setAllocationLimit(0);
683 * Debug.setAllocationLimit(prevLimit);
819 * Debug.InstructionCount icount = new Debug.InstructionCount();
1052 * this method, Debug.setFieldsOn(). Example:
1056 * import android.os.Debug;
[all...]

Completed in 66 milliseconds