am 6365b38b: am b2795974: Fix Utils.getStackTrace()

* commit '6365b38b9c1a106c7de176e668f13b12c9ab4f1e':
  Fix Utils.getStackTrace()
main
Tadashi G. Takaoka 2012-08-06 00:55:16 -07:00 committed by Android Git Automerger
commit 1aae6914ba
1 changed files with 1 additions and 1 deletions

View File

@ -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 {