mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 10:55:49 +01:00
Added a log message that might help with debugging in some cases
This commit is contained in:
parent
f526bbe632
commit
aa9abd4b61
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user