eleme / lancet

A lightweight and fast AOP framework for Android App and SDK developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proxy MessageQueue的enqueueMessage方法无效

memorycj opened this issue · comments

version:1.0.6
code:
@Proxy("enqueueMessage")
@TargetClass("android.os.MessageQueue")
protected Boolean test(Message msg, long delayMillis){
Log.d("enqueueMessage","testssss",new Exception());
return (Boolean) Origin.call();
}