This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Android.Adb.
Summary
Stops profiling on the target.
Syntax
public static List<string> AmStopProfiling(this ICakeContext context, string process, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
process |
string |
Process to stop profiling. |
settings |
AdbToolSettings |
Settings. |
Return Value
Type |
Description |
List<string> |
The stop profiling. |