mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 01:09:47 +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() {
|
private void handleDeviceBonded() {
|
||||||
if (bondingDevice == null) {
|
if (bondingDevice == null) {
|
||||||
|
LOG.error("deviceCandidate was null! Can't handle bonded device!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user