chore: Improve logcat

This commit is contained in:
Ahmad Ansori Palembani 2024-06-11 06:47:27 +07:00
parent 806316cf51
commit 028fda3aed
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -508,7 +508,7 @@ class PagerPageHolder(
try { try {
setBG(actualSource.peek().inputStream()) setBG(actualSource.peek().inputStream())
} catch (e: Exception) { } catch (e: Exception) {
Logger.e { e.localizedMessage } Logger.e(e) { e.localizedMessage?.toString() ?: "" }
ColorDrawable(Color.WHITE) ColorDrawable(Color.WHITE)
} }
setImage(actualSource, false, imageConfig) setImage(actualSource, false, imageConfig)