问题描述
我们使用构造 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 调用。有没有人遇到过这个问题?提前致谢