ProfilingTrigger.TriggerTypeKillRecents 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 removing it in the Recents screen.

[Android.Runtime.Register("TRIGGER_TYPE_KILL_RECENTS", 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 TriggerTypeKillRecents = 5;
[<Android.Runtime.Register("TRIGGER_TYPE_KILL_RECENTS", 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 TriggerTypeKillRecents : Android.OS.ProfilingTriggerType

Field Value

Value = 5
Attributes

Remarks

Trigger occurs when an app is killed due to the user removing it in the Recents screen.

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

Java documentation for android.os.ProfilingTrigger.TRIGGER_TYPE_KILL_RECENTS.

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