Hello!

Thank you again for replying. I have some questions.
1) What do you mean by "looping"? It does no loop anywhere, it is only 
called once, and it closes instantly. Where can one see that in the log?
2) I have been checking, and there is nothing in MyDecoder that can be used 
before the constructor... There are not initialized variables, or 
"implicit" methods or anything like that.

By the way, I was not aware there was a specific android-ndk group, 
probably this question's place is that. Sorry for putting it in the general 
section! I don't think it would be possible to move the thread, so is it 
"bad etiquette" repeating this post there?

On Wednesday, September 5, 2012 4:46:39 PM UTC+2, RichardC wrote:
>
> That is not a crash in the Native code.  It looks like your constructor is 
> "looping" and causing a time-out of the main thread.  If you were getting a 
> native crash you would see something like (link into the android-ndk group):
>
> https://groups.google.com/d/msg/android-ndk/3M9Ge1ac3Xk/ZlGbC1afH9IJ
>
> in LogCat.
>
> Base class(es) and class based member variable(s) in MyDecoder are 
> initialized before the constructor is entered so the problem may be 
> happening before the constructor proper is entered.
>

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