We\'ve found a crash on a particular device that happens inside some of the standard Java libraries. This crash only happens on one particular model of device. I\'m sure there
That must be difference of OS version. I also got such problem in my application. That application works fine on Desire HD. But crashes on Desire S or Wildfire S.
Then I came to know the version I am using in development was 3.0 or above. But the Desire S and wildfire S have 2.3. and application crashes on these devices.
To identify the problem debug your code in device directly then it will give you Log error.
Hope so this information is helpfull.