Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.31: crash with build stripping #978

Closed
bricevdm opened this issue Feb 14, 2016 · 3 comments
Closed

0.9.31: crash with build stripping #978

bricevdm opened this issue Feb 14, 2016 · 3 comments

Comments

@bricevdm
Copy link

Hello,

My game (and my simple test project) consistently crashes when I activate any sort of "Stripping Level" (that is: any other options than 'Disabled'). Any idea?

Best regards

@shlapkoff
Copy link

I have this problem.
Logs:

02-15 13:53:20.753 23249  3325 W Ads     : Fail to forward ad response.
02-15 13:53:20.753 23249  3325 W Ads     : android.os.DeadObjectException
02-15 13:53:20.753 23249  3325 W Ads     :      at android.os.BinderProxy.transactNative(Native Method)
02-15 13:53:20.753 23249  3325 W Ads     :      at android.os.BinderProxy.transact(Binder.java:503)
02-15 13:53:20.753 23249  3325 W Ads     :      at com.google.android.gms.ads.internal.request.aa.a(SourceFile:93)
02-15 13:53:20.753 23249  3325 W Ads     :      at com.google.android.gms.ads.internal.request.a.k.run(SourceFile:660)
02-15 13:53:20.753 23249  3325 W Ads     :      at com.google.android.gms.ads.internal.util.r.call(SourceFile:52)
02-15 13:53:20.753 23249  3325 W Ads     :      at com.google.android.gms.ads.internal.util.s.run(SourceFile:75)
02-15 13:53:20.753 23249  3325 W Ads     :      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:423)
02-15 13:53:20.753 23249  3325 W Ads     :      at java.util.concurrent.FutureTask.run(FutureTask.java:237)
02-15 13:53:20.753 23249  3325 W Ads     :      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
02-15 13:53:20.753 23249  3325 W Ads     :      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
02-15 13:53:20.753 23249  3325 W Ads     :      at java.lang.Thread.run(Thread.java:818)

@claywilkinson
Copy link

There should be more to the log before this, indicating the problem. The DeadObjectException is rarely the cause of anything, but rather the effect of another (usually fatal) exception. Can you share the log leading up to this?

@claywilkinson
Copy link

Closing this log, since there was no more information in over a year. Please open a new issue including logs of the crash if there is still a problem. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants