Chimerapps/niddler

Niddler considers application stopped after a configuration change

Opened this issue · 1 comments

Steps to reproduce:

  1. Attach niddler with autoStopAfter = 0 (so you don't have to wait)
  2. Open main activity
  3. Rotate the screen to trigger configuration change
  4. 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

This is strange given that niddler does not stop when activities get destroyed, it only starts when they are created