Add log for new error string in WiFi QR code scanning

Bug: 371506692
Flag: EXEMPT log only update
Test: manual test
Change-Id: I2bc15b0aa0a98a5f8193383decb60308544c810c
This commit is contained in:
Weng Su
2024-10-04 18:27:34 +08:00
parent 7c6b213c73
commit 5644fe1aa7

View File

@@ -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;
}