mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01: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:
		| @@ -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} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user