Reputation: 963
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 they 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.
Upvotes: 1
Views: 164
Reputation: 173
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.
Upvotes: 1