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

Commit 864dffcd authored by Mukesh Agrawal's avatar Mukesh Agrawal Committed by android-build-merger
Browse files

Merge "Log: increase visibility of Log.TerribleFailure" am: 5e253647

am: f6328d69

Change-Id: I171542c4fd7ec40a588e5ae9e6d5cf601a77aeed
parents 71f70d66 f6328d69
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -89,8 +89,9 @@ public final class Log {


    /**
    /**
     * Exception class used to capture a stack trace in {@link #wtf}.
     * Exception class used to capture a stack trace in {@link #wtf}.
     * @hide
     */
     */
    private static class TerribleFailure extends Exception {
    public static class TerribleFailure extends Exception {
        TerribleFailure(String msg, Throwable cause) { super(msg, cause); }
        TerribleFailure(String msg, Throwable cause) { super(msg, cause); }
    }
    }