Skip to content
Snippets Groups Projects
Commit b2795974 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix Utils.getStackTrace()

Change-Id: Iaf160af32bb77b3ad5929cb5ee8eccd01165bdf6
parent 44f12ed9
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,7 @@ public class Utils { ...@@ -220,7 +220,7 @@ public class Utils {
} }
public static String getStackTrace() { public static String getStackTrace() {
return getStackTrace(Integer.MAX_VALUE); return getStackTrace(Integer.MAX_VALUE - 1);
} }
public static class UsabilityStudyLogUtils { public static class UsabilityStudyLogUtils {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment