Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: tools/telemetry/telemetry/core/platform/android_platform_backend.py

Issue 470803006: [Telemetry] Android power moniotrs extend SysfsPowerMonitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved platform files and made other Android monitors extend sysfs. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/android_sysfs_platform.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/platform/android_platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/android_platform_backend.py b/tools/telemetry/telemetry/core/platform/android_platform_backend.py
index c1409081506b358ccfe05060c58df58224f35d84..41413597b32d4c4fb3a0bbd2e2395b82b2cc50a4 100644
--- a/tools/telemetry/telemetry/core/platform/android_platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/android_platform_backend.py
@@ -51,7 +51,7 @@ class AndroidPlatformBackend(
self._can_access_protected_file_contents = \
self._device.old_interface.CanAccessProtectedFileContents()
power_controller = power_monitor_controller.PowerMonitorController([
- monsoon_power_monitor.MonsoonPowerMonitor(),
+ monsoon_power_monitor.MonsoonPowerMonitor(device),
android_ds2784_power_monitor.DS2784PowerMonitor(device),
android_dumpsys_power_monitor.DumpsysPowerMonitor(device),
])
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/android_sysfs_platform.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698