mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-09 08:26:48 +01:00
Pebble: get rid of log spamming when changing applications (unhandled message)
This commit is contained in:
parent
a9d74b52f8
commit
19d7c03545
@ -1826,7 +1826,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
|
|||||||
LOG.info(ENDPOINT_NAME + ": (cmd:" + command + ")" + uuid);
|
LOG.info(ENDPOINT_NAME + ": (cmd:" + command + ")" + uuid);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return null;
|
return new GBDeviceEvent[]{null};
|
||||||
}
|
}
|
||||||
|
|
||||||
private GBDeviceEvent decodeBlobDb(ByteBuffer buf) {
|
private GBDeviceEvent decodeBlobDb(ByteBuffer buf) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user