This commit is contained in:
Sergey Trofimov 2015-10-18 18:29:41 +03:00
parent 1073303849
commit 7591d4a8af
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public final class BtLEQueue {
try { try {
getCallbackToUse().onCharacteristicRead(gatt, characteristic, status); getCallbackToUse().onCharacteristicRead(gatt, characteristic, status);
} catch (Throwable ex) { } catch (Throwable ex) {
LOG.error("onCharaceristicRead: " + ex.getMessage(), ex); LOG.error("onCharacteristicRead: " + ex.getMessage(), ex);
} }
} }
checkWaitingCharacteristic(characteristic, status); checkWaitingCharacteristic(characteristic, status);