SyncResult.ToDebugString Method

Definition

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.

Applies to