Merge "Add log for new error string in WiFi QR code scanning" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
f82f48a621
@@ -276,8 +276,10 @@ public class WifiDppQrCodeScannerFragment extends WifiDppQrCodeBaseFragment impl
|
||||
}
|
||||
}
|
||||
if (canFindNetwork) {
|
||||
Log.e(TAG, "WiFi DPP check connection no matched security");
|
||||
return R.string.wifi_dpp_check_connection_no_matched_security;
|
||||
}
|
||||
Log.e(TAG, "WiFi DPP check connection no matched SSID");
|
||||
return R.string.wifi_dpp_check_connection_no_matched_ssid;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user