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
Kotlin中不穿具体TAG打印会报错,目测是Klog的逻辑有些小错误,应是如果不传TAG,则使用全局TAG,如果没有设置,则用className
java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
at com.socks.library.KLog.getObjectsString(KLog.java:323)
at com.socks.library.KLog.wrapperContent(KLog.java:302)
at com.socks.library.KLog.printLog(KLog.java:225)
at com.socks.library.KLog.d(KLog.java:95)
The text was updated successfully, but these errors were encountered:
Kotlin中不穿具体TAG打印会报错,目测是Klog的逻辑有些小错误,应是如果不传TAG,则使用全局TAG,如果没有设置,则用className
java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
at com.socks.library.KLog.getObjectsString(KLog.java:323)
at com.socks.library.KLog.wrapperContent(KLog.java:302)
at com.socks.library.KLog.printLog(KLog.java:225)
at com.socks.library.KLog.d(KLog.java:95)
The text was updated successfully, but these errors were encountered: