Appodeal integrated android game freezes

Hello Devs,
I have been struggling with this issue:
05-22 14:30:01.111 31970-31970/com.my.game W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ###
05-22 14:30:01.111 31970-31970/com.my.game W/google-breakpad: Chrome build fingerprint:
05-22 14:30:01.111 31970-31970/com.my.game W/google-breakpad: 1.8
05-22 14:30:01.111 31970-31970/com.my.game W/google-breakpad: 9
05-22 14:30:01.111 31970-31970/com.my.game W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ###
05-22 14:30:11.851 31970-32119/com.my.game I/System.out: Exiting monitor
05-22 14:30:50.251 31970-31970/com.my.game A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x41c0000c in tid 31970 (com.my.game)

I integrated appodeal in my game, ads are showing. I have 2 scenes in my game. At first scene A runs. User taps on a button and it goes to scene B. Scene B has the main game play. When I go back to scene A then the game freezes for few seconds and it crashes. It doesn’t happen when the internet is turned off.

I’m using cocos2dx version 3.14.1 C++.

I have an another game with js version and appodeal is integrated but it doesn’t have this issue.

@nite, @energyy, @pabitrapadhy Please help!!!

I think it is now full error - not enough to understand wher it crashed - most probably issue in your code. It could be u missing some listner.

Surprisingly, the issue got solved after I removed the listener.