Skip to content

Commit b553c09

Browse files
authored
Update sentry-android-core/src/main/java/io/sentry/android/core/internal/threaddump/ThreadDumpParser.java
1 parent cb6f40e commit b553c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-android-core/src/main/java/io/sentry/android/core/internal/threaddump/ThreadDumpParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class ThreadDumpParser {
5757
// 5:mapoffset
5858
// 6:function
5959
// 7:fnoffset
60-
// 7:buildid
60+
// 8:buildid
6161
private static final Pattern NATIVE_RE =
6262
Pattern.compile(
6363
// " native: #12 pc 0xabcd1234"

0 commit comments

Comments
 (0)