Rifluxyss / acra

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

Activity occasionally ends abruptly without any crash report #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In my ACRA-enabled app, there is a certain Activity that sometimes will end 
abruptly without being caught by ACRA. The app simply returns to the previous 
Activity in the stack, nothing in Logcat either. It's a very intermittent 
problem that, although it always happens in the same Activity, I can't 
reproduce when attached with the debugger.
Are there any kinds of Activity fatal errors that ACRA can't detect? Any ideas 
how to debug this if ACRA isn't trapping the crash?

Thanks.

Original issue reported on code.google.com by eric.ri...@gmail.com on 1 Mar 2011 at 3:20

GoogleCodeExporter commented 8 years ago
If there is no exception thrown, ACRA won't be able to do anything. It might be 
related to a failure in the execution of some native code (there is some native 
code that you call without really knowing, like when dealing with Bitmaps or 
Zip files, for example).

I think there should be some details in logcat about the system shutting down 
your activity. If you post the tail of your logcat right after your Activity 
shuts down, I could help you to find some useful information.

Original comment by kevin.gaudin on 1 Mar 2011 at 3:25

GoogleCodeExporter commented 8 years ago
So far I've not found anything related in logcat when I've seen this happen.
I've just added some more trace logging, so I'll be spending today trying to 
make this happen and try to narrow down in what part of the code its really 
failing.
If I get some useful logs, I'll post them here.

Original comment by eric.ri...@gmail.com on 1 Mar 2011 at 4:32

GoogleCodeExporter commented 8 years ago
We don't have info enough to take this any further.

Original comment by william....@gmail.com on 16 Jul 2011 at 4:15