問題の説明
コンストラクト 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 呼び出しは行っていません。誰もこの問題に直面しましたか? 前もって感謝します