Searched refs:logE (Results 1 - 5 of 5) sorted by relevance

/libcore/libart/src/main/java/java/lang/
H A DDaemons.java193 System.logE("Uncaught exception thrown by finalizer", ex);
286 System.logE(message, syntheticException);
/libcore/luni/src/main/java/libcore/util/
H A DZoneInfoDB.java103 System.logE("Couldn't find any tzdata!");
122 System.logE("tzdata file \"" + path + "\" was present but invalid!", ex);
/libcore/luni/src/main/java/java/lang/
H A DSystem.java995 public static void logE(String message) { method in class:System
1002 public static void logE(String message, Throwable th) { method in class:System
1129 logE("Ignoring attempt to set property \"" + key +
1140 logE("Ignoring attempt to remove property \"" + key + "\".");
/libcore/dalvik/src/main/java/dalvik/system/
H A DDexPathList.java225 System.logE("Unable to load dex file: " + file, ex);
439 System.logE("Unable to open zip file: " + file, ioe);
/libcore/luni/src/main/java/java/security/
H A DSecurity.java59 System.logE("Could not load 'security.properties'", ex);

Completed in 243 milliseconds