We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在创建SimpleBroadcastReceiver对象时接收一个Consumer并重写accept()方法,当接收到广播时在onReceive中调用Consumer.accept(intent)
但appshark无法跟踪进入accept()函数,导致断链。
The text was updated successfully, but these errors were encountered:
这种方式,尤其是framework导致的调用,需要手工补充调用关系。
Sorry, something went wrong.
补充在EngineConfig.json里面的Callback吗?
No branches or pull requests
在创建SimpleBroadcastReceiver对象时接收一个Consumer并重写accept()方法,当接收到广播时在onReceive中调用Consumer.accept(intent)
但appshark无法跟踪进入accept()函数,导致断链。
The text was updated successfully, but these errors were encountered: