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

Commit 725f9cea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed how ShellCommand show exceptions." into rvc-dev

parents 41b850d0 283e3c38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ public abstract class BasicShellCommandHandler {
            // go.
            PrintWriter eout = getErrPrintWriter();
            eout.println();
            eout.println("Exception occurred while executing: " + e.getMessage());
            eout.println("Exception occurred while executing '" + mCmd + "':");
            e.printStackTrace(eout);
        } finally {
            if (DEBUG) Log.d(TAG, "Flushing output streams on " + mTarget);