When the app has been running for a long time, if you rotate the device, the orientation swap can sometimes cause a crash. (no logs observed yet.) The app seems to be able to run fine until the rotation, so the rotation (or some side effect of it) is likely the cause, not just the trigger.
If I had to guess right now, I would say its something about old/dead resources failing to be reloaded even though those specific resources were not necessary to the running of the app at the time?
When the app has been running for a long time, if you rotate the device, the orientation swap can sometimes cause a crash. (no logs observed yet.) The app seems to be able to run fine until the rotation, so the rotation (or some side effect of it) is likely the cause, not just the trigger.
If I had to guess right now, I would say its something about old/dead resources failing to be reloaded even though those specific resources were not necessary to the running of the app at the time?