Restore branch and git sha, to use it in logs and in rageshakes.
Remove quite useless `gitRevisionDate`.
This commit is contained in:
parent
3098d869a8
commit
cccfdfbcc7
8 changed files with 52 additions and 15 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue