bytedance / Fastbot_Android

Fastbot(2.0) is a model-based testing tool for modeling GUI transitions to discover app stability problems
Other
1.01k stars 235 forks source link

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

Open Jerrywang77 opened 7 months ago

Jerrywang77 commented 7 months ago

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

Devi1LL commented 7 months ago

同问

clM9186 commented 7 months ago

同问

wenyuanyuan commented 7 months ago

同问

EasyVector commented 5 months ago

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