Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Fix error logging #430

Closed hborisoff closed 3 years ago

hborisoff commented 3 years ago
What Where/Who
People Involved @hborisoff

Background

  1. Fixed the error logging on several places.

  2. The current com.leanplum.internal.Log.e method is a little misleading, because you could think that the second parameter is automatically added. So decided to add an overloaded method specifically when logging Throwable.