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

Issue 11499010: Print OMAP temperature data (Closed)

Created:
8 years ago by aberent
Modified:
8 years ago
CC:
chromium-reviews, ilevy+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, peter+watch_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Print OMAP temperature data Print an info message giving the temperature at which the OMAP decided to thermally throttle. Print an info message giving the current OMAP temperature every time there is a check for thermal throttling. Include the device serial number in all thermal throttling messages. BUG=164989 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172357

Patch Set 1 #

Total comments: 8

Patch Set 2 : OMAP temperature data - code review response #

Total comments: 10

Patch Set 3 : OMAP temperature data - code review responses 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -2 lines) Patch
M build/android/pylib/thermal_throttle.py View 1 2 1 chunk +25 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Anthony Berent
I think this should cover your needs for OMAP based devices - I will, when ...
8 years ago (2012-12-10 16:26:51 UTC) #1
bulach
lgtm, thanks anthony! just nits and small suggestions.. https://codereview.chromium.org/11499010/diff/1/build/android/pylib/thermal_throttle.py File build/android/pylib/thermal_throttle.py (right): https://codereview.chromium.org/11499010/diff/1/build/android/pylib/thermal_throttle.py#newcode41 build/android/pylib/thermal_throttle.py:41: logging.warning('>>> ...
8 years ago (2012-12-10 17:45:04 UTC) #2
Isaac (away)
lgtm with Marcus's comments. Ideally we would also print the battery temperature though as it ...
8 years ago (2012-12-11 03:15:49 UTC) #3
aberent
On 2012/12/11 03:15:49, Isaac wrote: > lgtm with Marcus's comments. Ideally we would also print ...
8 years ago (2012-12-11 13:10:49 UTC) #4
aberent
Updated patch will follow https://chromiumcodereview.appspot.com/11499010/diff/1/build/android/pylib/thermal_throttle.py File build/android/pylib/thermal_throttle.py (right): https://chromiumcodereview.appspot.com/11499010/diff/1/build/android/pylib/thermal_throttle.py#newcode41 build/android/pylib/thermal_throttle.py:41: logging.warning('>>> Device ' + serial_number ...
8 years ago (2012-12-11 13:11:20 UTC) #5
bulach
lgtm, thanks! just small nits: https://chromiumcodereview.appspot.com/11499010/diff/8001/build/android/pylib/thermal_throttle.py File build/android/pylib/thermal_throttle.py (right): https://chromiumcodereview.appspot.com/11499010/diff/8001/build/android/pylib/thermal_throttle.py#newcode49 build/android/pylib/thermal_throttle.py:49: temp = float([s for ...
8 years ago (2012-12-11 13:30:14 UTC) #6
aberent
https://chromiumcodereview.appspot.com/11499010/diff/8001/build/android/pylib/thermal_throttle.py File build/android/pylib/thermal_throttle.py (right): https://chromiumcodereview.appspot.com/11499010/diff/8001/build/android/pylib/thermal_throttle.py#newcode49 build/android/pylib/thermal_throttle.py:49: temp = float([s for s in line.split() if s.isdigit()][0])/1000.0 ...
8 years ago (2012-12-11 14:03:05 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aberent@chromium.org/11499010/8002
8 years ago (2012-12-11 14:07:37 UTC) #8
commit-bot: I haz the power
8 years ago (2012-12-11 18:41:14 UTC) #9
Message was sent while issue was closed.
Change committed as 172357

Powered by Google App Engine
This is Rietveld 408576698