summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-01-07 14:45:18 +0000
committerJose Fonseca <jfonseca@vmware.com>2016-01-07 14:45:47 +0000
commit5e96ed318db1ba8037eb402724bc052240ac9e05 (patch)
treea408193ba2a268a42b87330cfbdfe1938e6bd1c8
parentfdb59969e90cf1346760d2e5743bc8908e0724ba (diff)
docs: Drop note about Android 2.x.
According to http://developer.android.com/about/dashboards/index.html only 3.2% of users out there for Android 2.x. [ci skip]
-rw-r--r--docs/Dalvik.markdown11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/Dalvik.markdown b/docs/Dalvik.markdown
index b970e385..6f3bb244 100644
--- a/docs/Dalvik.markdown
+++ b/docs/Dalvik.markdown
@@ -43,14 +43,3 @@ are saved into `/data/data/$PROCNAME` directory by default:
adb pull /data/data/$PROCNAME/$PROCNAME.trace
adb shell rm /data/data/$PROCNAME/$PROCNAME.trace
-
-
-## Tracing on Android pre-4.0 ##
-
-`LD_PRELOAD` is supported since Android 2.3 "Gingerbread" and newer, but
-injecting tracing library globally is no longer supported, as the
-`debug.apitrace.procname` system property is no longer honored.
-
-Consider checking out an
-[older commit](https://github.com/apitrace/apitrace/commit/888112983ef9564b3a9d15699faa17c337d3942b)
-if you need to trace on Android pre-4.0.