mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Log error when bonding fails immediately
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user