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

Issue 64553012: [android] Adds AdbWrapper which is the base of the eventual AndroidCommands replacement. (Closed)

Created:
7 years, 1 month ago by craigdh
Modified:
7 years ago
Reviewers:
frankf
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

[android] Adds AdbWrapper which is the base of the eventual AndroidCommands replacement. BUG=318387 TEST=included NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238123

Patch Set 1 #

Patch Set 2 : rebase after crrev.com/60043003 #

Total comments: 20

Patch Set 3 : addressed comments #

Total comments: 8

Patch Set 4 : adds tests #

Patch Set 5 : added chromium header to test file #

Total comments: 20

Patch Set 6 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+512 lines, --1 lines) Patch
A + build/android/pylib/device/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A build/android/pylib/device/adb_wrapper.py View 1 2 3 4 5 1 chunk +423 lines, -0 lines 0 comments Download
A build/android/pylib/device/adb_wrapper_test.py View 1 2 3 4 5 1 chunk +90 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
craigdh
7 years, 1 month ago (2013-11-18 21:07:40 UTC) #1
craigdh
ping?
7 years, 1 month ago (2013-11-20 19:01:19 UTC) #2
frankf
https://codereview.chromium.org/64553012/diff/20001/build/android/pylib/device/adb_wrapper.py File build/android/pylib/device/adb_wrapper.py (right): https://codereview.chromium.org/64553012/diff/20001/build/android/pylib/device/adb_wrapper.py#newcode5 build/android/pylib/device/adb_wrapper.py:5: """Module wrapping Android's Adb tool.""" "adb" https://codereview.chromium.org/64553012/diff/20001/build/android/pylib/device/adb_wrapper.py#newcode12 build/android/pylib/device/adb_wrapper.py:12: _DEFAULT_TIMEOUT ...
7 years, 1 month ago (2013-11-20 19:28:39 UTC) #3
craigdh
https://codereview.chromium.org/64553012/diff/20001/build/android/pylib/device/adb_wrapper.py File build/android/pylib/device/adb_wrapper.py (right): https://codereview.chromium.org/64553012/diff/20001/build/android/pylib/device/adb_wrapper.py#newcode5 build/android/pylib/device/adb_wrapper.py:5: """Module wrapping Android's Adb tool.""" On 2013/11/20 19:28:39, frankf ...
7 years, 1 month ago (2013-11-21 00:35:47 UTC) #4
frankf
https://codereview.chromium.org/64553012/diff/80001/build/android/pylib/device/adb_wrapper.py File build/android/pylib/device/adb_wrapper.py (right): https://codereview.chromium.org/64553012/diff/80001/build/android/pylib/device/adb_wrapper.py#newcode70 build/android/pylib/device/adb_wrapper.py:70: check_error: check that the command doesn't return an error ...
7 years, 1 month ago (2013-11-21 01:12:57 UTC) #5
craigdh
https://codereview.chromium.org/64553012/diff/80001/build/android/pylib/device/adb_wrapper.py File build/android/pylib/device/adb_wrapper.py (right): https://codereview.chromium.org/64553012/diff/80001/build/android/pylib/device/adb_wrapper.py#newcode70 build/android/pylib/device/adb_wrapper.py:70: check_error: check that the command doesn't return an error ...
7 years ago (2013-11-26 19:00:34 UTC) #6
frankf
lgtm after fixes https://codereview.chromium.org/64553012/diff/150001/build/android/pylib/device/adb_wrapper.py File build/android/pylib/device/adb_wrapper.py (right): https://codereview.chromium.org/64553012/diff/150001/build/android/pylib/device/adb_wrapper.py#newcode5 build/android/pylib/device/adb_wrapper.py:5: """Module wrapping Android's adb tool.""" expand ...
7 years ago (2013-11-27 23:35:03 UTC) #7
craigdh
https://codereview.chromium.org/64553012/diff/150001/build/android/pylib/device/adb_wrapper.py File build/android/pylib/device/adb_wrapper.py (right): https://codereview.chromium.org/64553012/diff/150001/build/android/pylib/device/adb_wrapper.py#newcode5 build/android/pylib/device/adb_wrapper.py:5: """Module wrapping Android's adb tool.""" On 2013/11/27 23:35:03, frankf ...
7 years ago (2013-11-28 00:51:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/craigdh@chromium.org/64553012/170001
7 years ago (2013-12-02 16:53:15 UTC) #9
commit-bot: I haz the power
7 years ago (2013-12-02 17:58:12 UTC) #10
Message was sent while issue was closed.
Change committed as 238123

Powered by Google App Engine
This is Rietveld 408576698