mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am b2795974: Fix Utils.getStackTrace()
* commit 'b27959741a25b900641a6acbf927625dbc68ddd3': Fix Utils.getStackTrace()
This commit is contained in:
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…
x
Reference in New Issue
Block a user