mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-29 04:27:51 +02:00
Add app ID to debug info (#1847)
This will avoid the need to know which forks has which version numbers and avoid confusion in support.
This commit is contained in:
@ -40,6 +40,7 @@ class CrashLogUtil(
|
||||
|
||||
fun getDebugInfo(): String {
|
||||
return """
|
||||
App ID: ${BuildConfig.APPLICATION_ID}
|
||||
App version: ${BuildConfig.VERSION_NAME} (${BuildConfig.COMMIT_SHA}, ${BuildConfig.VERSION_CODE}, ${BuildConfig.BUILD_TIME})
|
||||
Android version: ${Build.VERSION.RELEASE} (SDK ${Build.VERSION.SDK_INT}; build ${Build.DISPLAY})
|
||||
Device brand: ${Build.BRAND}
|
||||
|
Reference in New Issue
Block a user