HDR mode crashes
- /e/ version: Q
- Device model(s): FP3
Summary
The camera app is closed when the user takes an HDR picture
The problem
Steps to reproduce
- Open Camera
- Configure to take a picture in HDR mode
- Take a picture
What is the current behavior?
The user come back to BlissLauncher, without crash pop up
What is the expected correct behavior?
Photo taken
Technical informations
Relevant logs (adb logcat)
2020-11-10 09:25:53.637 15126-15790/foundation.e.camera E/RenderScript: Cannot open file '/system/bin/bcc' to compute checksum
2020-11-10 09:25:53.624 15126-15126/foundation.e.camera W/Thread-3: type=1400 audit(0.0:59): avc: denied { read } for name="bcc" dev="dm-0" ino=439 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:rs_exec:s0 tclass=file permissive=0 app=foundation.e.camera
2020-11-10 09:25:53.674 15126-15163/foundation.e.camera E/AndroidRuntime: FATAL EXCEPTION: Thread-3
Process: foundation.e.camera, PID: 15126
android.renderscript.RSRuntimeException: Loading of ScriptC script failed.
at android.renderscript.ScriptC.<init>(ScriptC.java:82)
at net.sourceforge.opencamera.ScriptC_create_mtb.<init>(ScriptC_create_mtb.java:37)
at net.sourceforge.opencamera.HDRProcessor.autoAlignment(HDRProcessor.java:1769)
at net.sourceforge.opencamera.HDRProcessor.processHDRCore(HDRProcessor.java:562)
at net.sourceforge.opencamera.HDRProcessor.processHDR(HDRProcessor.java:388)
at net.sourceforge.opencamera.ImageSaver.saveImageNow(ImageSaver.java:1534)
at net.sourceforge.opencamera.ImageSaver.run(ImageSaver.java:482)
Relevant screenshots
Solutions
Workaround
Possible fixes