more Android debugging.
This commit is contained in:
@@ -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