I’m not sure if there are any errors logged. I only see one ‘w’ (warning?) in the logs. This is the log i see when i send a notification on my new phone where it uses Firebase. I deleted some of the webhook values and GPS positions just in case.
10-30 10:26:34.052 17591 18450 D LogcatReader: Done reading logcat for pid 17591
10-30 10:26:50.304 17591 25945 W FirebaseMessaging: Unable to log event: analytics library is missing
10-30 10:26:50.305 17591 25945 D FCMService: From: 331041709873
10-30 10:26:50.310 17591 17591 D MessagingService: Creating notification with following data: {title=Pixel 8, webhook_id=xxx-deleted, message=Pixe 8, server_id=1}
10-30 10:26:50.316 17591 17591 D MessagingService: Show notification with tag "null" and id "-2131038910"
10-30 10:26:50.387 17591 18450 D ServerConnectionInfo: localUrl is: true, usesInternalSsid is: true, usesWifi is: true
10-30 10:26:50.397 17591 18450 D ServerConnectionInfo: localUrl is: true, usesInternalSsid is: true, usesWifi is: true
10-30 10:26:50.407 17591 18450 D ServerConnectionInfo: localUrl is: true, usesInternalSsid is: true, usesWifi is: true
10-30 10:26:50.418 17591 18450 D ServerConnectionInfo: localUrl is: true, usesInternalSsid is: true, usesWifi is: true
10-30 10:26:50.419 17591 18450 D WebSocketRepository: Sending message 1492: {type=ping, id=1492}
10-30 10:26:50.420 17591 18450 D WebSocketRepository: Message number 1492 sent
10-30 10:26:50.431 17591 18134 D WebSocketRepository: Websocket: onMessage (text)
10-30 10:26:50.432 17591 18450 D WebSocketRepository: Message number 1492 received
10-30 10:26:55.933 17591 17591 I ImeTracker: io.homeassistant.companion.android:cf3665c1: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
10-30 10:26:58.233 17591 18154 D LogcatReader: Read logcat for pid 17591
And this is the log I see on my old phone that sends it over a websocket connection.
10-30 10:32:10.539 7901 8229 D LogcatReader: Read logcat for pid 7901
10-30 10:32:10.563 7901 8229 D LogcatReader: Done reading logcat for pid 7901
10-30 10:32:17.897 7901 8124 D ServerConnectionInfo: localUrl is: true, usesInternalSsid is: true, usesWifi is: true
10-30 10:32:17.912 7901 8124 D ServerConnectionInfo: localUrl is: true, usesInternalSsid is: true, usesWifi is: true
10-30 10:32:17.924 7901 8124 D ServerConnectionInfo: localUrl is: true, usesInternalSsid is: true, usesWifi is: true
10-30 10:32:17.936 7901 8124 D ServerConnectionInfo: localUrl is: true, usesInternalSsid is: true, usesWifi is: true
10-30 10:32:17.938 7901 8124 D WebSocketRepository: Sending message 297: {type=ping, id=297}
10-30 10:32:17.939 7901 8124 D WebSocketRepository: Message number 297 sent
10-30 10:32:17.962 7901 8133 D WebSocketRepository: Websocket: onMessage (text)
10-30 10:32:17.965 7901 8124 D WebSocketRepository: Message number 297 received
10-30 10:32:26.667 7901 8133 D WebSocketRepository: Websocket: onMessage (text)
10-30 10:32:26.670 7901 8124 D WebSocketRepository: Message number 143 received
10-30 10:32:26.674 7901 8227 D WebSocketRepository: Sending message 298: {type=mobile_app/push_notification_confirm, webhook_id=xxx-deleted, confirm_id=64524a831a22e94552b4cff802a14da1, id=298}
10-30 10:32:26.676 7901 8227 D WebSocketRepository: Message number 298 sent
10-30 10:32:26.684 7901 8133 D WebSocketRepository: Websocket: onMessage (text)
10-30 10:32:26.686 7901 8227 D WebSocketRepository: Message number 298 received
10-30 10:32:26.694 7901 7901 D MessagingService: Creating notification with following data: {message=Pixel 4a, title=Pixel 4A, webhook_id=xxx-deleted, server_id=1}
10-30 10:32:26.701 7901 7901 D MessagingService: Show notification with tag "null" and id "-2130702529"
10-30 10:32:27.725 7901 7901 D LocBroadcastReceiver: Received location update.
10-30 10:32:27.728 7901 7901 D ForegrndServiceLauncher: Check if service HighAccuracyLocationService is running. Service running = false
10-30 10:32:27.729 7901 8229 D LocBroadcastReceiver: Last Location:
10-30 10:32:27.729 7901 8229 D LocBroadcastReceiver: Coords:(40.xxxxx, -82.xxxxx)
10-30 10:32:27.729 7901 8229 D LocBroadcastReceiver: Accuracy: 100.0
10-30 10:32:27.729 7901 8229 D LocBroadcastReceiver: Bearing: 0.0
10-30 10:32:27.732 7901 8229 D LocBroadcastReceiver: Begin evaluating if location update should be skipped
10-30 10:32:27.732 7901 8229 D LocBroadcastReceiver: Received location that is 38 milliseconds old, 1698676347694 compared to 1698676347732 with source fused
10-30 10:32:27.732 7901 8229 D LocBroadcastReceiver: Duplicate location received, not sending to HA
10-30 10:32:31.299 7901 8227 D LogcatReader: Read logcat for pid 7901
In the old phone logs there is this bit which is not in the new phone logs.
type=mobile_app/push_notification_confirm, webhook_id=xxx-deleted