monkeylord / XposedFridaBridge

A frida script implement XposedBridge & load xposed modules, without installing xposed framwork.
MIT License
197 stars 55 forks source link

Error: Implementation for dispatchSensorEvent expected return value compatible with void #9

Closed leiyugithub closed 2 years ago

leiyugithub commented 2 years ago

image

image

我在hook dispatchSensorEvent时返回结果是void 这里就直接报错了 xpfridabridge.js 中好像没有对void返回结果做处理