Missed to log the exception

This commit is contained in:
Fabian Wiesel
2024-03-01 20:26:12 +01:00
parent ea8357bb3c
commit be2b9084cb

View File

@@ -197,7 +197,7 @@ class ListenService : Service() {
} }
} }
} catch (e: IOException) { } catch (e: IOException) {
Log.e(TAG, "Failed to read from socket due to ") Log.e(TAG, "Failed to read from socket due to ", e)
} }
} }