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

前端 未结 4 428
小蘑菇
小蘑菇 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:16

    camera objects are always locked by default so when you can unlock method then you allow to other procceses to use your parameters so make sure that you re locked the camera before getting parameters

提交回复
热议问题