| Index: tracing/tracing/extras/importer/trace_event_importer.html
|
| diff --git a/tracing/tracing/extras/importer/trace_event_importer.html b/tracing/tracing/extras/importer/trace_event_importer.html
|
| index a73dc467e73fc6abee756af952fa0ea252a01c2e..1550ce25d9fe1a5fd2e650faea62c149fd5b2f11 100644
|
| --- a/tracing/tracing/extras/importer/trace_event_importer.html
|
| +++ b/tracing/tracing/extras/importer/trace_event_importer.html
|
| @@ -584,6 +584,9 @@ tr.exportTo('tr.e.importer', function() {
|
| } else {
|
| this.importObjectTypeNameMap_(objectTypeNameMap, event.pid);
|
| }
|
| + } else if (event.name === 'TraceConfig') {
|
| + this.model_.metadata.push(
|
| + {name: 'TraceConfig', value: event.args.value});
|
| } else {
|
| this.model_.importWarning({
|
| type: 'metadata_parse_error',
|
|
|