Home | History | Annotate | Download | only in utils

Lines Matching defs:ERROR

41   public static final int ERROR = Log.ERROR;
272 * Send a {@link #ERROR} log message.
281 if (isLoggable(tag, ERROR)) {
287 * Send a {@link #ERROR} log message.
297 if (isLoggable(tag, ERROR)) {
303 * What a Terrible Failure: Report a condition that should never happen. The error will always be
306 * with an error dialog.
315 VvmLog.wtf(tag, String.format(format, args), new Error());
319 * What a Terrible Failure: Report a condition that should never happen. The error will always be
322 * with an error dialog.