summaryrefslogtreecommitdiffstats
path: root/docs/html/training/articles/perf-jni.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/training/articles/perf-jni.jd')
-rw-r--r--docs/html/training/articles/perf-jni.jd6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/training/articles/perf-jni.jd b/docs/html/training/articles/perf-jni.jd
index 9f880ec..1a40f62 100644
--- a/docs/html/training/articles/perf-jni.jd
+++ b/docs/html/training/articles/perf-jni.jd
@@ -1,5 +1,5 @@
page.title=JNI Tips
-page.tags="ndk","native"
+page.tags=ndk,native
page.article=true
@jd:body
@@ -444,7 +444,9 @@ adb shell start</pre>
<pre>D Late-enabling CheckJNI</pre>
-
+<p>You can also set the <code>android:debuggable</code> attribute in your application's manifest to
+turn on CheckJNI just for your app. Note that the Android build tools will do this automatically for
+certain build types.
<a name="native_libraries" id="native_libraries"></a>