mirror of https://github.com/mvdan/fdroidcl.git
Browse Source
When trying to uninstall an app that is not installed adb prints just "Failure". This causes output parsing to fail and results in "panic: runtime error: index out of range" in adb.getFailureCode(). Check whether an app is installed first and print an appropriate message if it's not.pull/21/head
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue