The accelerometer on different devices is somehow causing my app to crash
This is a frustrating problem, because I can't easily debug my app for every different form factor. Two people have emailed me and said that 'the app crashes on tilt'. I've had one of the users with problems email me the output from the logcat when the开发者_JAVA技巧y run my app.
Here is the output. I'm a bit new to Android development, so this is very cryptic to me and I'm not sure what it relates to in my actual code.
If it's helpful I can post any of my classes, or any information that would be useful.
EDIT: I could be wrong but my guess is that the output referring to the accelerometer starts around line 432 on the pastebin.
They might be using tablets on which the default screen orientation is landscape and the origin is what would appear to be in the top-right corner of a phone.
精彩评论