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

Commit 31701635 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

Change-Id: Ie0cdf3140be6c0ca170f3f23fdfab7afd08fa48e
parents b0492bd0 725f9cea
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);