Closed hborisoff closed 3 years ago
Fixed the error logging on several places.
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.
com.leanplum.internal.Log.e
Throwable
Background
Fixed the error logging on several places.
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 loggingThrowable
.