commit | aac1145a5bdcc25d3e4bb60ebbad8e2a5c94fc5e | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Dec 06 14:07:53 2016 -0800 |
committer | Josh Gao <jmgao@google.com> | Mon Dec 12 16:47:34 2016 -0800 |
tree | 9e4784a39f280e95d6a760f4d100425761faf652 | |
parent | b0a15d83191c69f9a1279a09a40929b8b9fa6720 [diff] |
adb: remove extraneous stat in sync_recv. We do a remote stat to get the file's size before pulling in sync_recv, but all of the callers to sync_recv have already done a stat. Pass the expected file size into sync_recv to remove its stat. Bug: http://b/31289465 Test: python test_device.py Change-Id: I7ca8ed11c6134e5954acac86626f880ade3ec696