farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

Endless looping when no network on Android #230

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using the "Invoker" example downloaded from the "Source" tab on this site.

Steps to produce the problem:

1. Use the "Invoker" example provided here.
2. Turn off your phone's internet connection (or your computer's internet 
connection if you are using emulator).
3. To make the problem easier to notice, put a print statement to the method 
com.adwhirl.AdWhirlLayout.rotateThreadedNow()
4. Install and start the "Invoker" app, open LogCat and wait (may need to wait 
for 10+ seconds), then you'll see com.adwhirl.AdWhirlLayout.rotateThreadedNow() 
starts to execute forever (you may see it pause for a while, but it will 
resume) and causes the garbage collector to run constantly as well.

Original issue reported on code.google.com by l...@smudgeapps.com on 14 Jun 2011 at 12:02

Attachments: