am c7396025: Merge change 6084 into donut
Merge commit 'c7396025e59524e7ef639fd86fc23123939ee91c' * commit 'c7396025e59524e7ef639fd86fc23123939ee91c': Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726)
This commit is contained in:
committed by
The Android Open Source Project
commit
fee47b699f
@@ -371,7 +371,7 @@ public class Camera {
|
||||
}
|
||||
private native final void native_takePicture();
|
||||
|
||||
// These match the enum in libs/android_runtime/android_hardware_Camera.cpp
|
||||
// These match the enum in include/ui/Camera.h
|
||||
/** Unspecified camerar error. @see #ErrorCallback */
|
||||
public static final int CAMERA_ERROR_UNKNOWN = 1;
|
||||
/** Media server died. In this case, the application must release the
|
||||
|
||||
Reference in New Issue
Block a user