Log when aborting startListener

This commit is contained in:
sim 2024-11-02 12:46:02 +00:00
parent 38de5edeaa
commit dcc4d301aa
1 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,11 @@ class StartService : Service() {
// because if there is no registration, this is a request to stop the SSE // because if there is no registration, this is a request to stop the SSE
hasRegistration hasRegistration
) { ) {
Log.d(
TAG,
"Aborting startListener: The service is started, doesn't have fails " +
"and has registration (else, we'd stop the service)"
)
return return
} }
Log.d(TAG, "Starting the Listener") Log.d(TAG, "Starting the Listener")