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

Commit 66bc58e0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixed how ShellCommand show exceptions." into rvc-dev am: 725f9cea am: 4af29917

Change-Id: Idab79fe1b73b5df4c076fa8e8a73c26d789dd71c
parents 9df9c793 4af29917
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);