Skip to content

Commit

Permalink
Clarify custom build log
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Dec 29, 2023
1 parent 20e2054 commit 4a0018e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lawnchair/src/app/lawnchair/bugreport/LawnchairBugReporter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ class LawnchairBugReporter(private val context: Context) {

private fun writeContents() = StringBuilder()
.appendLine("version: ${BuildConfig.VERSION_NAME} (${BuildConfig.VERSION_CODE})")
.appendLine("##############################################################################")
.appendLine("This Lawnchair fork is from validcube/Lawnchair @ 13-dev branch")
.appendLine("This fork **MUST NOT** be used to report bug issues for the official Lawnchair")
.appendLine("The existence was intended for personal needs only")
.appendLine("##############################################################################")
.appendLine("commit: ${BuildConfig.COMMIT_HASH}")
.appendLine("build.brand: ${Build.BRAND}")
.appendLine("build.device: ${Build.DEVICE}")
Expand Down

0 comments on commit 4a0018e

Please sign in to comment.