Gabriele Mazzotta
Gabriele Mazzotta
We are experiencing similar crashes with one of our apps. `Scudo` is reporting `race on chunk header at address 0x...` and the backtraces all point to some memory corruption in...
I have verified that `onPixelCopyFinished` is calling `DecorView.draw()` from a background thread. This is causing race conditions which ultimately crash the app. Can you please fix this? This has been...
@kareem-waleed thanks. If the problem is indeed the fact that you are accessing the View hierarchy from a background thread and you are going to release a fixed version, would...