I have an Android app which uses AdMob SDK. I recently got the following crash report:
Fatal Exception: java.util.concurrent.TimeoutException: com.google.android.gms.ads.identifier.AdvertisingIdClient.finalize() timed out after 10 seconds
at java.lang.Object.wait(Object.java)
at java.lang.Object.wait(Object.java:401)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
at java.lang.Thread.run(Thread.java:856)
It occurred on Samsung gt_s7275r device with Android 4.2.2.
What's more, the app crashed in the background (so banner ad was invisible).
I don't know whether it is a bug inside the SDK or Dalvik runtime, hopefully you'll know better ;)