Since I have updated my app to use SDK version 17.1.1 I get a few of these exceptions in the developer console:
java.lang.RuntimeException:at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3844)at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3885)at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3051)at android.app.ActivityThread.-wrap14 (ActivityThread.java)at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1642)at android.os.Handler.dispatchMessage (Handler.java:102)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:1520)at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)
Caused by: java.util.ConcurrentModificationException:at i.put (com.google.android.gms.dynamite_measurementdynamite@1457...@14.5.74 (040408-219897028):101)at fo.a (com.google.android.gms.dynamite_measurementdynamite@1457...@14.5.74 (040408-219897028):44)at fm.onActivityResumed (com.google.android.gms.dynamite_measurementdynamite@1457...@14.5.74 (040408-219897028):67)
at android.app.Application.dispatchActivityResumed (Application.java:240)at android.app.Activity.onResume (Activity.java:1332)at android.support.v4.app.g.onResume (SourceFile:514)at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1277)at android.app.Activity.performResume (Activity.java:7103)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3821)Also happens in fl.onActivityCreated (com.google.android.gms.dynamite_measurementdynamite@1479...@14.7.99 (100400-223214910):36).
Is this a known bug?Markus
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/782c24dc-d366-49db-9fe9-32b7930dd062%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Caused by: java.util.ConcurrentModificationException:at i.put (com.google.android.gms.dynamite_measurementdynamite@14574051...@14.5.74 (040408-219897028):101)at fo.a (com.google.android.gms.dynamite_measurementdynamite@14574051...@14.5.74 (040408-219897028):44)at fm.onActivityResumed (com.google.android.gms.dynamite_measurementdynamite@14574051...@14.5.74 (040408-219897028):67)
at android.app.Application.dispatchActivityResumed (Application.java:240)at android.app.Activity.onResume (Activity.java:1332)at android.support.v4.app.g.onResume (SourceFile:514)at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1277)at android.app.Activity.performResume (Activity.java:7103)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3821)Also happens in fl.onActivityCreated (com.google.android.gms.dynamite_measurementdynamite@14799081...@14.7.99 (100400-223214910):36).
Is this a known bug?Markus
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/782c24dc-d366-49db-9fe9-32b7930dd062%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/64d8dcae-f780-4480-9330-0f88ad0532c2%40googlegroups.com.
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.callerid.block/com.callerid.block.main.MainActivity}: java.util.ConcurrentModificationException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2810)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2875)
at android.app.ActivityThread.-wrap13(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:203)
at android.app.ActivityThread.main(ActivityThread.java:6442)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)
Caused by: java.util.ConcurrentModificationException
at i.put(:com.google.android.gms.dynamite_measurementdynamite@1479...@14.7.99 (040304-223214910):110)
at fm.onActivityCreated(:com.google.android.gms.dynamite_measurementdynamite@14799045@14.7.99 (040304-223214910):36)
at android.app.Application.dispatchActivityCreated(Application.java:197)
at android.app.Activity.onCreate(Activity.java:996)
at android.support.v4.app.SupportActivity.onCreate(SupportActivity.java)
at android.support.v4.app.FragmentActivity.onCreate(FragmentActivity.java)
at android.support.v7.app.AppCompatActivity.onCreate(AppCompatActivity.java)
at com.callerid.block.main.BaseActivity.onCreate(BaseActivity.java)
at com.callerid.block.main.MainActivity.onCreate(MainActivity.java)
at android.app.Activity.performCreate(Activity.java:6897)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1142)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2763)
... 9 more
java.util.ConcurrentModificationException
at i.put(:com.google.android.gms.dynamite_measurementdynamite@1479...@14.7.99 (040304-223214910):110)
at fm.onActivityCreated(:com.google.android.gms.dynamite_measurementdynamite@14799045@14.7.99 (040304-223214910):36)
at android.app.Application.dispatchActivityCreated(Application.java:197)
at android.app.Activity.onCreate(Activity.java:996)
at android.support.v4.app.SupportActivity.onCreate(SupportActivity.java)
at android.support.v4.app.FragmentActivity.onCreate(FragmentActivity.java)
at android.support.v7.app.AppCompatActivity.onCreate(AppCompatActivity.java)
at com.callerid.block.main.BaseActivity.onCreate(BaseActivity.java)
at com.callerid.block.main.MainActivity.onCreate(MainActivity.java)
at android.app.Activity.performCreate(Activity.java:6897)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1142)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2763)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2875)
at android.app.ActivityThread.-wrap13(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:203)
at android.app.ActivityThread.main(ActivityThread.java:6442)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)I also encountered the same problem, when can I resolve the request?
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/64d8dcae-f780-4480-9330-0f88ad0532c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/61b331ba-9ede-4a60-953e-f33a33f00628%40googlegroups.com.
Since I have updated my app to use SDK version 17.1.1 I get a few of these exceptions in the developer console:
java.lang.RuntimeException:at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3844)at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3885)at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3051)at android.app.ActivityThread.-wrap14 (ActivityThread.java)at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1642)at android.os.Handler.dispatchMessage (Handler.java:102)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:1520)at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)
Caused by: java.util.ConcurrentModificationException:
at i.put (com.google.android.gms.dynamite_measurementdynamite@1457...@14.5.74 (040408-219897028):101)at fo.a (com.google.android.gms.dynamite_measurementdynamite@1457...@14.5.74 (040408-219897028):44)
at fm.onActivityResumed (com.google.android.gms.dynamite_measurementdynamite@1457...@14.5.74 (040408-219897028):67)
at android.app.Application.dispatchActivityResumed (Application.java:240)at android.app.Activity.onResume (Activity.java:1332)at android.support.v4.app.g.onResume (SourceFile:514)at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1277)at android.app.Activity.performResume (Activity.java:7103)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3821)Also happens in fl.onActivityCreated (com.google.android.gms.dynamite_measurementdynamite@1479...@14.7.99 (100400-223214910):36).
I've just seen a very similar stacktrace reported for my app in the Google Developer Console; but my app's using com.google.android.gms:play-services-ads:17.0.0.So this issue may have started in 17.0.0 or before.Lucas.
On Tuesday, 4 December 2018 09:34:23 UTC, Markus Wiederkehr wrote:
Since I have updated my app to use SDK version 17.1.1 I get a few of these exceptions in the developer console:
java.lang.RuntimeException:at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3844)at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3885)at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3051)at android.app.ActivityThread.-wrap14 (ActivityThread.java)at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1642)at android.os.Handler.dispatchMessage (Handler.java:102)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:1520)at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)
Caused by: java.util.ConcurrentModificationException:
at i.put (com.google.android.gms.dynamite_measurementdynamite@14574051...@14.5.74 (040408-219897028):101)at fo.a (com.google.android.gms.dynamite_measurementdynamite@14574051...@14.5.74 (040408-219897028):44)
at fm.onActivityResumed (com.google.android.gms.dynamite_measurementdynamite@14574051...@14.5.74 (040408-219897028):67)
at android.app.Application.dispatchActivityResumed (Application.java:240)at android.app.Activity.onResume (Activity.java:1332)at android.support.v4.app.g.onResume (SourceFile:514)at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1277)at android.app.Activity.performResume (Activity.java:7103)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3821)Also happens in fl.onActivityCreated (com.google.android.gms.dynamite_measurementdynamite@14799081...@14.7.99 (100400-223214910):36).
Is this a known bug?Markus
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/7df6291f-c3a6-4559-8119-4e7c71ca9c0d%40googlegroups.com.
Anyone was able to track down the steps to trigger this issue?
I'm also suffering from this issue. I can see the crash reports in Crashlytics but I am unable to reproduce the crash locally.
Anyone was able to track down the steps to trigger this issue?
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/f2f09a9d-8ba0-4946-8551-938fbe7cd47a%40googlegroups.com.
http://crashes.to/s/f5999500e6e
http://crashes.to/s/19a38154382
If you need more let me know.
Regards
El martes, 22 de enero de 2019, 8:12:14 (UTC+1), mobileadssdk-forumadvisor escribió:
Hi there,To assist you further, could you provide the Crash logs (preferably Crashlytics logs) so we can also check on our end?Regards,Janica KhemlaniMobile Ads SDK Team
On 01/21/19 21:16:26 pjalar...@gmail.com wrote:
I'm also suffering from this issue. I can see the crash reports in Crashlytics but I am unable to reproduce the crash locally.
Anyone was able to track down the steps to trigger this issue?
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/f2f09a9d-8ba0-4946-8551-938fbe7cd47a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/0e36fa48-7ec4-4938-8bfd-ecac4f703ae9%40googlegroups.com.
Hi Jorge,
This issue has been fixed though we do not have a definite timeline as to when this will be released.
That said, please keep an eye on our blog or Release Notes for future updates.
Regards,
Janica Khemlani
Mobile Ads SDK Team
Do you know if this fix was part of play-services-ads v17.1.3? Looks like that came out on 31st Jan.Thanks
On Tuesday, January 29, 2019 at 3:05:27 AM UTC, mobileadssdk-forumadvisor wrote:
Hi Jorge,
This issue has been fixed though we do not have a definite timeline as to when this will be released.
That said, please keep an eye on our blog or Release Notes for future updates.
Regards,
Janica Khemlani
Mobile Ads SDK Team
On 01/22/19 17:02:15 mobileadssdk...@google.com wrote:
Hi there,Thank you for providing the details.I'll share the crash logs with the rest of the team and get back to you for any findings.Regards,Janica KhemlaniMobile Ads SDK Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+ page:
http://googleadsdeveloper.blogspot.com
https://plus.google.com/115658573333388777174/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
On 01/22/19 16:20:54 wrote:
Please note that the team already fixed this issue, however, we do not have a definite timeline as to when this will be released.
Hello,Is there any progress on the issue?
java.lang.Error: FATAL EXCEPTION [main] Unity version : 2018.2.20f1 Device model : LG Electronics LG-X230 Caused byat android.app.ActivityThread.performResumeActivity (ActivityThread.java:3325)at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3356)at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2670)at android.app.ActivityThread.-wrap11 (ActivityThread.java)at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1499)at android.os.Handler.dispatchMessage (Handler.java:111)at android.os.Looper.loop (Looper.java:207)at android.app.ActivityThread.main (ActivityThread.java:5765)at java.lang.reflect.Method.invoke (Native Method)at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:798)at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:688)
Caused by: java.util.ConcurrentModificationException:at i.put (com.google.android.gms.dynamite_measurementdynamite@1517...@15.1.78 (040304-235076232):110)at fz.a (com.google.android.gms.dynamite_measurementdynamite@1517...@15.1.78 (040304-235076232):44)at fx.onActivityResumed (com.google.android.gms.dynamite_measurementdynamite@1517...@15.1.78 (040304-235076232):72)
at android.app.Application.dispatchActivityResumed (Application.java:214)at android.app.Activity.onResume (Activity.java:1216)at com.unity3d.player.UnityPlayerActivity.onResume (Unknown Source)at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1268)at android.app.Activity.performResume (Activity.java:6423)at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3310)
Caused by: java.util.ConcurrentModificationException:at i.put (com.google.android.gms.dynamite_measurementdynamite@15178045...@15.1.78 (040304-235076232):110)at fz.a (com.google.android.gms.dynamite_measurementdynamite@15178045...@15.1.78 (040304-235076232):44)at fx.onActivityResumed (com.google.android.gms.dynamite_measurementdynamite@15178045...@15.1.78 (040304-235076232):72)at android.app.Application.dispatchActivityResumed (Application.java:214)
Caused by: java.util.ConcurrentModificationException:
at i.put (com.google.android.gms.dynamite_measurementdynamite@15178045...@15.1.78 (040304-235076232):110)at fz.a (com.google.android.gms.dynamite_measurementdynamite@15178045...@15.1.78 (040304-235076232):44)
at fx.onActivityResumed (com.google.android.gms.dynamite_measurementdynamite@15178045...@15.1.78 (040304-235076232):72)at android.app.Application.dispatchActivityResumed (Application.java:214)
In the latest ads versions 17.2.0 this crash still occur
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/1d8b026d-e8d2-4550-840a-a8ca0d2a5006%40googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/5beff893-b2df-4ed3-8d6f-fce922c91ee9%40googlegroups.com.
--
Since I have updated my app to use SDK version 17.1.1 I get a few of these exceptions in the developer console:
java.lang.RuntimeException:
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3844)at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3885)at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3051)at android.app.ActivityThread.-wrap14 (ActivityThread.java)at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1642)at android.os.Handler.dispatchMessage (Handler.java:102)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:1520)at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)
Caused by: java.util.ConcurrentModificationException:
at i.put (com.google.android.gms.dynamite_measurementdynamite@1457...@14.5.74 (040408-219897028):101)at fo.a (com.google.android.gms.dynamite_measurementdynamite@1457...@14.5.74 (040408-219897028):44)
at fm.onActivityResumed (com.google.android.gms.dynamite_measurementdynamite@1457...@14.5.74 (040408-219897028):67)
at android.app.Application.dispatchActivityResumed (Application.java:240)at android.app.Activity.onResume (Activity.java:1332)at android.support.v4.app.g.onResume (SourceFile:514)at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1277)at android.app.Activity.performResume (Activity.java:7103)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3821)Also happens in fl.onActivityCreated (com.google.android.gms.dynamite_measurementdynamite@1479...@14.7.99 (100400-223214910):36).