mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 05:16:51 +01:00
Log error when bonding fails immediately
This commit is contained in:
parent
9401b61a02
commit
2bd1cc332f
@ -397,6 +397,7 @@ public class BondingUtil {
|
||||
return new CompanionDeviceManager.Callback() {
|
||||
@Override
|
||||
public void onFailure(CharSequence error) {
|
||||
LOG.error("Bonding failed immediately: {}", error);
|
||||
toast(bondingInterface.getContext(), bondingInterface.getContext().getString(R.string.discovery_bonding_failed_immediately), Toast.LENGTH_SHORT, GB.ERROR);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user