traceview crashes with no reason
Traceview crashes with no reason if i try to open a collected tracefile. I checked it with older trace-files, then it opens. But every new trace i record crashes with something like
Traceview: ThreadData: 'java/lang/St开发者_如何学Goring.equals (Ljava/lang/Object;)Z' call time
(-8057) is less than previous time (763) for thread '[1] main'
Traceview: ThreadData: 'org/apache/harmony/dalvik/ddmc/DdmVmInternal.getThreadSt
ats ()[B' call time (-4883) is less than previous time (881439) for thread '[5]
JDWP'
I try to trace an AsyncTask. When i open traceview from within eclipse, whole eclipse crashes.
Anybody has a solution to the problem?
I give me an answer myself. The cause was that custom ROM which didn't work. It was strange that the emulator did not work too, but installing another custom ROM solved the problem.
This official ticket for android helped me: http://code.google.com/p/android/issues/detail?id=4287
精彩评论