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
我自己新建一个DEMO工程,初始化代码拷贝于testapp,并保持与testapp包名一致:com.tencent.mm.hardcoder.testapp 但是初始化的时候有error输出: com.tencent.mm.hardcoder.testapp E/HARDCODER: [localsocket.h,loop:198]"loop, recv error, fd:61, ret:0, errno:0" com.tencent.mm.hardcoder.testapp E/HARDCODER: [client.h,recvEvent:161]"LocalsocketClient recvEvent EVENT_ERROR: uid:0, path:(null), fd:61. Reconnect now." 然而Hardcoder-master\testapp运行正常,请问这是什么情况?
The text was updated successfully, but these errors were encountered:
运行正常的意思是?init失败只是没有使用Hardcoder。
Sorry, something went wrong.
Hardcoder-master\testapp可以正常运行在oppo手机中,并且startPerformance等相关操作都有效果。但是我自己新建一个工程导入aar并且保持包名与testapp一致,但是执行initHardCoder却报上一个issues的错误,manufacture和cert均从testapp拷贝。我不明白
initHardcoder和checkPermission的回调都成功了吗?
No branches or pull requests
我自己新建一个DEMO工程,初始化代码拷贝于testapp,并保持与testapp包名一致:com.tencent.mm.hardcoder.testapp
但是初始化的时候有error输出:
com.tencent.mm.hardcoder.testapp E/HARDCODER: [localsocket.h,loop:198]"loop, recv error, fd:61, ret:0, errno:0"
com.tencent.mm.hardcoder.testapp E/HARDCODER: [client.h,recvEvent:161]"LocalsocketClient recvEvent EVENT_ERROR: uid:0, path:(null), fd:61. Reconnect now."
然而Hardcoder-master\testapp运行正常,请问这是什么情况?
The text was updated successfully, but these errors were encountered: