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
最近在后台看到很多崩溃信息,日志如下,麻烦看看是什么原因,需要更新SDK到哪个版本可以解决这种报错崩溃问题
java.lang.NullPointerException: null upcall object in tapsdk::platform::Device::GetCaCertDir
tap sdk版本:3.24.0
The text was updated successfully, but these errors were encountered:
这个问题我们正在处理,目前可以先通过这个接口关闭该模块。
Sorry, something went wrong.
在初始化tap的SDK钱,调用这个方法就可以避免崩溃闪退吗?TapCommon.setDurationStatisticsEnabled(false);
可在调用初始化接口前调用 TapCommon.setDurationStatisticsEnabled(false); 即可。
好的,谢谢
No branches or pull requests
最近在后台看到很多崩溃信息,日志如下,麻烦看看是什么原因,需要更新SDK到哪个版本可以解决这种报错崩溃问题
java.lang.NullPointerException: null upcall object in tapsdk::platform::Device::GetCaCertDir
tap sdk版本:3.24.0
The text was updated successfully, but these errors were encountered: