[M108 Aura Migration][NaCl][PPFwk] Add error logs + SVACE/DLOG/Static analysis fix
[platform/framework/web/chromium-efl.git] / content / browser / renderer_host / pepper / pepper_network_proxy_host.cc
index 8718dd8..88af4be 100644 (file)
@@ -5,6 +5,7 @@
 #include "content/browser/renderer_host/pepper/pepper_network_proxy_host.h"
 
 #include "base/bind.h"
+#include "base/logging.h"
 #include "content/browser/renderer_host/pepper/browser_ppapi_host_impl.h"
 #include "content/browser/renderer_host/pepper/pepper_proxy_lookup_helper.h"
 #include "content/browser/renderer_host/pepper/pepper_socket_utils.h"
@@ -115,6 +116,7 @@ int32_t PepperNetworkProxyHost::OnResourceMessageReceived(
     PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_NetworkProxy_GetProxyForURL,
                                       OnMsgGetProxyForURL)
   PPAPI_END_MESSAGE_MAP()
+  LOG(ERROR) << "Resource message not resolved";
   return PP_ERROR_FAILED;
 }