am 6365b38b: am b2795974: Fix Utils.getStackTrace()
* commit '6365b38b9c1a106c7de176e668f13b12c9ab4f1e': Fix Utils.getStackTrace()main
commit
1aae6914ba
|
@ -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