| Index: tracing/tracing/extras/importer/android/event_log_importer.html
|
| diff --git a/tracing/tracing/extras/importer/android/event_log_importer.html b/tracing/tracing/extras/importer/android/event_log_importer.html
|
| index 2c06113243280f69b940ac53bf42bce6afc9a43f..a80852ab1407d8a55858ade20b06f885fbb0d1b4 100644
|
| --- a/tracing/tracing/extras/importer/android/event_log_importer.html
|
| +++ b/tracing/tracing/extras/importer/android/event_log_importer.html
|
| @@ -93,6 +93,10 @@ tr.exportTo('tr.e.importer.android', function() {
|
| if (!(typeof(events) === 'string' || events instanceof String))
|
| return false;
|
|
|
| + // Prevent the importer from matching this file in vulcanized traces.
|
| + if (/^<!DOCTYPE html>/.test(events))
|
| + return false;
|
| +
|
| return eventLogActivityRE.test(events);
|
| };
|
|
|
|
|