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
I have a working project which is using the com.cySdkyc.clx.Helper.install() method in my "root" application.
as long as I am not trying to log anything, the application runs, but as soon as I am adding a "Log.d() or Log.i() call, the app crashes with a mile long stacktrace, all coming from the com.cySdkyc.clx.Helper call in my attachBaseContext() call.
Anyone here that can help me understand the cause or have experienced something similar?
The text was updated successfully, but these errors were encountered:
I have a working project which is using the com.cySdkyc.clx.Helper.install() method in my "root" application.
as long as I am not trying to log anything, the application runs, but as soon as I am adding a "Log.d() or Log.i() call, the app crashes with a mile long stacktrace, all coming from the com.cySdkyc.clx.Helper call in my attachBaseContext() call.
Anyone here that can help me understand the cause or have experienced something similar?
The text was updated successfully, but these errors were encountered: