I've had a report from one user of my app that it force-closes upon launching. This is the only report out of all of my users of this happening, which leads me to believe that it is a problem that comes with his firmware.
His device is a HTC Desire HD running the latest Cyanogenmod Nightly ROM, and the (only) error produced in the logcat was:
W/dalvikvm( 3013): threadid=1: thread exiting with uncaught exception (group=0x40015560)
has anyone any ideas as to what is going wrong with my app on his device?
EDIT: Problem actually turned out to be an unhandled null exception from a UUID in onCreate()