We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17c511 commit 49f2b65Copy full SHA for 49f2b65
platform/jvm/capture/src/main/kotlin/io/bitdrift/capture/reports/CrashReporter.kt
@@ -151,8 +151,8 @@ internal class CrashReporter(
151
)
152
153
internal companion object {
154
- private const val CRASH_REPORTING_STATE_KEY = "_crash_reporting_state"
155
private const val CRASH_REPORTING_DURATION_MILLI_KEY = "_crash_reporting_duration_ms"
+ private const val CRASH_REPORTING_STATE_KEY = "_crash_reporting_state"
156
private const val CONFIGURATION_FILE_PATH = "/reports/config"
157
private const val DESTINATION_FILE_PATH = "/reports/new"
158
private const val LAST_MODIFIED_TIME_ATTRIBUTE = "lastModifiedTime"
0 commit comments