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

Commit b2795974 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix Utils.getStackTrace()

Change-Id: Iaf160af32bb77b3ad5929cb5ee8eccd01165bdf6
parent 44f12ed9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ public class Utils {
    }

    public static String getStackTrace() {
        return getStackTrace(Integer.MAX_VALUE);
        return getStackTrace(Integer.MAX_VALUE - 1);
    }

    public static class UsabilityStudyLogUtils {