mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2024-12-26 09:42:39 +01:00
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
|
||||
hasRegistration
|
||||
) {
|
||||
Log.d(
|
||||
TAG,
|
||||
"Aborting startListener: The service is started, doesn't have fails " +
|
||||
"and has registration (else, we'd stop the service)"
|
||||
)
|
||||
return
|
||||
}
|
||||
Log.d(TAG, "Starting the Listener")
|
||||
|
Loading…
Reference in New Issue
Block a user