SyncResult.ToDebugString 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.
Generates a debugging string indicating the status.
[Android.Runtime.Register("toDebugString", "()Ljava/lang/String;", "")]
public string? ToDebugString ();
[<Android.Runtime.Register("toDebugString", "()Ljava/lang/String;", "")>]
member this.ToDebugString : unit -> string
Returns
debugging string.
- Attributes
Remarks
Generates a debugging string indicating the status. The string consist of a sequence of code letter followed by the count. Code letters are f - fullSyncRequested, r - partialSyncUnavailable, X - hardError, e - numParseExceptions, c - numConflictDetectedExceptions, a - numAuthExceptions, D - tooManyDeletions, R - tooManyRetries, b - databaseError, x - softError, l - syncAlreadyInProgress, I - numIoExceptions
Java documentation for android.content.SyncResult.toDebugString()
.
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.