[android-developers] Re: Android ANR and missing logs in traces.txt file

2010-11-05 Thread mariush
Moreover it happends only on Froyo, on other versions(Eclair, Donut)
app works fine...

On 5 Lis, 15:06, mariush mariusz...@gmail.com wrote:
 Hi,
 The ANR occurs for my application for some undefined reasons I'd like
 to figure out. Unfortunately there is not stack trace in traces.txt
 file. Is there any reason why there is nothing about my app in
 traces.txt? There are other application's stack.

 Is there any other way to figure out what cause ANR except traces.txt
 and DDMS traces, which unfortunately show nothing when my app hangs. I
 am not also able to use Debug.startMethodTracing as I am not able to
 call stoptMethodTracing as I do not know when it hangs.

 Best Regards

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


[android-developers] Re: Android ANR and missing logs in traces.txt file

2010-11-05 Thread mariush
Moreover ANR happens only on Froyo, on older versions(Eclair, Donut)
everything works fine...

On 5 Lis, 15:06, mariush mariusz...@gmail.com wrote:
 Hi,
 The ANR occurs for my application for some undefined reasons I'd like
 to figure out. Unfortunately there is not stack trace in traces.txt
 file. Is there any reason why there is nothing about my app in
 traces.txt? There are other application's stack.

 Is there any other way to figure out what cause ANR except traces.txt
 and DDMS traces, which unfortunately show nothing when my app hangs. I
 am not also able to use Debug.startMethodTracing as I am not able to
 call stoptMethodTracing as I do not know when it hangs.

 Best Regards

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


[android-developers] Re: Android ANR and missing logs in traces.txt file

2010-11-05 Thread Chris Stratton
On Nov 5, 10:14 am, mariush mariusz...@gmail.com wrote:

 Moreover it happends only on Froyo, on other versions(Eclair, Donut)
 app works fine...

That doesn't mean it is fine though.  You may well still have problems
such as doing things on the UI thread that you shouldn't, but be
getting away with it on a lighter weight version of the platform.

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