1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 20:10:15 +02:00

Added a log message that might help with debugging in some cases

This commit is contained in:
TaaviE 2020-07-29 18:20:17 +03:00
parent f526bbe632
commit aa9abd4b61

View File

@ -293,6 +293,7 @@ public class DiscoveryActivity extends AbstractGBActivity implements AdapterView
private void handleDeviceBonded() {
if (bondingDevice == null) {
LOG.error("deviceCandidate was null! Can't handle bonded device!");
return;
}