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

Unified Diff: runtime/bin/platform_android.cc

Issue 11312242: Revised CL for customisable logging (replacing printfs). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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
Index: runtime/bin/platform_android.cc
===================================================================
--- runtime/bin/platform_android.cc (revision 14903)
+++ runtime/bin/platform_android.cc (working copy)
@@ -74,3 +74,4 @@
strerror_r(error_code, error, kBufferSize);
return error;
}
+
Ivan Posva 2012/11/15 07:43:17 ?
gram 2012/11/15 21:16:50 Reverted

Powered by Google App Engine
This is Rietveld 408576698