Commit 47f44f0
Lauri Alanko
Mark JNI method frames as "native"
Use the "native" attribute of stack frames to indicate JNI
invocation frames, like SentryStackTraceFactory does.1 parent 9240d3f commit 47f44f0
File tree
2 files changed
+18
-0
lines changed- sentry-android-core/src
- main/java/io/sentry/android/core/internal/threaddump
- test/java/io/sentry/android/core/internal/threaddump
2 files changed
+18
-0
lines changedsentry-android-core/src/main/java/io/sentry/android/core/internal/threaddump/ThreadDumpParser.java
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
76 | 93 | | |
77 | 94 | | |
78 | 95 | | |
| |||
0 commit comments