summaryrefslogtreecommitdiff
path: root/api/current.xml
diff options
context:
space:
mode:
author Brad Fitzpatrick <bradfitz@android.com> 2011-01-19 00:10:58 -0800
committer Brad Fitzpatrick <bradfitz@android.com> 2011-01-19 14:52:08 -0800
commitbfbe5771106a07f9c8e8685e402b1003db40526f (patch)
treeae601d0c417906b9b35cf76cff18040e0bab8376 /api/current.xml
parent8e7d626385eef104d52aa9080b70395ca840a0cd (diff)
StrictMode: class instance limits (track object "leaks")
Change-Id: I2db5a19060c2013078feb88a91caf655469b2f98
Diffstat (limited to 'api/current.xml')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 73581f16e829..b85c57bce8a4 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -146771,6 +146771,17 @@
visibility="public"
>
</method>
+<method name="detectActivityLeaks"
+ return="android.os.StrictMode.VmPolicy.Builder"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="detectAll"
return="android.os.StrictMode.VmPolicy.Builder"
abstract="false"