Adding matching @deprecated.
Bug: 8657266
(Cherry-pick of c2a3adbd56)
Change-Id: Idbd22dc647f11441d15da12eb23723539768cf4c
This commit is contained in:
@@ -16949,7 +16949,7 @@ package android.os {
|
|||||||
method public static void startMethodTracing(java.lang.String, int);
|
method public static void startMethodTracing(java.lang.String, int);
|
||||||
method public static void startMethodTracing(java.lang.String, int, int);
|
method public static void startMethodTracing(java.lang.String, int, int);
|
||||||
method public static void startNativeTracing();
|
method public static void startNativeTracing();
|
||||||
method public static void stopAllocCounting();
|
method public static deprecated void stopAllocCounting();
|
||||||
method public static void stopMethodTracing();
|
method public static void stopMethodTracing();
|
||||||
method public static void stopNativeTracing();
|
method public static void stopNativeTracing();
|
||||||
method public static long threadCpuTimeNanos();
|
method public static long threadCpuTimeNanos();
|
||||||
|
|||||||
@@ -577,6 +577,7 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo
|
|||||||
*
|
*
|
||||||
* @see #startAllocCounting()
|
* @see #startAllocCounting()
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public static void stopAllocCounting() {
|
public static void stopAllocCounting() {
|
||||||
VMDebug.stopAllocCounting();
|
VMDebug.stopAllocCounting();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user