ConcurrentModificationException causing app crashes

0 votes

We are getting ConcurrentModificationException in different parts of AppWarp code which is causing app crashes and with decompiled files it doesn't seem possible to figure out where exactly the issue is. Please find screenshots attached for the logs with exact line numbers.

http://forum.shephertz.com/?qa=blob&qa_blobid=9797701153369828856

asked Apr 24, 2018 in Android by kanika.gupta (10 points)

1 Answer

0 votes

Hi Kanika,

Greetings from ShepHertz!!!

As your getting ConcurrentModificationException in your android application that can be because of below reason.

In AppWarp you need to add callback listeners to get response form SDK API's. But there may be a case in your android application either you are removing these callback listeners in some thread. This can be a reason you are getting such exception. You can remove such code from the application.

Let me know if it helps, if problem still persists please share the code in more details son that we can trace the exact problem you are facing.

 

Thanks & Regards

Vishnu Garg

 

 

answered Apr 26, 2018 by Vishnu Garg (674 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...