Android News
| Main | Simple Headline |
android-ndk (Google Group)
(2009/9/8 12:26:26)
libc crashes after using NDK
(2009/9/8 12:26:26)
I just started to use the NDK build system. After the make file
conversion, I have crashes everytime I close my DBs. I didn't have
this problem before the conversion. Any suggestions? Thank you.
conversion, I have crashes everytime I close my DBs. I didn't have
this problem before the conversion. Any suggestions? Thank you.
Here is code snip:
private SQLiteDatabase mDb=null;
....
public void close()
{
execution time : 0.318 sec



