Add fdroid of gplay to the rageshake data as a label.
This commit is contained in:
parent
dfc81c7fb1
commit
2dbcec98f4
1 changed files with 1 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ class DefaultBugReporter @Inject constructor(
|
||||||
|
|
||||||
// add some github labels
|
// add some github labels
|
||||||
builder.addFormDataPart("label", buildMeta.versionName)
|
builder.addFormDataPart("label", buildMeta.versionName)
|
||||||
|
builder.addFormDataPart("label", buildMeta.flavorDescription)
|
||||||
if (crashCallStack.isNotEmpty() && withCrashLogs) {
|
if (crashCallStack.isNotEmpty() && withCrashLogs) {
|
||||||
builder.addFormDataPart("label", "crash")
|
builder.addFormDataPart("label", "crash")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue