Home | History | Annotate | Download | only in util

Lines Matching defs:ERROR

36     public static final int ERROR = android.util.Log.ERROR;
159 * Send an {@link #ERROR} log message.
165 println(android.util.Log.ERROR, tag, msg);
169 * Send a {@link #ERROR} log message and log the exception.
176 println(android.util.Log.ERROR, tag, msg);
177 println(android.util.Log.ERROR, tag, android.util.Log.getStackTraceString(tr));
182 * The error will always be logged at level ASSERT with the call stack.
185 * immediately with an error dialog.
197 * The error will always be logged at level ASSERT with the call stack.
200 * immediately with an error dialog.