more Android debugging.
This commit is contained in:
@@ -64,7 +64,7 @@ android/jni/yap_wrap.cpp: $(srcdir)/yap.i
|
||||
cp -r ../../../startup.yss assets/lib/Yap;\
|
||||
cp -r $(DESTDIR)$(SOLIBDIR)/*.so jni;\
|
||||
cp ../Android.mk jni ;\
|
||||
ndk-build; \
|
||||
NDK_DEBUG=1 ndk-build ; \
|
||||
ant debug \
|
||||
)
|
||||
|
||||
|
@@ -2,3 +2,4 @@
|
||||
NDK_TOOLCHAIN_VERSION = 4.8
|
||||
APP_STL := gnustl_static
|
||||
APP_CPPFLAGS += -fexceptions
|
||||
APP_OPTIM := debug
|
||||
|
@@ -92,8 +92,8 @@ public class SwigSimple extends Activity
|
||||
outputText.append( "no\n" );
|
||||
}
|
||||
} else {
|
||||
int i=1;
|
||||
while (q.next()) {
|
||||
int i=1;
|
||||
// outputText.append(Integer.toString(i++) + ": " + vs.text() +"\n");
|
||||
while(!vs.nil()){
|
||||
YAPTerm eq = vs.car();
|
||||
|
Reference in New Issue
Block a user