aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-02-03 11:21:45 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-03 11:21:45 -0800
commit136baaa927877e0f7fcc97acb456ee0d63f7f343 (patch)
tree3d6548c8417409dbb1844744343fffdfa9c5b072 /dm
parent1e06079b259d1091b735492b2f71d9897c14c608 (diff)
DM: add uninteresting hashes FYI
Diffstat (limited to 'dm')
-rw-r--r--dm/DM.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index e5a6e4d196..cdd53c6be4 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -188,6 +188,8 @@ static void gather_uninteresting_hashes() {
for (const SkString& hash : hashes) {
gUninterestingHashes.add(hash);
}
+ SkDebugf("FYI: loaded %d distinct uninteresting hashes from %d lines\n",
+ gUninterestingHashes.count(), hashes.count());
}
}