diff --git a/lib/units/device/resources/service.js b/lib/units/device/resources/service.js index 4182807c..75401205 100644 --- a/lib/units/device/resources/service.js +++ b/lib/units/device/resources/service.js @@ -48,7 +48,7 @@ module.exports = syrup.serial() log.info('Running version check') return adb.shell(options.serial, util.format( "export CLASSPATH='%s';" + - " exec app_process /system/bin '%s' --version" + " exec app_process /system/bin '%s' --version 2>/dev/null" , installedPath , resource.main ))