mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-11 01:21:56 +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…
Reference in New Issue
Block a user