Skip to content

Commit

Permalink
Include iconify version name and code in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 16, 2023
1 parent 8a38a85 commit 7350e85
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ private static StringBuilder getDeviceInfo() {
info.append("version.codename: ").append(Build.VERSION.CODENAME).append('\n');
info.append("version.release: ").append(Build.VERSION.RELEASE).append('\n');
info.append("version.sdk_int: ").append(Build.VERSION.SDK_INT).append('\n');
info.append("iconify.version_name: ").append(BuildConfig.VERSION_NAME).append('\n');
info.append("iconify.version_code: ").append(BuildConfig.VERSION_CODE).append('\n');
info.append('\n');

return info;
Expand Down

0 comments on commit 7350e85

Please sign in to comment.