mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-28 19:45:50 +01:00
Log the stacktrace as well
This commit is contained in:
parent
f142003f09
commit
08dfa2a47d
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user