Anchors icon indicating copy to clipboard operation
Anchors copied to clipboard

java.lang.RuntimeException: can no run task task-lock again!

Open darrenjh opened this issue 3 years ago • 1 comments

implementation 'com.effective.android:anchors:1.1.3' 这个问题是什么原因? java.lang.RuntimeException: can no run task task-lock again! at com.effective.android.anchors.task.Task.start(SourceFile:6) at com.effective.android.anchors.task.Task.dependTaskFinish(SourceFile:5) at com.effective.android.anchors.task.Task.notifyBehindTasks(SourceFile:7) at com.effective.android.anchors.task.Task.run(SourceFile:6) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:263) at android.app.ActivityThread.main(ActivityThread.java:8288) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006)

darrenjh avatar Jul 04 '22 06:07 darrenjh

task-lock这个task启动了两次 检查下任务链

LinYYY avatar Jul 19 '22 02:07 LinYYY