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

Commit 4af29917 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: I2b8d3c4941c79663d5f02e16b244801bbd7d97ea
parents b04a16d7 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);