| Index: telemetry/telemetry/core/platform.py
|
| diff --git a/telemetry/telemetry/core/platform.py b/telemetry/telemetry/core/platform.py
|
| index 0056958d9d7ceb7b8defa76b7cb42b3b7ee33145..90f26fd99f29250fb5331437115765e2ad099e78 100644
|
| --- a/telemetry/telemetry/core/platform.py
|
| +++ b/telemetry/telemetry/core/platform.py
|
| @@ -101,6 +101,9 @@ class Platform(object):
|
| def tracing_controller(self):
|
| return self._tracing_controller
|
|
|
| + def Initialize(self):
|
| + pass
|
| +
|
| def CanMonitorThermalThrottling(self):
|
| """Platforms may be able to detect thermal throttling.
|
|
|
|
|