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

Commit 8fee5c85 authored by Justin Koh's avatar Justin Koh
Browse files

Hide startMethodTracingSampling DO NOT MERGE

Bug: 14116162
Change-Id: I68470f02a2b6c2f0d9a1cb52bb4b7eeea10b43cf
parent 1e822a8f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17717,7 +17717,6 @@ package android.os {
    method public static void startMethodTracing(java.lang.String);
    method public static void startMethodTracing(java.lang.String, int);
    method public static void startMethodTracing(java.lang.String, int, int);
    method public static void startMethodTracingSampling(java.lang.String, int, int);
    method public static void startNativeTracing();
    method public static deprecated void stopAllocCounting();
    method public static void stopMethodTracing();
+1 −0
Original line number Diff line number Diff line
@@ -657,6 +657,7 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo
     * If the trace file given does not end in ".trace", it will be appended for you.
     * @param bufferSize    The maximum amount of trace data we gather. If not given, it defaults to 8MB.
     * @param intervalUs    The amount of time between each sample in microseconds.
     * @hide
     */
    public static void startMethodTracingSampling(String traceName,
        int bufferSize, int intervalUs) {