Skip to content

Commit

Permalink
Clean log line
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Sep 12, 2023
1 parent a77ba67 commit c75f0e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class VectorUncaughtExceptionHandler @Inject constructor(
b.append("$appName Build : ${versionCodeProvider.getVersionCode()}\n")
b.append("$appName Version : ${versionProvider.getVersion(longFormat = true)}\n")
b.append("SDK Version : ${Matrix.getSdkVersion()}\n")
b.append("Phone : " + Build.MODEL.trim() + " (" + Build.VERSION.INCREMENTAL + " " + Build.VERSION.RELEASE + " " + Build.VERSION.CODENAME + ")\n")
b.append("Phone : ${Build.MODEL.trim()} (${Build.VERSION.INCREMENTAL} ${Build.VERSION.RELEASE} ${Build.VERSION.CODENAME})\n")

b.append("Memory statuses \n")

Expand Down

0 comments on commit c75f0e6

Please sign in to comment.