ActivityManagerAliases.

AmStopProfiling(ICakeContext, string, AdbToolSettings) Method

Summary

Stops profiling on the target.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
ActivityManagerAliases

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.