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

Commit 79abeb68 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Improve "adb install"\'s error message slightly."

am: d361582d

* commit 'd361582d':
  Improve "adb install"'s error message slightly.
parents f733d6ac d361582d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1860,8 +1860,7 @@ static int install_app(TransportType transport, const char* serial, int argc, co
    adb_close(remoteFd);

    if (strncmp("Success", buf, 7)) {
        fprintf(stderr, "Failed to write %s\n", file);
        fputs(buf, stderr);
        fprintf(stderr, "Failed to install %s: %s", file, buf);
        return 1;
    }
    fputs(buf, stderr);