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

Issue 285143002: [Android] Convert to DeviceUtils versions of IsOnline, HasRoot, and EnableRoot. (Closed)

Created:
6 years, 7 months ago by jbudorick
Modified:
6 years, 7 months ago
CC:
chromium-reviews, bulach+watch_chromium.org, yfriedman+watch_chromium.org, timurrrr+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, glider+watch_chromium.org, bruening+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Convert to DeviceUtils versions of IsOnline, HasRoot, and EnableRoot. BUG=267773 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271213

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -16 lines) Patch
M build/android/buildbot/bb_device_status_check.py View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M build/android/gyp/util/build_device.py View 1 2 2 chunks +10 lines, -4 lines 0 comments Download
M build/android/pylib/device/decorators.py View 1 2 chunks +13 lines, -0 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 1 2 3 4 3 chunks +62 lines, -1 line 0 comments Download
M build/android/pylib/device/device_utils_test.py View 3 chunks +84 lines, -4 lines 0 comments Download
M build/android/pylib/gtest/test_runner.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/utils/test_environment.py View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M build/android/pylib/valgrind_tools.py View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M tools/android/mempressure.py View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M tools/memory_inspector/memory_inspector/backends/android/android_backend.py View 1 2 3 3 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
jbudorick
6 years, 7 months ago (2014-05-14 19:19:40 UTC) #1
jbudorick
+cjhopman for b/a/gyp/*
6 years, 7 months ago (2014-05-14 19:20:47 UTC) #2
craigdh
https://codereview.chromium.org/285143002/diff/1/build/android/gyp/util/build_device.py File build/android/gyp/util/build_device.py (right): https://codereview.chromium.org/285143002/diff/1/build/android/gyp/util/build_device.py#newcode70 build/android/gyp/util/build_device.py:70: logging.getLogger().enabled = True I believe you meant disabled = ...
6 years, 7 months ago (2014-05-14 20:33:08 UTC) #3
jbudorick
https://codereview.chromium.org/285143002/diff/1/build/android/gyp/util/build_device.py File build/android/gyp/util/build_device.py (right): https://codereview.chromium.org/285143002/diff/1/build/android/gyp/util/build_device.py#newcode70 build/android/gyp/util/build_device.py:70: logging.getLogger().enabled = True On 2014/05/14 20:33:08, craigdh wrote: > ...
6 years, 7 months ago (2014-05-14 21:02:00 UTC) #4
craigdh
https://codereview.chromium.org/285143002/diff/1/build/android/pylib/valgrind_tools.py File build/android/pylib/valgrind_tools.py (right): https://codereview.chromium.org/285143002/diff/1/build/android/pylib/valgrind_tools.py#newcode140 build/android/pylib/valgrind_tools.py:140: pass At the very very very least log the ...
6 years, 7 months ago (2014-05-14 21:21:11 UTC) #5
frankf
https://codereview.chromium.org/285143002/diff/20001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/285143002/diff/20001/build/android/pylib/device/device_utils.py#newcode116 build/android/pylib/device/device_utils.py:116: timeout: An integer containing the number of seconds to ...
6 years, 7 months ago (2014-05-15 01:27:58 UTC) #6
jbudorick
https://codereview.chromium.org/285143002/diff/20001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/285143002/diff/20001/build/android/pylib/device/device_utils.py#newcode116 build/android/pylib/device/device_utils.py:116: timeout: An integer containing the number of seconds to ...
6 years, 7 months ago (2014-05-15 05:03:54 UTC) #7
Primiano Tucci (use gerrit)
https://codereview.chromium.org/285143002/diff/20001/build/android/gyp/util/build_device.py File build/android/gyp/util/build_device.py (right): https://codereview.chromium.org/285143002/diff/20001/build/android/gyp/util/build_device.py#newcode68 build/android/gyp/util/build_device.py:68: class LoggingDisabled(object): Is there a specific reason for having ...
6 years, 7 months ago (2014-05-15 12:39:08 UTC) #8
jbudorick
https://codereview.chromium.org/285143002/diff/20001/build/android/gyp/util/build_device.py File build/android/gyp/util/build_device.py (right): https://codereview.chromium.org/285143002/diff/20001/build/android/gyp/util/build_device.py#newcode68 build/android/gyp/util/build_device.py:68: class LoggingDisabled(object): On 2014/05/15 12:39:09, Primiano Tucci wrote: > ...
6 years, 7 months ago (2014-05-15 14:10:19 UTC) #9
Primiano Tucci (use gerrit)
https://codereview.chromium.org/285143002/diff/20001/build/android/gyp/util/build_device.py File build/android/gyp/util/build_device.py (right): https://codereview.chromium.org/285143002/diff/20001/build/android/gyp/util/build_device.py#newcode68 build/android/gyp/util/build_device.py:68: class LoggingDisabled(object): On 2014/05/15 14:10:20, jbudorick wrote: > On ...
6 years, 7 months ago (2014-05-15 15:21:34 UTC) #10
jbudorick
On 2014/05/15 15:21:34, Primiano Tucci wrote: > https://codereview.chromium.org/285143002/diff/20001/build/android/gyp/util/build_device.py > File build/android/gyp/util/build_device.py (right): > > https://codereview.chromium.org/285143002/diff/20001/build/android/gyp/util/build_device.py#newcode68 ...
6 years, 7 months ago (2014-05-15 15:40:22 UTC) #11
Primiano Tucci (use gerrit)
> (I'm not sure that using context managers qualifies as "abusing ... python magic > ...
6 years, 7 months ago (2014-05-15 15:47:44 UTC) #12
Primiano Tucci (use gerrit)
6 years, 7 months ago (2014-05-15 15:47:49 UTC) #13
frankf
https://codereview.chromium.org/285143002/diff/20001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/285143002/diff/20001/build/android/pylib/device/device_utils.py#newcode116 build/android/pylib/device/device_utils.py:116: timeout: An integer containing the number of seconds to ...
6 years, 7 months ago (2014-05-15 17:40:08 UTC) #14
jbudorick
On 2014/05/15 17:40:08, frankf wrote: > https://codereview.chromium.org/285143002/diff/20001/build/android/pylib/device/device_utils.py > File build/android/pylib/device/device_utils.py (right): > > https://codereview.chromium.org/285143002/diff/20001/build/android/pylib/device/device_utils.py#newcode116 > ...
6 years, 7 months ago (2014-05-15 17:42:28 UTC) #15
cjhopman
b/a/g lgtm
6 years, 7 months ago (2014-05-15 21:18:21 UTC) #16
craigdh
lgtm.
6 years, 7 months ago (2014-05-15 22:44:55 UTC) #17
frankf
pylib/device lgtm
6 years, 7 months ago (2014-05-15 23:07:42 UTC) #18
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 7 months ago (2014-05-16 18:53:24 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/285143002/80001
6 years, 7 months ago (2014-05-16 18:53:39 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-17 05:26:43 UTC) #21
commit-bot: I haz the power
6 years, 7 months ago (2014-05-17 15:52:52 UTC) #22
Message was sent while issue was closed.
Change committed as 271213

Powered by Google App Engine
This is Rietveld 408576698