Correct handling of exception: “getParameters failed (empty parameters)”

前端 未结 4 426
小蘑菇
小蘑菇 2020-12-03 00:34

I have a camera app in the Google Play store with Google Analytics installed. I keep getting the following crash report:

getParameters failed (empty

4条回答
  •  独厮守ぢ
    2020-12-03 01:14

    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().

提交回复
热议问题