| Index: build/android/devil/android/device_utils.py
|
| diff --git a/build/android/devil/android/device_utils.py b/build/android/devil/android/device_utils.py
|
| index d372b6303380e96247626bec4e1dede3e427f3a2..0b842b6631d67fa1eef297e1d3bf468db7b78057 100644
|
| --- a/build/android/devil/android/device_utils.py
|
| +++ b/build/android/devil/android/device_utils.py
|
| @@ -1653,7 +1653,7 @@ class DeviceUtils(object):
|
| # It takes ~120ms to query a single property, and ~130ms to query all
|
| # properties. So, when caching we always query all properties.
|
| output = self.RunShellCommand(
|
| - ['getprop'], check_return=True,
|
| + ['getprop'], check_return=True, large_output=True,
|
| timeout=self._default_timeout if timeout is DEFAULT else timeout,
|
| retries=self._default_retries if retries is DEFAULT else retries)
|
| prop_cache.clear()
|
|
|