Hi,
I have an odd problem.
I am developing my app and testing on a Redmi Note 10 5g running MIUI Global 12.5.5. All works fine except when I use the code supplied to get a picture using the Intent Based Camera.
As soon as the code calls the intent based camera, logging to the log window stop. The app continues running correctly, it is just that there is no output in the log window. Even when I try to show unfiltered logs. Stopping the app and restarting causes the missing logs to reappear.
Testing the same app on a different phone (Pixel 2XL) and all is fine, the intent based camera appears, a picture can be taken and logging continues in the app.
Has anyone seen this happen before and know how to fix it.
Thanks
I have an odd problem.
I am developing my app and testing on a Redmi Note 10 5g running MIUI Global 12.5.5. All works fine except when I use the code supplied to get a picture using the Intent Based Camera.
[B4X] [B4XPages] Intent based camera
This solution will not work with Android 14+. Please use the more powerful MediaChooser instead: [B4X] MediaChooser - cross platform videos and images chooser B4A + B4i project that uses an intent in B4A and the Camera object in B4i to take a picture using the default camera app. The B4A code...
www.b4x.com
As soon as the code calls the intent based camera, logging to the log window stop. The app continues running correctly, it is just that there is no output in the log window. Even when I try to show unfiltered logs. Stopping the app and restarting causes the missing logs to reappear.
Testing the same app on a different phone (Pixel 2XL) and all is fine, the intent based camera appears, a picture can be taken and logging continues in the app.
Has anyone seen this happen before and know how to fix it.
Thanks