more Android debugging.

This commit is contained in:
Vítor Santos Costa
2014-06-12 01:49:03 +01:00
parent 3929fc9009
commit aefb7b3668
6 changed files with 38 additions and 16 deletions

View File

@@ -2,3 +2,4 @@
NDK_TOOLCHAIN_VERSION = 4.8
APP_STL := gnustl_static
APP_CPPFLAGS += -fexceptions
APP_OPTIM := debug

View File

@@ -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();