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

Unified Diff: include/core/SkGraphics.h

Issue 790203002: Use SkGraphics::Init to output to stdout (Android) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 | platform_tools/android/launcher/skia_launcher.cpp » ('j') | src/core/SkGraphics.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkGraphics.h
diff --git a/include/core/SkGraphics.h b/include/core/SkGraphics.h
index b2fc3658350e51204403c7cbc27b7bc5528b847a..6eecd0d2bb4ca543da62988a08abf9106d9c41bd 100644
--- a/include/core/SkGraphics.h
+++ b/include/core/SkGraphics.h
@@ -16,6 +16,8 @@ public:
* Call this at process initialization time if your environment does not
* permit static global initializers that execute code. Note that
* Init() is not thread-safe.
+ *
+ * On Android, sends output to stdout in addition to logcat.
scroggo 2014/12/10 17:05:59 Downside to this approach is that if someone is us
*/
static void Init();
« no previous file with comments | « no previous file | platform_tools/android/launcher/skia_launcher.cpp » ('j') | src/core/SkGraphics.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698