Home | History | Annotate | Download | only in util

Lines Matching defs:ERROR

38  * ERROR, WARN, INFO, DEBUG, VERBOSE.  Verbose should never be compiled
40 * in but stripped at runtime. Error, warning and info logs are always kept.
84 public static final int ERROR = 6;
208 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
234 * Send an {@link #ERROR} log message.
240 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
244 * Send a {@link #ERROR} log message and log the exception.
251 return printlns(LOG_ID_MAIN, ERROR, tag, msg, tr);
256 * The error will always be logged at level ASSERT with the call stack.
259 * immediately with an error dialog.
300 // Only mark this as ERROR, do not use ASSERT since that should be
303 int bytes = printlns(logId, ERROR, tag, msg, localStack ? what : tr);
338 // This is to reduce the amount of log spew that apps do in the non-error
407 // This is to reduce the amount of log spew that apps do in the non-error