xiejinpeng
Results
3
comments of
xiejinpeng
I have same issue , app crash in some devices report by Google Play, but I can't reproduce. The only thing I did is request the camera permission. ``` java.lang.RuntimeException:...
同样的问题,内存释放不了。
I encountered the same issue , and I found that the mCameraManager is private filed , how can I do that? #### I solve this by using Reflection. ``` //...