Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Feb 5, 2024
1 parent 354863e commit 4871558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ private static void printStackTrace() {
if ("ANDROID".equals(platform) && stack[i].getClassName().equals("native0.hidden.Hidden0")) {
continue;
}
System.out.printf("%s.%s\n", i, stack[i].getClassName(), stack[i].getMethodName());
System.out.printf("%s.%s\n", stack[i].getClassName(), stack[i].getMethodName());
}
}

Expand Down

0 comments on commit 4871558

Please sign in to comment.