| commit | 5330e44796a656b15a4619baec1cab604827d953 | [log] [tgz] |
|---|---|---|
| author | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 28 17:52:53 2013 +0000 |
| committer | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 28 17:52:53 2013 +0000 |
| tree | ff3c82cbc2fddd39103bac64640f533cd88454f3 | |
| parent | 44fb1faefec69561b11a4ddaca6fa89a6dcb3ac6 [diff] [blame] |
Print the file being deserialized before deserializing. That way it is easier to tell which file failed. R=edisonn@google.com Review URL: https://codereview.chromium.org/18219002 git-svn-id: http://skia.googlecode.com/svn/trunk@9811 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tools/render_pictures_main.cpp b/tools/render_pictures_main.cpp index f06cfeb..4a7e708 100644 --- a/tools/render_pictures_main.cpp +++ b/tools/render_pictures_main.cpp
@@ -149,6 +149,8 @@ return false; } + SkDebugf("deserializing... %s\n", inputPath.c_str()); + bool success = false; SkPicture* picture; if (FLAGS_deferImageDecoding) {