yes someone else suggested an endless loop as well...but I haven't written
any loops in my code at all. I am definitely planning on taking TreKing's
advice about that...as soon as I can get with my tester we'll work it
out...In the mean time I am going back to the code to see if I can make it
more efficient.

Part of my app has to access some RSS feeds from the website for my company
and we've been having server issues so I know that was causing problems. Our
streaming servers are separate so the device that was actually running the
app had no problems accessing the streams but could not access the feeds due
to the above mentioned issues with the website.

On Fri, Feb 11, 2011 at 4:06 PM, Kostya Vasilyev <[email protected]> wrote:

> 11.02.2011 23:13, Danielle Murkerson пишет:
>
>  It seemed to install correctly on the device that it wouldn't load on, it
>> just never got past the black screen before the first activity starts. And
>> then it would take forever to even try and go back to the device's home
>> screen.
>>
>
> This seems like an infinite loop somewhere.
>
> Since you don't have access to the device, I would recommend you follow the
> advice given by TreKing: ask the user to install one of the many logcat -
> collecting applications from Market and send you the logs. To make this more
> useful, inspect your code and add frequent logging statements, especially
> around and in places that process data.
>
>
> --
> Kostya Vasilyev -- WiFi Manager + pretty widget --
> http://kmansoft.wordpress.com
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to