| 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 && (
|
|
|