am bebfcb93: Merge "Hide startMethodTracingSampling DO NOT MERGE" into klp-modular-dev
* commit 'bebfcb93ef97095a7caa1f80a0b1b05a04e9fd8c': Hide startMethodTracingSampling DO NOT MERGE
This commit is contained in:
@@ -17701,7 +17701,6 @@ package android.os {
|
|||||||
method public static void startMethodTracing(java.lang.String);
|
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);
|
||||||
method public static void startMethodTracing(java.lang.String, int, 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 void startNativeTracing();
|
||||||
method public static deprecated void stopAllocCounting();
|
method public static deprecated void stopAllocCounting();
|
||||||
method public static void stopMethodTracing();
|
method public static void stopMethodTracing();
|
||||||
|
|||||||
@@ -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.
|
* 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 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.
|
* @param intervalUs The amount of time between each sample in microseconds.
|
||||||
|
* @hide
|
||||||
*/
|
*/
|
||||||
public static void startMethodTracingSampling(String traceName,
|
public static void startMethodTracingSampling(String traceName,
|
||||||
int bufferSize, int intervalUs) {
|
int bufferSize, int intervalUs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user