Share via


StatsLog.LogStop(Int32) Method

Definition

Logs a stop event.

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

Parameters

label
Int32

developer-chosen label.

Returns

True if the log request was sent to statsd.

Attributes

Remarks

Logs a stop event.

Java documentation for android.util.StatsLog.logStop(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