From f343d3df0070f2e192da0e9bc4f70f2aa38e179f Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 8 Feb 2011 11:42:32 -0800 Subject: Doc change: add diff report for API 11 Change-Id: I4cd673d1316e6f7b81ec56510029b738cd12a295 --- .../sdk/api_diff/11/changes/android.os.Debug.html | 255 +++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100644 docs/html/sdk/api_diff/11/changes/android.os.Debug.html (limited to 'docs/html/sdk/api_diff/11/changes/android.os.Debug.html') diff --git a/docs/html/sdk/api_diff/11/changes/android.os.Debug.html b/docs/html/sdk/api_diff/11/changes/android.os.Debug.html new file mode 100644 index 0000000..e246dab --- /dev/null +++ b/docs/html/sdk/api_diff/11/changes/android.os.Debug.html @@ -0,0 +1,255 @@ + + + + + + + + + +android.os.Debug + + + + + + + + + + +
+
+
+

+Class android.os.Debug +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Methods +
+ + int getGlobalExternalAllocCount() + +Now deprecated.
+
 
+ + int getGlobalExternalAllocSize() + +Now deprecated.
+
 
+ + int getGlobalExternalFreedCount() + +Now deprecated.
+
 
+ + int getGlobalExternalFreedSize() + +Now deprecated.
+
 
+ + int getThreadExternalAllocCount() + +Now deprecated.
+
 
+ + int getThreadExternalAllocSize() + +Now deprecated.
+
 
+ + void resetGlobalExternalAllocCount() + +Now deprecated.
+
 
+ + void resetGlobalExternalAllocSize() + +Now deprecated.
+
 
+ + void resetGlobalExternalFreedCount() + +Now deprecated.
+
 
+ + void resetGlobalExternalFreedSize() + +Now deprecated.
+
 
+ + void resetThreadExternalAllocCount() + +Now deprecated.
+
 
+ + void resetThreadExternalAllocSize() + +Now deprecated.
+
 
+ + int setAllocationLimit(int) + +Now deprecated.
+
 
+ + int setGlobalAllocationLimit(int) + +Now deprecated.
+
 
+  + +

+ +
+
+ + + + -- cgit v1.1