aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorLuis Hector Chavez <lhchavez@google.com>2017-07-26 17:38:05 +0000
committerLuis Hector Chavez <lhchavez@google.com>2017-07-26 17:38:05 +0000
commit21a249e4d9cb0b2ec6f0ff84ed5f7939ea67ac52 (patch)
treed380c2689495d31fd250cf8f1d0ceebbdd4cf250 /third_party
parent8ac9103e05b66812c25348943383f9365d1ce3e0 (diff)
downloadlibmojo-21a249e4d9cb0b2ec6f0ff84ed5f7939ea67ac52.tar.gz
Revert "libmojo: Uprev the library to r456626 from Chromium"
This reverts commit 8ac9103e05b66812c25348943383f9365d1ce3e0. Reason for revert: Broke the mac_sdk Exempt-From-Owner-Approval: Fixing mac_sdk Change-Id: I0b74d1abaa66933a93fd6f82ff018e8948c1204e
Diffstat (limited to 'third_party')
-rw-r--r--third_party/catapult/devil/devil/android/perf/cache_control.py1
-rw-r--r--third_party/catapult/devil/devil/android/perf/thermal_throttle.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/third_party/catapult/devil/devil/android/perf/cache_control.py b/third_party/catapult/devil/devil/android/perf/cache_control.py
index 15d536d..7bd0a4e 100644
--- a/third_party/catapult/devil/devil/android/perf/cache_control.py
+++ b/third_party/catapult/devil/devil/android/perf/cache_control.py
@@ -13,3 +13,4 @@ class CacheControl(object):
"""Drops the filesystem ram caches for performance testing."""
self._device.RunShellCommand('sync', as_root=True)
self._device.WriteFile(CacheControl._DROP_CACHES, '3', as_root=True)
+
diff --git a/third_party/catapult/devil/devil/android/perf/thermal_throttle.py b/third_party/catapult/devil/devil/android/perf/thermal_throttle.py
index 2741e14..9aad4bb 100644
--- a/third_party/catapult/devil/devil/android/perf/thermal_throttle.py
+++ b/third_party/catapult/devil/devil/android/perf/thermal_throttle.py
@@ -129,3 +129,4 @@ class ThermalThrottle(object):
serial_number, btemp, degree_symbol)
return has_been_throttled
+