HomeSort by relevance Sort by last modified time
    Searched defs:logE (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/lang/
System.java 531 public static void logE(String message) {
538 public static void logE(String message, Throwable th) {
Daemons.java 190 System.logE("Uncaught exception thrown by finalizer", ex);
272 System.logE(message, syntheticException);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 363 logE("Unable to set up preview!");
487 logE("Can't change preview state while taking picture!");
620 logE("Can't take picture while not running preview!");
700 logE("Can't toggle recording in current state!");
776 logE("Can't update format while recording active");
831 logE("Exception opening camera: " + e.getMessage());
    [all...]

Completed in 162 milliseconds