| 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 40f6d5ee28c918589d6e8d1af3951487ae5a9a75..74ab069f8f3188e16518300e669fba8ad5954cda 100644
|
| --- a/tracing/tracing/extras/importer/android/event_log_importer.html
|
| +++ b/tracing/tracing/extras/importer/android/event_log_importer.html
|
| @@ -196,7 +196,7 @@ tr.exportTo('tr.e.importer.android', function() {
|
| var process = this.model_.getOrCreateProcess(activity.pid);
|
| // The range of the activity is the time from resume to time
|
| // of pause; limit the start time to the beginning of the model
|
| - var range = tr.b.Range.fromExplicitRange(
|
| + var range = tr.b.math.Range.fromExplicitRange(
|
| Math.max(this.model_.bounds.min, activity.lastResumeTs),
|
| activity.lastPauseTs);
|
| var newActivity = new tr.model.Activity(activity.name,
|
|
|