Skip to content

Commit

Permalink
feat: add module app version in shared errors info data
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Oct 21, 2023
1 parent 32ca130 commit c8a0631
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ package com.fankes.apperrorstracking.bean
import android.app.ApplicationErrorReport
import android.content.Context
import android.os.Build
import com.fankes.apperrorstracking.const.ModuleVersion
import com.fankes.apperrorstracking.locale.locale
import com.fankes.apperrorstracking.utils.factory.appCpuAbiOf
import com.fankes.apperrorstracking.utils.factory.appVersionCodeOf
Expand Down Expand Up @@ -176,7 +177,7 @@ data class AppErrorsInfoBean(
*/
val stackOutputShareContent
get() = """
Generated by AppErrorsTracking
Generated by AppErrorsTracking $ModuleVersion
Project URL: https://github.com/KitsunePie/AppErrorsTracking
===============
""".trimIndent() + "\n$environmentInfo"
Expand All @@ -188,7 +189,7 @@ data class AppErrorsInfoBean(
val stackOutputFileContent
get() = """
================================================================
Generated by AppErrorsTracking
Generated by AppErrorsTracking $ModuleVersion
Project URL: https://github.com/KitsunePie/AppErrorsTracking
================================================================
""".trimIndent() + "\n$environmentInfo"
Expand Down

0 comments on commit c8a0631

Please sign in to comment.