Fix Utils.getStackTrace()
Change-Id: Iaf160af32bb77b3ad5929cb5ee8eccd01165bdf6
This commit is contained in:
parent
44f12ed900
commit
b27959741a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue