[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_host_resolver_message_filter.cc
index b3bdb63..cec3221 100644 (file)
@@ -115,6 +115,7 @@ int32_t PepperHostResolverMessageFilter::OnResourceMessageReceived(
     PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_HostResolver_Resolve,
                                       OnMsgResolve)
   PPAPI_END_MESSAGE_MAP()
+  LOG(ERROR) << "Resource message unresolved";
   return PP_ERROR_FAILED;
 }
 
@@ -132,6 +133,7 @@ int32_t PepperHostResolverMessageFilter::OnMsgResolve(
                                              &request,
                                              render_process_id_,
                                              render_frame_id_)) {
+    LOG(ERROR) << "Insufficient permissions";
     return PP_ERROR_NOACCESS;
   }