AGulev / defold-extension-unity-ads

UnityAds native extension for Defold engine.
Apache License 2.0
40 stars 10 forks source link

Unity ANR's #13

Closed bilxao closed 3 years ago

bilxao commented 3 years ago

I am getting a lot of these kind of ANR's in my game. I've deleted Admob and Unity ads plugin, removed all the ads. still getting these types of ANR's. PLEASE HELP..!!!

"main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x755ab2c0 self=0x785140dc00 | sysTid=21459 nice=-10 cgrp=default sched=0/0 handle=0x78d805b548 | state=S schedstat=( 1544407181 149403077 2125 ) utm=79 stm=74 core=6 HZ=100 | stack=0x7ff7848000-0x7ff784a000 stackSize=8MB | held mutexes=

00 pc 000000000007124c /system/lib64/libc.so (__ioctl+4)

01 pc 00000000000291f8 /system/lib64/libc.so (ioctl+136)

02 pc 000000000005ba14 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+260)

03 pc 000000000005c81c /system/lib64/libbinder.so (android::IPCThreadState::waitForResponse(android::Parcel, int)+60)

04 pc 000000000005c668 /system/lib64/libbinder.so (android::IPCThreadState::transact(int, unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+176)

05 pc 00000000000524a0 /system/lib64/libbinder.so (android::BpBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+232)

06 pc 0000000000136b88 /system/lib64/libandroid_runtime.so (android_os_BinderProxy_transact(_JNIEnv, _jobject, int, _jobject, _jobject, int)+152)

at android.os.BinderProxy.transactNative (Native method)

at android.os.BinderProxy.transact (Binder.java:1144)

at com.android.internal.view.IInputMethodManager$Stub$Proxy.startInputOrWindowGainedFocus (IInputMethodManager.java:749)

at android.view.inputmethod.InputMethodManager.startInputInner (InputMethodManager.java:1517)

AGulev commented 3 years ago

There is nothing related to DefVideoAds extension in the stacktrace