Can you programmatically trigger process death and restart the app under instrumentation?
I have some mutable state that lives in the Application that I want to make sure persists across process death without manual intervention.
I have some mutable state that lives in the Application that I want to make sure persists across process death without manual intervention.