Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 023c1f4a authored by Ian Rogers's avatar Ian Rogers Committed by Android Git Automerger
Browse files

am 896ee5b6: am be4536d2: Merge "Adding matching @deprecated."

* commit '896ee5b6':
  Adding matching @deprecated.
parents 7aea41b3 896ee5b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16957,7 +16957,7 @@ package android.os {
    method public static void startMethodTracing(java.lang.String, int);
    method public static void startMethodTracing(java.lang.String, int, int);
    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 stopNativeTracing();
    method public static long threadCpuTimeNanos();
+1 −0
Original line number Diff line number Diff line
@@ -577,6 +577,7 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo
     *
     * @see #startAllocCounting()
     */
    @Deprecated
    public static void stopAllocCounting() {
        VMDebug.stopAllocCounting();
    }