I have a sneaking suspicion that an error I'm encountering is a bug in the Android operating system itself. Logcat doesn't display an error, but instead it spits out a stack trace with the tag "DEBUG" that begins like this:
08-11 14:51:45.119: INFO/DEBUG(15805): Build fingerprint: 'generic/sdk/ generic/:1.5/CUPCAKE/148875:eng/test-keys' 08-11 14:51:45.119: INFO/DEBUG(15805): pid: 17071, tid: 17072 >>> scvngr.android <<< 08-11 14:51:45.119: INFO/DEBUG(15805): signal 7 (SIGBUS), fault addr 00000000 08-11 14:51:45.119: INFO/DEBUG(15805): r0 91ff91ff r1 6e006e01 r2 0000017a r3 0000ffff 08-11 14:51:45.137: INFO/DEBUG(15805): r4 0000001f r5 0000007c r6 91ff91fc r7 00000002 08-11 14:51:45.137: INFO/DEBUG(15805): r8 ad083e10 r9 00000328 10 00002710 fp 00000000 08-11 14:51:45.137: INFO/DEBUG(15805): ip 6e006e01 sp 100ffae8 lr afe0b5d3 pc afe09cda cpsr 00000030 08-11 14:51:45.307: INFO/DEBUG(15805): #00 pc 00009cda / system/lib/libc.so 08-11 14:51:45.327: INFO/DEBUG(15805): #01 pc 0000b5ce / system/lib/libc.so 08-11 14:51:45.327: INFO/DEBUG(15805): #02 pc 0000b5ce / system/lib/libc.so and continues for about 75 lines. Directly prior to this, the screen flashes black for a moment and then returns to my current activity. So my question is, is this the sort of behavior and output one would expect from a crash of the Android OS itself, or is that suspicion just my own wishful thinking? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

