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

Unified Diff: tracing/tracing/importer/user_expectation_verifier.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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
Index: tracing/tracing/importer/user_expectation_verifier.html
diff --git a/tracing/tracing/importer/user_expectation_verifier.html b/tracing/tracing/importer/user_expectation_verifier.html
index 18c080d4424035f567cc892c54e6716f27392e42..c2834fe54a2070c18cae08d02c04fecd19212bc9 100644
--- a/tracing/tracing/importer/user_expectation_verifier.html
+++ b/tracing/tracing/importer/user_expectation_verifier.html
@@ -60,6 +60,9 @@ tr.exportTo('tr.importer', function() {
}
} catch (caught) {
failure = caught;
+ for (var i = 0; i < model.userModel.expectations.length; ++i) {
+ console.debug(i, model.userModel.expectations[i]);
+ }
}
var debug = !tr.isHeadless && (
« no previous file with comments | « tracing/tracing/importer/find_load_expectations.html ('k') | tracing/tracing/importer/user_model_builder_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698