[edited since I found out the root cause of the issue I was seeing but I am still curious about this one exception I see]
I spotted this exception, but I have no idea what it's doing under the hoods and how to fix/workaround this behaviour? This seems to happen around an invocation of recreate() of my activity.
2020-12-29 09:16:29.673 1105-2182/? E/SICS.SicsOverlord[Launcher ImageCache]: Failed to apply transition SicsTransition (Downloaded > Fetched Raw Image from Disk) to image [/data/securedStorageLocation/com.amazon.venezia/tv.uam.uamtv_test (version=0)]. Exception:
Sics Error (OpenFileError: FileOpenError: 'load_buffer_from_path: Failed to open file (errno: 2).')
com.amazon.sics.SicsInternalException
at com.amazon.sics.JniUtils.loadBufferFromPath(Native Method)
at com.amazon.sics.JniUtils.loadBytesFromPath(JNIUtils.java:29)
at com.amazon.sics.SicsBasicTransitions$LoadFromDisk.apply(SicsBasicTransitions.java:192)
at com.amazon.sics.SicsTransitionRunnable.run(SicsTransitionRunnable.java:70)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)
2020-12-29 09:16:29.674 291-472/? E/IMGSRV: :0: MTKGenericAlloc: alloc from buffer_mtk success fd 9 size 221184
2020-12-29 09:16:29.676 1105-2182/? E/sics-jni: load_buffer_from_path: Failed to open file (errno: 2).
What is it?
Thanks for any pointer/help/suggestion.