You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great job,
I have this error that keeps popping up on google play pre-launch and sometimes on real clients devices.
Exception java.lang.RuntimeException: Fail to connect to camera service
at android.hardware.Camera. (Camera.java:557)
at android.hardware.Camera.open (Camera.java:402)
at com.budiyev.android.codescanner.CodeScanner$InitializationThread.initialize (CodeScanner.java:829)
at com.budiyev.android.codescanner.CodeScanner$InitializationThread.run (CodeScanner.java:815)
I have tried to check the code to see where the problem is - I think that the code on GitHub is different then the one when using the :
implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2'
I am pretty sure that this is not a permissions problem, I check permission before sending the Intent.
maybe try-catch block on this function will be a fast solution.
please help,
Thanks in advance
The text was updated successfully, but these errors were encountered:
arbelkf
changed the title
Crash on google play test & also on production on clients devices
Crash on google play pre-launch & also on production on clients devices
Mar 2, 2023
Great job,
I have this error that keeps popping up on google play pre-launch and sometimes on real clients devices.
Exception java.lang.RuntimeException: Fail to connect to camera service
at android.hardware.Camera. (Camera.java:557)
at android.hardware.Camera.open (Camera.java:402)
at com.budiyev.android.codescanner.CodeScanner$InitializationThread.initialize (CodeScanner.java:829)
at com.budiyev.android.codescanner.CodeScanner$InitializationThread.run (CodeScanner.java:815)
I have tried to check the code to see where the problem is - I think that the code on GitHub is different then the one when using the :
implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2'
I am pretty sure that this is not a permissions problem, I check permission before sending the Intent.
maybe try-catch block on this function will be a fast solution.
please help,
Thanks in advance
The text was updated successfully, but these errors were encountered: