ProfilingTrigger.TriggerTypeKillTaskManager Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.

Trigger occurs when an app is killed due to the user clicking the "Stop" button for the application in Task Manager.

[Android.Runtime.Register("TRIGGER_TYPE_KILL_TASK_MANAGER", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.", true)]
public const Android.OS.ProfilingTriggerType TriggerTypeKillTaskManager = 6;
[<Android.Runtime.Register("TRIGGER_TYPE_KILL_TASK_MANAGER", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.", true)>]
val mutable TriggerTypeKillTaskManager : Android.OS.ProfilingTriggerType

Field Value

Value = 6
Attributes

Remarks

Trigger occurs when an app is killed due to the user clicking the "Stop" button for the application in Task Manager.

System will provide a snapshot of a running system trace in response to this trigger.

Java documentation for android.os.ProfilingTrigger.TRIGGER_TYPE_KILL_TASK_MANAGER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to