I've got a simple question: I'm using commonsware's wakefulintentservice in my application and I got it working, but how do I know if the WakefulIntentService is still running or not? Can I for example put a onDestroy in the WakefulIntentService class and let that log something or is there another way to see wheter the WakefulIntentService is running or not?
Thanks in advance!