Skip to content

Commit

Permalink
US1972994: add further debug logs in SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chalet committed Jun 6, 2024
1 parent 5ab0328 commit 4940987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal class CardConfigurationProvider(
} catch (ex: Exception) {
Log.d(
javaClass.simpleName,
"Error while fetching card configuration (setting defaults): $ex"
"Error while fetching card configuration (setting defaults): $ex", ex
)
cardConfiguration = CardConfiguration(emptyList(), DefaultCardRules.CARD_DEFAULTS)
}
Expand Down

0 comments on commit 4940987

Please sign in to comment.