Hi.

I'm using a Samsung Galaxy Note and a Native Code.

I have this kind of error (sometime) into the logcat when I exit my
application

threadid=3: reacting to signal 3
Wrote stack traces to '/data/anr/traces.txt'

What does it mean ?
I can't acces to the file /data/anr/traces.txt

But what kind of problem should I search for ?
Is it a problem due to thread taking too much time ?
Is it a problem due to the method used to kill the process ?
Is it due to a memory lock by one of my thread ?
Is it a problem of memory access of my native code ?
Does /anr/ mean a performance problem ?

I have a surfaceView that launch 3 threads.
One of this thread can take some time at the beginning of the program
(while it's load data from sdcard) but not at the end when I quit my
application.
Is it possible the the log given me infomation of a problem at the end
of the program while the problem occure at the beginiing ?

Is there any way to have more usefull information into the log cat
(while DDMS eplorer du not shox me /data) ?

What is signal 3 ?
How can I know what is the thread 3 ?

I found some people having the same problem on Internet but there is
not real information !

I really need Help !
I've tried to change starting and stopping thread method, but the
problem is still there....

-- 
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

Reply via email to