Settings.Secure.LoggingId Field
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.
Caution
deprecated
The Logging ID (a unique 64-bit value) as a hex string.
[Android.Runtime.Register("LOGGING_ID")]
[System.Obsolete("deprecated")]
public const string LoggingId;
[<Android.Runtime.Register("LOGGING_ID")>]
[<System.Obsolete("deprecated")>]
val mutable LoggingId : string
Field Value
- Attributes
Remarks
The Logging ID (a unique 64-bit value) as a hex string. Used as a pseudonymous identifier for logging.
This member is deprecated. This identifier is poorly initialized and has many collisions. It should not be used.
Java documentation for android.provider.Settings.Secure.LOGGING_ID
.
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.