| Index: build/android/pylib/android_commands.py
|
| diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py
|
| index 76c7076bcca05fb7e1201ba9fd39e5a8eb0cdf14..1838ceb0831743d0e1a5354cf0af7981f7615918 100644
|
| --- a/build/android/pylib/android_commands.py
|
| +++ b/build/android/pylib/android_commands.py
|
| @@ -862,6 +862,8 @@ class AndroidCommands(object):
|
| self._potential_push_size += size
|
|
|
| changed_files = self.GetFilesChanged(host_path, device_path)
|
| + logging.info('Found %d files that need to be pushed to %s',
|
| + len(changed_files), device_path)
|
| if not changed_files:
|
| return
|
|
|
|
|