bytedance/Fastbot_Android

执行出现这两个方法未找到提示:[Fastbot]*** ERROR *** findMethod() error, NoSuchMethodException happened, there is no such method: setActivityController

Jerrywang77 opened this issue · 5 comments

执行出现两个方法未找到提示,这两个方法有啥用呀,也不影响后面执行
[Fastbot]*** ERROR *** findMethod() error, NoSuchMethodException happened, there is no such method: setActivityController
[Fastbot]*** ERROR *** findMethod() error, NoSuchMethodException happened, there is no such method: getTasks

同问

同问

同问

这个是当时代码里留的log,意思是没有通过反射的方式找到method,但是这个通过反射寻找method的过程会被多次尝试,因为不同版本的安卓系统里反射的相关代码不同,对于主流机器而言一般都能匹配到,如果感兴趣的话可看下代码,建议是不用太关心这个error。预计下个版本会修复这个问题。

[Fastbot]*** ERROR *** findMethod() error, NoSuchMethodException happened, there is no such method: setActivityController
[Fastbot]*** ERROR *** findMethod() error, NoSuchMethodException happened, there is no such method: getTasks

这个没影响吗?我现在运行也遇到同样的问题。还有另一个问题是,配置的自定义事件不生效,日志里也没看到自定义事件相关的打印,我以为是这2个报错导致的