Niddler considers application stopped after a configuration change
Opened this issue · 1 comments
matejdro commented
Steps to reproduce:
- Attach niddler with
autoStopAfter = 0
(so you don't have to wait) - Open main activity
- Rotate the screen to trigger configuration change
- Niddler will be killed (because activity has been destroyed), but it will not restart again when activity is recreated.
This is with Niddler 1.5.5, on Android 11
NicolaVerbeeck commented
This is strange given that niddler does not stop when activities get destroyed, it only starts when they are created