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:
@@ -276,8 +276,10 @@ public class WifiDppQrCodeScannerFragment extends WifiDppQrCodeBaseFragment impl
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (canFindNetwork) {
|
if (canFindNetwork) {
|
||||||
|
Log.e(TAG, "WiFi DPP check connection no matched security");
|
||||||
return R.string.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;
|
return R.string.wifi_dpp_check_connection_no_matched_ssid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user