ActivityManagerAliases.

AmMonitor(ICakeContext, Nullable<int>, AdbToolSettings) Method

Summary

Starts monitoring for crashes or ANRs on the target.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
ActivityManagerAliases

Syntax

public static List<string> AmMonitor(this ICakeContext context, Nullable<int> gdbPort = null, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
gdbPort Nullable<int> Gdb port to start gdbserv on when crash/ANR occurs.
settings AdbToolSettings Settings.

Return Value

Type Description
List<string> The monitor.