You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below code in com.sumup.android.logging.Log.getFileName sometimes causes NullPointerException because StackTraceElement.getFileName() returns null if that information is not available:
com.sumup:merchant-sdk:3.3.2
Below code in
com.sumup.android.logging.Log.getFileName
sometimes causesNullPointerException
becauseStackTraceElement.getFileName()
returnsnull
if that information is not available:wchich in turn crashes the app.
The text was updated successfully, but these errors were encountered: