Compartir a través de


StatsLog.LogStart(Int32) Method

Definition

Logs a start event.

[Android.Runtime.Register("logStart", "(I)Z", "", ApiSince=28)]
public static bool LogStart (int label);
[<Android.Runtime.Register("logStart", "(I)Z", "", ApiSince=28)>]
static member LogStart : int -> bool

Parameters

label
Int32

developer-chosen label.

Returns

True if the log request was sent to statsd.

Attributes

Remarks

Logs a start event.

Java documentation for android.util.StatsLog.logStart(int).

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