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

Issue 1370873002: [Android] remount file system as writeable when failing to push files to external storage (Closed)

Created:
5 years, 2 months ago by rnephew (Reviews Here)
Modified:
5 years, 2 months ago
Reviewers:
jbudorick
CC:
chromium-reviews, jbudorick+watch_chromium.org, klundberg+watch_chromium.org, yfriedman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] remount file system as writeable when failing to push files to external storage There is a problem on A1 devices where sdcard/ is read only. This remounts / with write permission to push files to /sdcard then resets it to read only. BUG= Committed: https://crrev.com/4597a226b6c75363c2b065e6de511bdda2042cf8 Cr-Commit-Position: refs/heads/master@{#351144}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M build/android/provision_devices.py View 1 2 3 5 chunks +19 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
rnephew (Reviews Here)
5 years, 2 months ago (2015-09-25 23:07:14 UTC) #2
jbudorick
As mentioned offline, this should happen in provision_devices, not in device_utils.
5 years, 2 months ago (2015-09-28 08:30:47 UTC) #3
rnephew (Reviews Here)
On 2015/09/28 08:30:47, jbudorick wrote: > As mentioned offline, this should happen in provision_devices, not ...
5 years, 2 months ago (2015-09-28 17:57:24 UTC) #4
jbudorick
https://codereview.chromium.org/1370873002/diff/20001/build/android/provision_devices.py File build/android/provision_devices.py (right): https://codereview.chromium.org/1370873002/diff/20001/build/android/provision_devices.py#newcode137 build/android/provision_devices.py:137: # Write a file with random name to $EXTERNAL_STORAGE ...
5 years, 2 months ago (2015-09-28 18:01:18 UTC) #5
rnephew (Reviews Here)
https://codereview.chromium.org/1370873002/diff/20001/build/android/provision_devices.py File build/android/provision_devices.py (right): https://codereview.chromium.org/1370873002/diff/20001/build/android/provision_devices.py#newcode137 build/android/provision_devices.py:137: # Write a file with random name to $EXTERNAL_STORAGE ...
5 years, 2 months ago (2015-09-28 18:34:06 UTC) #6
rnephew (Reviews Here)
Talking to Ben, they also saw this issue in clusterfuzz, and it can also be ...
5 years, 2 months ago (2015-09-28 18:36:37 UTC) #7
jbudorick
On 2015/09/28 at 18:36:37, rnephew wrote: > Talking to Ben, they also saw this issue ...
5 years, 2 months ago (2015-09-28 18:40:03 UTC) #8
jbudorick
lgtm w/ nits https://codereview.chromium.org/1370873002/diff/40001/build/android/provision_devices.py File build/android/provision_devices.py (right): https://codereview.chromium.org/1370873002/diff/40001/build/android/provision_devices.py#newcode138 build/android/provision_devices.py:138: with device_temp_file.DeviceTempFile(device.adb, suffix='.sh', nit: wrong indent ...
5 years, 2 months ago (2015-09-28 18:45:00 UTC) #9
rnephew (Reviews Here)
https://codereview.chromium.org/1370873002/diff/40001/build/android/provision_devices.py File build/android/provision_devices.py (right): https://codereview.chromium.org/1370873002/diff/40001/build/android/provision_devices.py#newcode138 build/android/provision_devices.py:138: with device_temp_file.DeviceTempFile(device.adb, suffix='.sh', On 2015/09/28 18:44:59, jbudorick wrote: > ...
5 years, 2 months ago (2015-09-28 19:04:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370873002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370873002/60001
5 years, 2 months ago (2015-09-28 19:14:26 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-09-28 21:00:07 UTC) #14
commit-bot: I haz the power
5 years, 2 months ago (2015-09-28 21:02:45 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4597a226b6c75363c2b065e6de511bdda2042cf8
Cr-Commit-Position: refs/heads/master@{#351144}

Powered by Google App Engine
This is Rietveld 408576698