mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Upload now has uninstall.
This commit is contained in:
@@ -134,11 +134,11 @@ module.exports = syrup.serial()
|
||||
})
|
||||
|
||||
router.on(wire.UninstallMessage, function(channel, message) {
|
||||
log.info('Uninstalling "%s"', message.package)
|
||||
log.info('Uninstalling "%s"', message.packageName)
|
||||
|
||||
var seq = 0
|
||||
|
||||
adb.uninstall(options.serial, message.package)
|
||||
adb.uninstall(options.serial, message.packageName)
|
||||
.then(function() {
|
||||
push.send([
|
||||
channel
|
||||
|
||||
Reference in New Issue
Block a user