在Android Webview中构建2个游戏崩溃

时间:2017-09-28 13:54:38

标签: android multithreading java-native-interface android-webview construct-2

问题说明

我们使用构造2制作游戏并使用游戏链接在Android原生Webview上播放。但是经过一段时间后我们就会随机崩溃。

崩溃日志

W: Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[25,tid=17363,Native,Thread*=0x88542000,peer=0x12e45340,"Thread-22012"]
A: art/runtime/thread.cc:1237] Native thread exited without calling DetachCurrentThread: Thread[25,tid=17363,Native,Thread*=0x88542000,peer=0x12e45340,"Thread-22012"]
A: art/runtime/runtime.cc:368] Runtime aborting...
A: art/runtime/runtime.cc:368] 
W: ### ### ### ### ### ### ### ### ### ### ### ### ###
W: Chrome build fingerprint:
W: 1.21
W: 22
W: ### ### ### ### ### ### ### ### ### ### ### ### ###
A: Fatal signal 6 (SIGABRT), code -6 in tid 17363 (Thread-22012)

我们没有进行过任何JNI调用。有人遇到过这个问题吗? 提前致谢

0 个答案:

没有答案