diff options
Diffstat (limited to 'docs/html/training')
| -rw-r--r-- | docs/html/training/articles/perf-jni.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/training/articles/perf-jni.jd b/docs/html/training/articles/perf-jni.jd index 435d231..1a40f62 100644 --- a/docs/html/training/articles/perf-jni.jd +++ b/docs/html/training/articles/perf-jni.jd @@ -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> |
