summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/CameraHardwareException.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove some more code.Owen Lin2009-11-041-3/+0
| | | | Change-Id: I5779a15fcffecd9de28e6e1c24a59d3cf0a523f7
* Clean up and add comments for classes.Chih-Chung Chang2009-11-021-1/+4
|
* Fix some warnnings reported by eclipse.Owen Lin2009-09-241-0/+2
| | | | Change-Id: I40037e0735ddbca750cbe5f8364af5247992c51c
* Fix NPE in resizeForPreviewAspectRadio().Owen Lin2009-09-171-0/+5
| | | | | | | | | | | In user mode, if start preview fail, don't try to set resizeForPreviewAspectRadio(). Also make changes in VideoCamera to prevent similar problems. In eng mode, reveal the exception so that test tools can detect and report the error Change-Id: Ice457d753dcf18e8e93cac90aa62ee1adcc332cd
* Code clean up.Chih-Chung Chang2009-09-071-0/+16
| | | | Change-Id: I8814d8482df5709b03ef105f547f4981db34919a
* Show error dialog when the camera hardware is busy (Eg: hijack by otherOwen Lin2009-08-311-0/+5
activity). We also change the behavior of the "Camera button", if the camera is being used by others. We just ignore the request and won't start the camera. Change-Id: Icf3b00113aba61c9aa3f43ba07cf6944085d5d52