On Mon, Oct 3, 2011 at 4:38 AM, Kostya Vasilyev <[email protected]> wrote:
> It seems very unusual and wrong to list a device from a major manufacturer > that sold over 10 million units as, effectively, unknown, and doesn't help > at all with analyzing the crash reports. > The Market's bug reporting is a nice idea but very poorly executed, as you have seen, with how it (fails to) report device information and the way it divides user comments from the callstacks. I recommend everyone implement their own bug reporting solution, if you can get away with it (i.e., already have internet permission). I am also starting to suspect that Market sometimes corrupts applications > while installing, or at the very least, there is a race condition with > respect to manifest registered broadcast receivers. > > There is a bunch of these in my Market console: > > java.lang.RuntimeException: Unable to instantiate receiver <class name > here>: java.lang.**ClassNotFoundException: <class name here> in loader > dalvik.system.PathClassLoader[**/data/app/<apk name -1 or -2>.apk] > > Anyone seeing similar reports? > Yup. I don't have receivers, but I see this from time to time with my Activity classes, which are obviously clearly defined. I also think there is some corruption going on with the update process, as that is usually when I see this stuff. And when users have weird issues I can't reproduce (strange things like not being able to connect to the internet when other apps work) an uninstall - reinstall fixes the problem most of the time. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

