Home | History | Annotate | Download | only in internal

Lines Matching defs:ERROR

47     private static boolean ERROR = isLoggable(android.util.Log.ERROR);
89 ERROR = isLoggable(android.util.Log.ERROR);
158 * Error trace
162 public void error(String trace) {
163 if (isActivated() && ERROR) {
169 * Error trace
174 public void error(String trace, Throwable e) {
175 if (isActivated() && ERROR) {