summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2014-01-16 15:21:44 -0800
committerMarco Nelissen <marcone@google.com>2014-01-16 15:45:47 -0800
commita6a7f2ffc4da6722a785ec5024fb99d67dfcedb9 (patch)
treeb76d8793cd7cd40462b9ca0a099a16fce31a16fc /docs/html
parent3d4c3aca868231fe503cd7254f89f1c46a9f8f66 (diff)
downloadframeworks_base-a6a7f2ffc4da6722a785ec5024fb99d67dfcedb9.zip
frameworks_base-a6a7f2ffc4da6722a785ec5024fb99d67dfcedb9.tar.gz
frameworks_base-a6a7f2ffc4da6722a785ec5024fb99d67dfcedb9.tar.bz2
Update doc wrt to android:debuggable and CheckJNI
Change-Id: Id75642440c8bc86727655debf21c47a1c228bd28
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/training/articles/perf-jni.jd4
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>