summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/CameraErrorCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* Close the camera application immediately when media server dies.Wu-cheng Li2010-11-131-0/+34
| | | | | | | | | | | Crash the app earlier. Otherwise, the app will crash later in other places and the log is gone. Getting a new Camera object is not good because it's hard for the app to reset the current state. For example, the state can be autofocus, preview, snapshot, recording, saving thumbnail. bug:3178948 Change-Id: Ibb38e6bfe927ed2ab9b87e2ee47044be8b96727b
* Revert "Close the camera application immediately when media server dies."Wu-cheng Li2010-11-111-34/+0
| | | | This reverts commit 9cdae7b99f46a9a18bc2661d487f6f1e003f45ae.
* Close the camera application immediately when media server dies.Wu-cheng Li2010-11-111-0/+34
Crash the app earlier. Otherwise, the app will crash later in other places and the log is gone. Getting a new Camera object is not good because it's hard for the app to reset the current state. For example, the state can be autofocus, preview, snapshot, recording, saving thumbnail. bug:3178948 Change-Id: I28a8b962d39d488f374a6f14550655d516a696bc