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:
MajorTanya 2025-03-10 03:43:25 +01:00 committed by GitHub
parent 22b5fb58ff
commit eddf07f9ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
### Other
- Add zoned "Current time" to debug info and include year & timezone in logcat output ([@MajorTanya](https://github.com/MajorTanya)) ([#1672](https://github.com/mihonapp/mihon/pull/1672))
- Add application package ID to debug info ([@MajorTanya](https://github.com/MajorTanya)) ([#1847](https://github.com/mihonapp/mihon/pull/1847))
## [v0.17.1] - 2024-12-06
### Changed

View File

@ -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}