Searched refs:logException (Results 1 – 1 of 1) sorted by relevance
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/ |
D | TestingCamera2.java | 195 logException("Cannot create camera ops!",e); in onCreate() 205 logException("CameraOps::getDevices failed!",e); in onCreate() 276 logException("Can't configure preview surface: ",e); in setUpPreview() 288 logException("Can't close device: ",e); in onPause() 385 logException("Can't start minimal preview: ", e); in surfaceChanged() 414 logException("Can't take a still capture! ", e); 430 logException("Can't flush!", e); 538 private void logException(String msg, Throwable e) { in logException() method in TestingCamera2 698 logException("Failed to start recording", e); 705 logException("Failed to stop recording", e); [all …]
|