Closed msureka closed 6 years ago
I have same issue, Please let me now how to resolve it?
Same issue.
Need help
Same here.
@rampara can you please look into this?
@msureka this issue does seem to come from the Unity JNI bridge. Currently investigating alternative ways to forward ad events from GMA SDK to the Unity plugin that are less ANR-prone.
@rampara please help me, how can we move Ads event from GMA SDK to Unity Plugin that is more stable? As this issue causing so many ANRs and it directly impact to our Android Vitals. Vitals threshold are directly responsible for game discovery.
Please help me the way around.
@rampara Yes, @waqasahmeddevbatch is correct. With the new algorithm of Google Play, discovery is massively affected due to poor Vitals (ANRs & Crash). We are facing several ANRs and crashes due to the GMA SDK, but since it seems the only way to integrate Google Ads, we can't remove it.
Please treat the ANRs and Crashes on priority.
Thanks!
@msureka @waqasahmeddevbatch @dermarder @Evantko just pushed v3.15.0 of this plugin which includes changes to mitigate this issue. Can you give that a try and let me know if ANRs are no longer as prominent.
@rampara thanks for the update, We have implemented this version in our latest game and will update the outcomes in this threads soon.
Will keep the issue open while waiting on feedback.
Still got ANR with new plugin:
Android 6.0 Motorola Moto G (3rd Edition)
Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 4. Wait queue head age: 13238.1ms.), VisibleToUser com.unity3d.player.UnityPlayerActivity
"main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 obj=0x734292a0 self=0xb8d9fd18 | sysTid=27652 nice=-4 cgrp=default sched=0/0 handle=0xb6f1cb34 | state=D schedstat=( 1763800860 276844398 3888 ) utm=86 stm=90 core=2 HZ=100 | stack=0xbe1b8000-0xbe1ba000 stackSize=8MB | held mutexes=
at org.chromium.content.browser.framehost.NavigationControllerImpl.nativeLoadUrl (Native method) at org.chromium.content.browser.framehost.NavigationControllerImpl.loadUrl (NavigationControllerImpl.java:67) at org.chromium.android_webview.AwContents.loadUrl (AwContents.java:491) at org.chromium.android_webview.AwContents.loadUrl (AwContents.java:370) at org.chromium.android_webview.AwContents.loadUrl (AwContents.java:375) at com.android.webview.chromium.WebViewChromium.loadUrl (WebViewChromium.java:248) at android.webkit.WebView.loadUrl (WebView.java:894) at com.google.android.gms.ads.internal.js.z.run (unavailable:26) at android.os.Binder.transact (Binder.java:387) at com.google.android.gms.internal.ads.zzej.transactAndReadException (unavailable) at com.google.android.gms.internal.ads.zzku.zzb (unavailable) at com.google.android.gms.internal.ads.zzma.zza (unavailable) at com.google.android.gms.ads.InterstitialAd.loadAd (unavailable) at com.google.unity.ads.Interstitial$2.run (Interstitial.java:152) at android.os.Handler.handleCallback (Handler.java:746) at android.os.Handler.dispatchMessage (Handler.java:95) at android.os.Looper.loop (Looper.java:148) at android.app.ActivityThread.main (ActivityThread.java:5443) at java.lang.reflect.Method.invoke! (Native method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:728) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:618)
Another ANR:
Android 7.0 Xiaomi Redmi Note 4
Input dispatching timed out (com.company.gamename/com.unity3d.player.UnityPlayerActivity, Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 3. Wait queue head age: 8609.3ms.) com.unity3d.player.UnityPlayerActivity
"main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 obj=0x73e0c078 self=0xe5211000 | sysTid=3866 nice=0 cgrp=default sched=1073741825/1 handle=0xe83d3538 | state=S schedstat=( 215056102 3759321 307 ) utm=12 stm=9 core=6 HZ=100 | stack=0xff774000-0xff776000 stackSize=8MB | held mutexes=
at com.google.android.gms.games.NativeSdkCallbacks.onResult (Native method) at com.google.android.gms.common.api.internal.BasePendingResult$CallbackHandler.handleMessage (unavailable) at android.os.Handler.dispatchMessage (Handler.java:102) at android.os.Looper.loop (Looper.java:165) at android.app.ActivityThread.main (ActivityThread.java:6365) at java.lang.reflect.Method.invoke! (Native method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:883) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:773)
Still have ANRs issue with update AdMob SDK. I'm using Unity 2018.1.2f1 minSDKVersion 21 targetSDKVersion 27 One of the ANRs Cluster report pasted below.
_Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 27. Wait queue head age: 5560.7ms.)
com.unity3d.player.UnityPlayerActivity
DEXP ES355 (ES355), Android 6.0 Report 1 of 2
EXPAND ALL "main" tid=1 Blocked "main" prio=5 tid=1 Blocked | group="main" sCount=1 dsCount=0 obj=0x74529668 self=0xb4d76500 | sysTid=16352 nice=-4 cgrp=default sched=0/0 handle=0xb6f40c00 | state=S schedstat=( 0 0 0 ) utm=117 stm=53 core=0 HZ=100 | stack=0xbe1b2000-0xbe1b4000 stackSize=8MB | held mutexes= at android.os.Handler.handleCallback (Handler.java:739) at android.os.Handler.dispatchMessage (Handler.java:95) at android.os.Looper.loop (Looper.java:148) at android.app.ActivityThread.main (ActivityThread.java:5452) at java.lang.reflect.Method.invoke! (Native method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:762) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:652)_
@msureka the first ANR trace you provided is caused by the GMA SDK and not this plugin. I would recommend reporting that issue on the Google Mobile Ads Technical Support Forum. It looks like second ANR is caused by Google Play games. Are you including that plugin in your app? If so, you would need to report the issue on the issue tracker for that plugin
@waqasahmeddevbatch can you provide full ANR logs?
@rampara Here are the Full ANR log
DEXP ES355 (ES355), Android 6.0 Report 1 of 2
COLLAPSE ALL "main" tid=1 Blocked "main" prio=5 tid=1 Blocked | group="main" sCount=1 dsCount=0 obj=0x74529668 self=0xb4d76500 | sysTid=16352 nice=-4 cgrp=default sched=0/0 handle=0xb6f40c00 | state=S schedstat=( 0 0 0 ) utm=117 stm=53 core=0 HZ=100 | stack=0xbe1b2000-0xbe1b4000 stackSize=8MB | held mutexes= at android.os.Handler.handleCallback (Handler.java:739) at android.os.Handler.dispatchMessage (Handler.java:95) at android.os.Looper.loop (Looper.java:148) at android.app.ActivityThread.main (ActivityThread.java:5452) at java.lang.reflect.Method.invoke! (Native method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:762) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:652) "ReferenceQueueDaemon" tid=3 Waiting "ReferenceQueueDaemon" daemon prio=5 tid=3 Waiting | group="system" sCount=1 dsCount=0 obj=0x12c1dfa0 self=0xb4d76a00 | sysTid=16358 nice=0 cgrp=default sched=0/0 handle=0xb436f930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 | stack=0xb426d000-0xb426f000 stackSize=1038KB | held mutexes= at java.lang.Object.wait! (Native method)
"Binder_2" tid=8 Native "Binder_2" prio=5 tid=8 Native | group="main" sCount=1 dsCount=0 obj=0x12c840a0 self=0xaf520a00 | sysTid=16364 nice=0 cgrp=default sched=0/0 handle=0xafe3f930 | state=S schedstat=( 0 0 0 ) utm=4 stm=10 core=1 HZ=100 | stack=0xafd43000-0xafd45000 stackSize=1014KB | held mutexes=
"Binder_3" tid=9 Native "Binder_3" prio=5 tid=9 Native | group="main" sCount=1 dsCount=0 obj=0x12c8d0a0 self=0xb4d7a100 | sysTid=16365 nice=0 cgrp=default sched=0/0 handle=0xafd40930 | state=S schedstat=( 0 0 0 ) utm=4 stm=10 core=1 HZ=100 | stack=0xafc44000-0xafc46000 stackSize=1014KB | held mutexes=
"Measurement Worker" tid=10 Native "Measurement Worker" prio=5 tid=10 Native | group="main" sCount=1 dsCount=0 obj=0x12d1f2e0 self=0xaa817400 | sysTid=16369 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xaaf7f930 | state=S schedstat=( 0 0 0 ) utm=18 stm=3 core=1 HZ=100 | stack=0xaae7d000-0xaae7f000 stackSize=1038KB | held mutexes=
at android.os.BinderProxy.transactNative (Native method) at android.os.BinderProxy.transact (Binder.java:503) at com.google.android.gms.internal.measurement.zzn.transactAndReadExceptionReturnVoid (unavailable) at com.google.android.gms.internal.measurement.zzfc.zza (unavailable) at com.google.android.gms.internal.measurement.zzip.run (unavailable) at com.google.android.gms.internal.measurement.zzik.zzks (unavailable) at com.google.android.gms.internal.measurement.zzik.zza (unavailable) at com.google.android.gms.internal.measurement.zzjb.run (unavailable)
at com.unity3d.player.UnityPlayer.nativeRender (Native method) at com.unity3d.player.UnityPlayer.c (unavailable) at com.unity3d.player.UnityPlayer$e$2.queueIdle (unavailable) at android.os.MessageQueue.next (MessageQueue.java:392) at android.os.Looper.loop (Looper.java:135) at com.unity3d.player.UnityPlayer$e.run (unavailable) "pool-3-thread-1" tid=12 Waiting "pool-3-thread-1" prio=5 tid=12 Waiting | group="main" sCount=1 dsCount=0 obj=0x12db14c0 self=0xaa81ab00 | sysTid=16373 nice=0 cgrp=default sched=0/0 handle=0xa1600930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100 | stack=0xa14fe000-0xa1500000 stackSize=1038KB | held mutexes= at java.lang.Object.wait! (Native method)
"FileObserver" tid=15 Native "FileObserver" prio=5 tid=15 Native | group="main" sCount=1 dsCount=0 obj=0x12c1ddc0 self=0x9ca9c600 | sysTid=16411 nice=0 cgrp=default sched=0/0 handle=0x94c6b930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 | stack=0x94b69000-0x94b6b000 stackSize=1038KB | held mutexes=
at android.os.FileObserver$ObserverThread.observe (Native method) at android.os.FileObserver$ObserverThread.run (FileObserver.java:85) "AsyncTask #1" tid=21 Waiting "AsyncTask #1" prio=5 tid=21 Waiting | group="main" sCount=1 dsCount=0 obj=0x12e085e0 self=0xaa818d00 | sysTid=16419 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x8f97a930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100 | stack=0x8f878000-0x8f87a000 stackSize=1038KB | held mutexes= at java.lang.Object.wait! (Native method)
at android.os.MessageQueue.nativePollOnce (Native method) at android.os.MessageQueue.next (MessageQueue.java:323) at android.os.Looper.loop (Looper.java:135) at android.os.HandlerThread.run (HandlerThread.java:61) "Chrome_IOThread" tid=23 Native "Chrome_IOThread" prio=7 tid=23 Native | group="main" sCount=1 dsCount=0 obj=0x131000a0 self=0x9ac25300 | sysTid=16424 nice=-4 cgrp=default sched=0/0 handle=0x8eeaf930 | state=S schedstat=( 0 0 0 ) utm=24 stm=8 core=0 HZ=100 | stack=0x8edb3000-0x8edb5000 stackSize=1014KB | held mutexes=
"GAC_Executor[0]" tid=25 Waiting "GAC_Executor[0]" prio=5 tid=25 Waiting | group="main" sCount=1 dsCount=0 obj=0x130e8d00 self=0xa1736e00 | sysTid=16435 nice=0 cgrp=default sched=0/0 handle=0x8e2bf930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100 | stack=0x8e1bd000-0x8e1bf000 stackSize=1038KB | held mutexes= at java.lang.Object.wait! (Native method)
"CleanupReference" tid=27 Waiting "CleanupReference" daemon prio=5 tid=27 Waiting | group="main" sCount=1 dsCount=0 obj=0x13137220 self=0xa1737800 | sysTid=16436 nice=0 cgrp=default sched=0/0 handle=0x8e1ad930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100 | stack=0x8e0ab000-0x8e0ad000 stackSize=1038KB | held mutexes= at java.lang.Object.wait! (Native method)
at android.os.MessageQueue.nativePollOnce (Native method) at android.os.MessageQueue.next (MessageQueue.java:323) at android.os.Looper.loop (Looper.java:135) at android.os.HandlerThread.run (HandlerThread.java:61) "AudioThread" tid=29 Native "AudioThread" prio=5 tid=29 Native | group="main" sCount=1 dsCount=0 obj=0x131ad0a0 self=0x9d34e700 | sysTid=16431 nice=0 cgrp=default sched=0/0 handle=0x8e766930 | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=1 HZ=100 | stack=0x8e66a000-0x8e66c000 stackSize=1014KB | held mutexes=
"Chrome_InProcGpuThread" tid=30 Native "Chrome_InProcGpuThread" prio=7 tid=30 Native | group="main" sCount=1 dsCount=0 obj=0x131b20a0 self=0x8e2d9500 | sysTid=16438 nice=-4 cgrp=default sched=0/0 handle=0x8df73930 | state=S schedstat=( 0 0 0 ) utm=17 stm=3 core=1 HZ=100 | stack=0x8de77000-0x8de79000 stackSize=1014KB | held mutexes=
"Chrome_InProcRendererThread" tid=31 Native "Chrome_InProcRendererThread" prio=5 tid=31 Native | group="main" sCount=1 dsCount=0 obj=0x131b40a0 self=0x9d34fb00 | sysTid=16439 nice=0 cgrp=default sched=0/0 handle=0x8de74930 | state=S schedstat=( 0 0 0 ) utm=39 stm=11 core=1 HZ=100 | stack=0x8dd78000-0x8dd7a000 stackSize=1014KB | held mutexes=
"TaskSchedulerFo" tid=33 Native "TaskSchedulerFo" prio=5 tid=33 Native | group="main" sCount=1 dsCount=0 obj=0x131ca0a0 self=0x8e2dbd00 | sysTid=16442 nice=0 cgrp=default sched=0/0 handle=0x8db6a930 | state=S schedstat=( 0 0 0 ) utm=11 stm=5 core=1 HZ=100 | stack=0x8da6e000-0x8da70000 stackSize=1014KB | held mutexes=
"LooperProvider" tid=36 Native "LooperProvider" prio=5 tid=36 Native | group="main" sCount=1 dsCount=0 obj=0x1322a100 self=0x9d502a00 | sysTid=16452 nice=0 cgrp=default sched=0/0 handle=0x8cfd7930 | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1 HZ=100 | stack=0x8ced5000-0x8ced7000 stackSize=1038KB | held mutexes=
at android.os.BinderProxy.transactNative (Native method) at android.os.BinderProxy.transact (Binder.java:503) at android.os.Handler.dispatchMessage (Handler.java:102) at android.os.Looper.loop (Looper.java:148) at android.os.HandlerThread.run (HandlerThread.java:61) "AdWorker(Default) #8" tid=37 TimedWaiting "AdWorker(Default) #8" prio=5 tid=37 TimedWaiting | group="main" sCount=1 dsCount=0 obj=0x132722e0 self=0x9d502f00 | sysTid=16453 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x8ced2930 | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=1 HZ=100 | stack=0x8cdd0000-0x8cdd2000 stackSize=1038KB | held mutexes= at java.lang.Object.wait! (Native method)
"AdWorker(Default) #12" tid=44 Native "AdWorker(Default) #12" prio=5 tid=44 Native | group="main" sCount=1 dsCount=0 obj=0x130f86a0 self=0x9d34ce00 | sysTid=16461 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x8bfff930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100 | stack=0x8befd000-0x8beff000 stackSize=1038KB | held mutexes=
at android.os.BinderProxy.transactNative (Native method) at android.os.BinderProxy.transact (Binder.java:503) at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:423) at java.util.concurrent.FutureTask.run (FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588) at java.lang.Thread.run (Thread.java:818) "AdWorker(Default) #18" tid=50 Native "AdWorker(Default) #18" prio=5 tid=50 Native | group="main" sCount=1 dsCount=0 obj=0x13100100 self=0x9d6db300 | sysTid=16467 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x8b9e1930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100 | stack=0x8b8df000-0x8b8e1000 stackSize=1038KB | held mutexes=
at android.os.BinderProxy.transactNative (Native method) at android.os.BinderProxy.transact (Binder.java:503) at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:423) at java.util.concurrent.FutureTask.run (FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588) at java.lang.Thread.run (Thread.java:818) "TaskSchedulerBa" tid=51 Native "TaskSchedulerBa" prio=5 tid=51 Native | group="main" sCount=1 dsCount=0 obj=0x12c82280 self=0x8c115900 | sysTid=16427 nice=0 cgrp=default sched=0/0 handle=0x8eb62930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100 | stack=0x8ea66000-0x8ea68000 stackSize=1014KB | held mutexes=
"GAC_Executor[1]" tid=52 Waiting "GAC_Executor[1]" prio=5 tid=52 Waiting | group="main" sCount=1 dsCount=0 obj=0x13100340 self=0x9d6db800 | sysTid=16468 nice=0 cgrp=default sched=0/0 handle=0x8b8dc930 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100 | stack=0x8b7da000-0x8b7dc000 stackSize=1038KB | held mutexes= at java.lang.Object.wait! (Native method)
at android.os.MessageQueue.nativePollOnce (Native method) at android.os.MessageQueue.next (MessageQueue.java:323) at android.os.Looper.loop (Looper.java:135) at android.os.HandlerThread.run (HandlerThread.java:61) "Signal Catcher" tid=2 Runnable "Signal Catcher" daemon prio=5 tid=2 Runnable | group="system" sCount=0 dsCount=0 obj=0x12c220a0 self=0xad064100 | sysTid=16357 nice=0 cgrp=default sched=0/0 handle=0xb446e930 | state=R schedstat=( 0 0 0 ) utm=211 stm=353 core=0 HZ=100 | stack=0xb4372000-0xb4374000 stackSize=1014KB | held mutexes= "mutator lock"(shared held)
"HeapTaskDaemon" tid=6 Blocked "HeapTaskDaemon" daemon prio=5 tid=6 Blocked | group="system" sCount=1 dsCount=0 obj=0x12c23160 self=0xb4d77900 | sysTid=16361 nice=0 cgrp=default sched=0/0 handle=0xb405e930 | state=S schedstat=( 0 0 0 ) utm=20 stm=3 core=0 HZ=100 | stack=0xb3f5c000-0xb3f5e000 stackSize=1038KB | held mutexes=
at dalvik.system.VMRuntime.runHeapTasks (Native method)
I am not using any GMA SDK. I’m only using this plugin for serving Google Ads (Admob) in our Unity game. Don’t think there is any other SDK that can be used to serve ads in Unity.
We are also using the official Google Play Games SDK as mentioned by Google. Note: There is a conflict if we use Tye latest releases of both the plugins.
Please advice,
Mohit
On 07-Aug-2018, at 7:43 PM, rampara notifications@github.com wrote:
@msureka the first ANR trace you provided is caused by the GMA SDK and not this plugin. I would recommend reporting that issue on the Google Mobile Ads Technical Support Forum. It looks like second ANR is caused by Google Play games. Are you including that plugin in your app? If so, you would need to report the issue on the issue tracker for that plugin
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHview it on GitHubub, or mute the thread.
@msureka by GMA SDK, I was referring to the Google Mobile Ads SDK, which is used by this plugin to request and display ads.
@waqasahmeddevbatch the log you posted does not seem to be caused by this plugin.
@rampara I'm not using any other plugin or SDK except AdMob SDK in my game. I think com.google.android.gms.internal.measurement unavailability is the main reason of this ANR, but I'm not sure. Still if this is not causing by this Plugin then please suggest any way around to get rid of this ANRs issue (As both GA & GMA linked with each other) as it's direct impacting visibility of our games day by day. We have waited for a long time but got no success yet.
@waqasahmeddevbatch I would recommend you reach out on the Google Mobile Ads Technical Support Forum for issues regarding the Google Mobile Ads SDK. This issue tracker is only for issues with the Google Mobile Ads Unity plugin.
I have reached out to GMA team in following thread but can't found any solution yet. Link to Issue Thread at GMA Forum
For ANR issues not directly caused by the plugin (caused by Google Play services instead) can you reach out on the Google Mobile Ads Technical Support Forum with ANR logs and the version of Google Play services used to build your app.
Title: Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 10. Wait queue head age: 21118.3ms.) com.google.android.gms.ads.AdActivity
OS: Android 7.0 Device: Galaxy J7 Reported by Google Play ANRs
Using Google Ads Unity SDK & Google Play Services.
"main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 obj=0x7615fc78 self=0xe5205400 | sysTid=31683 nice=-4 cgrp=default sched=0/0 handle=0xe8478534 | state=S schedstat=( 0 0 0 ) utm=1359 stm=453 core=2 HZ=100 | stack=0xff328000-0xff32a000 stackSize=8MB | held mutexes=
00 pc 000000000004a468 /system/lib/libc.so (nanosleep+12)
01 pc 00000000003cedec /data/app/com.xxx.xxx-2/lib/arm/libunity.so (???)
02 pc 00000000005fc23c /data/app/com.xxx.xxx-2/lib/arm/libunity.so (???)
03 pc 00000000001286cc /data/app/com.xxx.xxx-2/lib/arm/libmono.so (???)
04 pc 00000000000221e8 /data/app/com.xxx.xxx-2/lib/arm/libmono.so (???)
05 pc 00000000002c0b31 /data/app/com.xxx.xxx-2/lib/arm/libmono.so (???)
06 pc 00000000000087c1 /system/bin/app_process32 (InvokeUserSignalHandler+156)
07 pc 000000000014aba3 /system/lib/libart.so (_ZN3art12FaultManager11HandleFaultEiP7siginfoPv+222)
08 pc 00000000000171d0 /system/lib/libc.so (???)
at com.unity3d.player.ReflectionHelper.nativeProxyInvoke (Native method) at com.unity3d.player.ReflectionHelper.a (unavailable) at com.unity3d.player.ReflectionHelper$1.invoke (unavailable) at java.lang.reflect.Proxy.invoke (Proxy.java:813) at com.google.unity.ads.UnityRewardBasedVideoAdListener.onAdRewarded (UnityRewardBasedVideoAdListener.java) at com.google.unity.ads.RewardBasedVideo$1$1.onRewarded (RewardBasedVideo.java:95) at com.google.android.gms.internal.zzafh.zza (unavailable) at com.google.android.gms.internal.zzafd.onTransact (unavailable) at android.os.Binder.transact (Binder.java:507) at com.google.android.gms.ads.internal.webview.ab.run (unavailable:8) at android.os.Handler.handleCallback (Handler.java:751) at android.os.Handler.dispatchMessage (Handler.java:95) at android.os.Looper.loop (Looper.java:154) at android.app.ActivityThread.main (ActivityThread.java:6776) at java.lang.reflect.Method.invoke! (Native method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1496) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1386)