зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1546045 - [mozdevice] Downgrade 'chmod external storage' warning to debug message; r=bc
Differential Revision: https://phabricator.services.mozilla.com/D28311 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
cd1fcbc396
Коммит
9ac9cd5861
|
@ -1818,7 +1818,7 @@ class ADBDevice(ADBCommand):
|
|||
# External storage on Android is case-insensitive and permissionless
|
||||
# therefore even with the proper privileges it is not possible
|
||||
# to change modes.
|
||||
self._logger.warning('Ignoring attempt to chmod external storage')
|
||||
self._logger.debug('Ignoring attempt to chmod external storage')
|
||||
return
|
||||
|
||||
# build up the command to be run based on capabilities.
|
||||
|
|
Загрузка…
Ссылка в новой задаче