Added info for building your code without optimizations on
This commit is contained in:
parent
c73fad44ec
commit
4d3709cdf6
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,9 @@ You can add logging to your code to help show what's happening:
|
|||
|
||||
__android_log_print(ANDROID_LOG_INFO, "foo", "Something happened! x = %d", x);
|
||||
|
||||
If you need to build without optimization turned on, you can create a file called "Application.mk" in the jni directory, with the following line in it:
|
||||
APP_OPTIM := debug
|
||||
|
||||
|
||||
================================================================================
|
||||
Known issues
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue