Skip to content

Commit

Permalink
Minor: make error log more polished
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed Sep 28, 2023
1 parent cecbe85 commit bc51393
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ package com.fingerprintjs.android.fingerprint.tools.logs

internal fun Logger.ePleaseReport(throwable: Throwable?) {
e(
msg = "Unexpected error $throwable occurred. Feel free to create an issue at Github." +
" Error description: ${throwable?.message}",
throwable = throwable
msg = "Unexpected error occurred. Feel free to create an issue on Github.",
throwable = throwable,
)
}

0 comments on commit bc51393

Please sign in to comment.