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

Unified Diff: tools/render_pictures_main.cpp

Issue 18219002: Print the file being deserialized before deserializing. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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: tools/render_pictures_main.cpp
diff --git a/tools/render_pictures_main.cpp b/tools/render_pictures_main.cpp
index f06cfeb1481d490be3a3b057fdd401dfab489ddc..4a7e708c134de2bdc88412f0bc6ddda7f1216c69 100644
--- a/tools/render_pictures_main.cpp
+++ b/tools/render_pictures_main.cpp
@@ -149,6 +149,8 @@ static bool render_picture(const SkString& inputPath, const SkString* outputDir,
return false;
}
+ SkDebugf("deserializing... %s\n", inputPath.c_str());
+
bool success = false;
SkPicture* picture;
if (FLAGS_deferImageDecoding) {
« 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