commit | 7138148b7108a41bf44a39e8aa52e5954d2c0f52 | [log] [tgz] |
---|---|---|
author | perezju <perezju@chromium.org> | Mon Jan 26 10:10:00 2015 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 26 10:10:42 2015 |
tree | 93b859c8c84b9c0111bfa7ee663e7506bf757257 | |
parent | 796aa70f1a31efa00a955f35f80d2f6268cc7fd4 [diff] |
Reland of Migrate DeviceUtils.ReadFile to adb_wrapper (try 3) Original description: The implementation is based on a simple 'cat' run by shell on the device (with optional as_root). Interface changes: - The return value is a string (instead of a list of lines). - An exception is raised if the file cannot be read (instead of returning an empty list). Previous CLs: - https://codereview.chromium.org/794583004/ - https://codereview.chromium.org/775333002/ BUG=267773 Review URL: https://codereview.chromium.org/806843002 Cr-Commit-Position: refs/heads/master@{#313055}