Open GoogleCodeExporter opened 8 years ago
Note that the second call to takePicture() does not need to be at all near (in
time) to the first call. In this example, the second takePicture() call
happened 3 seconds after the first.
Original comment by james.at...@gmail.com
on 21 Nov 2014 at 10:10
Original comment by ala...@google.com
on 2 Dec 2014 at 4:18
Hello,
Could you share a small source code or sample APK that we can use to reproduce?
I've been using the described steps but can't make the crash happen.
Thanks!
Alain
Original comment by ala...@google.com
on 4 Dec 2014 at 5:31
[deleted comment]
Here's a simple app which reliably crashes the mediaserver. It shows a simple
count in the lower right hand corner for the number of successful takePicture()
calls.
In the CameraActivity, if you comment out the line
"parameters.setRecordingHint(true)", you can take as many pictures as you want.
If you leave it in, then the media server will crash the second time you
depress the camera shutter.
Original comment by james.at...@gmail.com
on 5 Dec 2014 at 6:31
Attachments:
Original issue reported on code.google.com by
james.at...@gmail.com
on 21 Nov 2014 at 10:08