mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Log the stacktrace as well
This commit is contained in:
+1
-1
@@ -464,7 +464,7 @@ class PebbleIoThread extends GBDeviceIoThread {
|
|||||||
mOutStream.flush();
|
mOutStream.flush();
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.error("Error writing.", e.getMessage());
|
LOG.error("Error writing.", e);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
Thread.sleep(100);
|
Thread.sleep(100);
|
||||||
|
|||||||
Reference in New Issue
Block a user