Home | History | Annotate | Download | only in utils

Lines Matching defs:ERROR

60     public static final int ERROR = Log.ERROR;
317 * Send a {@link #ERROR} log message.
327 if (isLoggable(tag, ERROR)) {
334 * Send a {@link #ERROR} log message.
345 if (isLoggable(tag, ERROR)) {
353 * The error will always be logged at level ASSERT with the call stack.
356 * immediately with an error dialog.
366 return Log.wtf(tag, String.format(format, args), new Error());
371 * The error will always be logged at level ASSERT with the call stack.
374 * immediately with an error dialog.