Commit 1eceaf17 authored by Lisa (AI Assistant)'s avatar Lisa (AI Assistant)

Add: Connection status logging

parent eeee42e0
...@@ -216,6 +216,7 @@ class NodeService : Service() { ...@@ -216,6 +216,7 @@ class NodeService : Service() {
// Observe connection status // Observe connection status
nodeClient.connectionStatus.collect { status -> nodeClient.connectionStatus.collect { status ->
Log.e(TAG, "Connection status received: connected=${status.connected}, nodeId=${status.nodeId}")
if (status.connected) { if (status.connected) {
Log.e(TAG, "Toast removed") Log.e(TAG, "Toast removed")
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment