I am using FCM Cloud messaging to get notifications. While Google search I found that When application either in background state or quit, data payload received on "onMessageReceived" method of FirebaseMessagingService service.
What my question is, How can I debug the services when the application is closed or quit(not running) state.
If I can't please suggest me any better alternative to check the flow in the services.