From 7b0cfbfdc17674fe66403184168d4814df075c0d Mon Sep 17 00:00:00 2001 From: Lei Gao Date: Sat, 28 Oct 2023 09:57:33 +0800 Subject: [PATCH] Test PR Issue: #I8BL3A Signed-off-by: Lei Gao Change-Id: Ic0424a9edbcd30114b8b16c53e9b8722bffb3dbe --- ohos_nweb/src/nweb_impl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/ohos_nweb/src/nweb_impl.cc b/ohos_nweb/src/nweb_impl.cc index dff76e0e62..18bc7e6510 100644 --- a/ohos_nweb/src/nweb_impl.cc +++ b/ohos_nweb/src/nweb_impl.cc @@ -1448,6 +1448,7 @@ extern "C" OHOS_NWEB_EXPORT void SetHttpDns(const NWebDOHConfig& config) { extern "C" OHOS_NWEB_EXPORT void PrepareForPageLoad(std::string url, bool preconnectable, int32_t num_sockets) { + WVLOG_I("PrepareForPageLoad"); if (g_nweb_count != 0) { for (const auto& cef_browser_context : CefBrowserContext::GetAll()) { content::BrowserContext* browser_context = -- Gitee