Język

ProfilingManager.AddAllProfilingTriggers Method

Definition

Register this process for all triggers.

[Android.Runtime.Register("addAllProfilingTriggers", "()V", "", ApiSince=36)]
public void AddAllProfilingTriggers();
[<Android.Runtime.Register("addAllProfilingTriggers", "()V", "", ApiSince=36)>]
member this.AddAllProfilingTriggers : unit -> unit
Attributes

Remarks

Register this process for all triggers.

Registering for all triggers is in addition to any specific triggers registered. Any triggers already registered when this is called, along with their parameters, will not be impacted. Any triggers specifically registered after calling this, along with any parameters set on them, will take precedence over what is set here.

See #addProfilingTriggers for more on triggers.

Java documentation for android.os.ProfilingManager.addAllProfilingTriggers().

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