There was an error while loading. Please reload this page.
1 parent c2d4bc5 commit ea41fe2Copy full SHA for ea41fe2
1 file changed
sentry-android-core/src/main/java/io/sentry/android/core/internal/tombstone/TombstoneParser.java
@@ -118,7 +118,7 @@ private List<SentryThread> createThreads(
118
// thread id always equals the process id,
119
// so we use it to reliably detect the main thread
120
if (tombstone.pid == threadEntryValue.id) {
121
- // the OS may provides a (truncated) process name; normalize it
+ // the OS may provide a (truncated) process name; normalize it
122
// back to "main" so downstream consumers see a consistent name
123
thread.setName("main");
124
thread.setMain(true);
0 commit comments