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

Issue 17463008: [Android] Log the size of data transerred to device. (Closed)

Created:
7 years, 6 months ago by frankf
Modified:
7 years, 6 months ago
Reviewers:
craigdh
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] Log the size of data transerred to device. BUG=252047 NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207641

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -31 lines) Patch
M build/android/pylib/android_commands.py View 1 2 5 chunks +17 lines, -3 lines 0 comments Download
M build/android/pylib/base/base_test_runner.py View 1 1 chunk +10 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/test_runner.py View 2 chunks +2 lines, -26 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
frankf
7 years, 6 months ago (2013-06-20 00:51:07 UTC) #1
craigdh
lgtm w/ comment. https://codereview.chromium.org/17463008/diff/1/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://codereview.chromium.org/17463008/diff/1/build/android/pylib/android_commands.py#newcode749 build/android/pylib/android_commands.py:749: size = int(cmd_helper.GetCmdOutput(['du', '-sm', local_path]).split()[0]) why ...
7 years, 6 months ago (2013-06-20 17:46:51 UTC) #2
frankf
https://codereview.chromium.org/17463008/diff/1/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://codereview.chromium.org/17463008/diff/1/build/android/pylib/android_commands.py#newcode749 build/android/pylib/android_commands.py:749: size = int(cmd_helper.GetCmdOutput(['du', '-sm', local_path]).split()[0]) On 2013/06/20 17:46:51, craigdh ...
7 years, 6 months ago (2013-06-20 18:32:30 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/frankf@chromium.org/17463008/8001
7 years, 6 months ago (2013-06-20 18:34:16 UTC) #4
commit-bot: I haz the power
Failed to apply patch for build/android/pylib/android_commands.py: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-20 18:34:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/frankf@chromium.org/17463008/17001
7 years, 6 months ago (2013-06-20 23:11:57 UTC) #6
commit-bot: I haz the power
7 years, 6 months ago (2013-06-20 23:47:29 UTC) #7
Message was sent while issue was closed.
Change committed as 207641

Powered by Google App Engine
This is Rietveld 408576698