mirror of
https://github.com/mihonapp/mihon.git
synced 2025-04-28 23:26:30 +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:
parent
22b5fb58ff
commit
eddf07f9ac
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user