diff --git a/ohos_nweb/src/nweb_impl.cc b/ohos_nweb/src/nweb_impl.cc index dff76e0e620d305080c64bc06684c22e137e8bea..18bc7e65104cb3c599d157ee9f3e995bca23ca24 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 =