Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6e96e52 authored by Todd Kennedy's avatar Todd Kennedy
Browse files

use printwriter instead of stdout

stdout doesn't make it to 'adb', so, "adb install-multiple" claims to fail
even though it successfully commits the install

Change-Id: I4df8cfc134a2d6c06cca13c2fc49a5cc7a07cc4a
parent 0e792f56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1236,7 +1236,7 @@ class PackageManagerShellCommand extends ShellCommand {
                    PackageInstaller.STATUS_FAILURE);
            if (status == PackageInstaller.STATUS_SUCCESS) {
                if (logSuccess) {
                    System.out.println("Success");
                    pw.println("Success");
                }
            } else {
                pw.println("Failure ["