Log when aborting startListener
This commit is contained in:
parent
38de5edeaa
commit
dcc4d301aa
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue