StatsLog.LogStart(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.