Cocos2d game crashed in Samsung DEX mode

Some COCOS2d games crashed in Samsung Dex mode.
When I launch some game, A crash was occurred. Please refer to below log.

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
06-24 17:04:22.140 13645 13645 F DEBUG : pid: 13464, tid: 13495, name: GLThread 72 >>> com.gtarcade.loa.ph <<<
06-24 17:04:22.140 13645 13645 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
06-24 17:04:22.140 13645 13645 F DEBUG : r0 00000000 r1 e4e4dcac r2 00430000 r3 c7bdf108
06-24 17:04:22.140 13645 13645 F DEBUG : r4 d6a50b08 r5 e4e4dfe0 r6 e4e4dd88 r7 e4e4dd48
06-24 17:04:22.140 13645 13645 F DEBUG : r8 e4e4dfe0 r9 d49f8a00 sl d49f8a8c fp e4e4dc9c
06-24 17:04:22.140 13645 13645 F DEBUG : ip c7420020 sp e4e4dc98 lr c742002c pc c742002c cpsr 600b0010
06-24 17:04:22.144 13645 13645 F DEBUG :
06-24 17:04:22.144 13645 13645 F DEBUG : backtrace:
06-24 17:04:22.144 13645 13645 F DEBUG : #00 pc 0069a02c /data/app/com.gtarcade.loa.ph-1/lib/arm/libgame.so (Java_org_cocos2dx_lib_Cocos2dxRenderer_nativeOnPause+12)
06-24 17:04:22.144 13645 13645 F DEBUG : #1 pc 00815a05 /data/app/com.gtarcade.loa.ph-1/oat/arm/base.odex (offset 0x78d000)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

This is occurred when Game goes into onPause as soon as onResume.
Because Samsung DEX launch activity as ForcedResizableInfoActivity.
So google give a warning popup first. And it makes to move into onPause as soon as in OnResume.

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
08-17 07:10:34.125 11853 11853 D Cocos2dxActivity: ACTIVITY ON RESUME = Activity OnResume
08-17 07:10:34.125 11853 11853 D Cocos2dxActivity: RESUME COCOS2D

08-17 07:10:34.126 11853 11853 I am_on_resume_called: [0,com.uuzu.nslm.Nslm,LAUNCH_ACTIVITY]

08-17 07:10:34.183 11853 11853 D Cocos2dxActivity: ACTIVITY ON PAUSE = Activity OnPause
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////