/* this alters mJniInt */ int result = getJniInt(bad); /* reverse a string, for no very good reason */ String reverse = reverseString("Android!"); Log.i("PlatformLibrary", "getInt: " + result + ", '" + reverse + "'"); return mJniInt;
Log.d("PlatformLibrary", "yodel: " + msg);