ActivityManagerAliases.

AmStartProfiling(ICakeContext, string, FilePath, AdbToolSettings) Method

Summary

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

Syntax

public static List<string> AmStartProfiling(this ICakeContext context, string process, FilePath outputFile, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
process string Process to profile.
outputFile FilePath Output file to save profile data to.
settings AdbToolSettings Settings.

Return Value

Type Description
List<string> The start profiling.