Home
last modified time | relevance | path

Searched refs:logException (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DTestingCamera2.java178 logException("Cannot create camera ops!",e); in onCreate()
205 logException("Can't configure preview surface: ",e); in onResume()
217 logException("Can't close device: ",e); in onPause()
307 logException("Can't start minimal preview: ", e); in surfaceChanged()
335 logException("Can't take a JPEG! ", e);
351 logException("Can't flush!", e);
458 private void logException(String msg, Throwable e) { in logException() method in TestingCamera2
618 logException("Failed to start recording", e);
625 logException("Failed to stop recording", e);