Re: [android-developers] How do I report a bug to htc?

2011-09-30 Thread Kostya Vasilyev
Potentially, it could be a race condition. Try surrounding access to status with synchronized(something), or pass it into the thread via a constructor argument. -- Kostya 28.09.2011 3:23, sebastian_bugiu пишет: I have an application in android market that does not work on htc desire and I am

[android-developers] How do I report a bug to htc?

2011-09-30 Thread sebastian_bugiu
I have an application in android market that does not work on htc desire and I am positive the issue is not in my code. Basically I have a private static final field that is initialized to a reference to an object and yet whenever I access that object from another thread it throws a NullPointerExce