I have a camera app in the Google Play store with Google Analytics installed. I keep getting the following crash report:
getParameters failed (empty
In my case I was getting this error :
getParameters failed (empty parameters)
when I called getParameters() after unlocking the camera. So, please call getParameters() before you call camera.unlock().
getParameters()
camera.unlock()