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

Unified Diff: testing/iossim/iossim.mm

Issue 10825199: There are two places that log failure to start, tweak the message to tell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/iossim/iossim.mm
===================================================================
--- testing/iossim/iossim.mm (revision 150090)
+++ testing/iossim/iossim.mm (working copy)
@@ -668,7 +668,7 @@
if (started) {
[[NSRunLoop mainRunLoop] run];
} else {
- LogError(@"Simulator failed to start: \"%@\" (%@:%ld)",
+ LogError(@"Simulator failed request to start: \"%@\" (%@:%ld)",
rohitrao (ping after 24h) 2012/08/06 16:21:55 I don't understand what this new error message mea
TVL 2012/08/06 16:23:27 The other case also just had "Simulator failed to
[error localizedDescription],
[error domain], static_cast<long int>([error code]));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698