samir
10/08/2018, 8:18 PMApplicationStopping
, it works well with the tests but when I run the app locally with Intellij or by using ./gradlew run
the handler never gets called when I stop the app and I don’t see the logs Application stopping
& Application stopped
. Is there any way to make sure the handler always gets called even when stopping the app from intellij or with ./gradlew ?dave08
10/09/2018, 2:16 AM