TapSDK-Android
TapSDK-Android copied to clipboard
tapSDK崩溃报错
最近在后台看到很多崩溃信息,日志如下,麻烦看看是什么原因,需要更新SDK到哪个版本可以解决这种报错崩溃问题
java.lang.NullPointerException: null upcall object in tapsdk::platform::Device::GetCaCertDir
tap sdk版本:3.24.0
这个问题我们正在处理,目前可以先通过这个接口关闭该模块。
在初始化tap的SDK钱,调用这个方法就可以避免崩溃闪退吗?TapCommon.setDurationStatisticsEnabled(false);
可在调用初始化接口前调用 TapCommon.setDurationStatisticsEnabled(false); 即可。
好的,谢谢