* commit '6365b38b9c1a106c7de176e668f13b12c9ab4f1e': Fix Utils.getStackTrace()
This commit is contained in:
commit
1aae6914ba
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