am b2795974: Fix Utils.getStackTrace()
* commit 'b27959741a25b900641a6acbf927625dbc68ddd3': Fix Utils.getStackTrace()main
commit
6365b38b9c
|
@ -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 New Issue