Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ new_git_repository(

git_override(
module_name = "google_bazel_common",
commit = "05f53f68ecec6aec44b54751306af0e7b6552682",
commit = "c35b0339ae7d7ac95761f69f4a0eed033163cc80",
remote = "https://github.com/google/bazel-common",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ internal class CrashReporter(
)

internal companion object {
private const val CRASH_REPORTING_STATE_KEY = "_crash_reporting_state"
private const val CRASH_REPORTING_DURATION_MILLI_KEY = "_crash_reporting_duration_ms"
private const val CONFIGURATION_FILE_PATH = "/reports/config"
private const val CRASH_REPORTING_DURATION_MILLI_KEY = "_crash_reporting_duration_ms"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor sort to trigger build

private const val CRASH_REPORTING_STATE_KEY = "_crash_reporting_state"
private const val DESTINATION_FILE_PATH = "/reports/new"
private const val LAST_MODIFIED_TIME_ATTRIBUTE = "lastModifiedTime"

Expand Down
Loading