Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: components/arc/net/arc_net_host_impl.cc

Issue 2736033003: [Merge M57] arc: Provide more logging for network failures. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/arc/common/auth.mojom ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/net/arc_net_host_impl.cc
diff --git a/components/arc/net/arc_net_host_impl.cc b/components/arc/net/arc_net_host_impl.cc
index 995e28526d8243e2958972ea285ef5d05ed5b44f..b6f497d0b1902e9d9fb5863bf5c1a9ddbbb7af7c 100644
--- a/components/arc/net/arc_net_host_impl.cc
+++ b/components/arc/net/arc_net_host_impl.cc
@@ -55,7 +55,7 @@ std::string GetStringFromOncDictionary(const base::DictionaryValue* dict,
std::string value;
dict->GetString(key, &value);
if (required && value.empty())
- NOTREACHED();
+ VLOG(1) << "Required parameter " << key << " was not found.";
return value;
}
« no previous file with comments | « components/arc/common/auth.mojom ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698