Skip to content

Commit 9f38096

Browse files
Copilotmurki
andauthored
Add KDoc comment to createSkeletonReport explaining its purpose
Agent-Logs-Url: https://github.com/bitdriftlabs/capture-sdk/sessions/1eea7ae0-62e8-43c2-92b3-c17d8583429c Co-authored-by: murki <216735+murki@users.noreply.github.com>
1 parent 6dbdfa3 commit 9f38096

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

platform/jvm/capture/src/main/kotlin/io/bitdrift/capture/reports/processor/NativeCrashProcessor.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ internal object NativeCrashProcessor {
143143
)
144144
}
145145

146+
/**
147+
* Creates a minimal native crash report for cases where tombstone data is unavailable
148+
* (e.g. native crashes on API level 30 where [android.app.ApplicationExitInfo.getTraceInputStream]
149+
* returns null). The report includes the crash description but omits stack traces, thread
150+
* details, and binary images.
151+
*/
146152
private fun createSkeletonReport(
147153
builder: FlatBufferBuilder,
148154
sdk: Int,

0 commit comments

Comments
 (0)