Problem Description
We have made games using construct 2 and playing it on android native webview with game link. But randomly after some time we are getting the crash.
Crash log
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)
Affected Browsers
Android Native Webview
Operating System and Service Pack
Android
I think this is because of tiled background in Construct 2. Has anyone faced this problem?