Restore branch and git sha, to use it in logs and in rageshakes.
Remove quite useless `gitRevisionDate`.
This commit is contained in:
+2
@@ -200,6 +200,8 @@ class DefaultBugReporter @Inject constructor(
|
||||
// add some github labels
|
||||
builder.addFormDataPart("label", buildMeta.versionName)
|
||||
builder.addFormDataPart("label", buildMeta.flavorDescription)
|
||||
builder.addFormDataPart("branch_name", buildMeta.gitBranchName)
|
||||
|
||||
if (crashCallStack.isNotEmpty() && withCrashLogs) {
|
||||
builder.addFormDataPart("label", "crash")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user