invokeAsync failed, get bridge is null by process(com.tencent.wmpf).
时好时坏,有时候重启机器就好了,android13.
1.2版本没出现过这个问题.
[getIPCBridge]bindService(bw:82921288, id:505581475721, tid:40, intent:Intent { cmp=com.tencent.wmpf/.app.WMPFService (has extras) }, conn:136542689)
2023-09-12 11:07:11.416 3923-3942 IPC.IPCBridgeManager com.zntk.demo I [getIPCBridge]onConnectTimeout(82921288, id:505581475721, tid : 31)
2023-09-12 11:07:11.416 3923-3960 IPC.IPCInvoker com.zntk.demo E invokeAsync failed, get bridge is null by process(com.tencent.wmpf).
2023-09-12 11:07:11.416 3923-3960 FastExperienceActivity com.zntk.demo E 激活 error: java.lang.Exception: bridge not found
这个就是 wmpf 框架服务没有运行了,可以看看系统有什么特殊的设置?例如 MTK 方案里有 DuraSpeed 管理服务等,需要为 wmpf 加白名单。
我们这边也是。设备上没有 DuraSpeed 管理服务,并且官方示例代码可以正常运行