aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
Diffstat (limited to 'gm')
-rw-r--r--gm/gmmain.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index 59f6c6443e..0be08e0386 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -142,7 +142,13 @@ int main (int argc, char * const argv[]) {
Iter iter;
GM* gm;
-
+
+ if (readPath) {
+ fprintf(stderr, "reading from %s\n", readPath);
+ } else if (writePath) {
+ fprintf(stderr, "writing to %s\n", writePath);
+ }
+
while ((gm = iter.next()) != NULL) {
SkISize size = gm->getISize();
SkDebugf("creating... %s [%d %d]\n", gm->shortName(),