SyncResult.ToDebugString 方法

定义

生成指示状态的调试字符串。

[Android.Runtime.Register("toDebugString", "()Ljava/lang/String;", "")]
public string? ToDebugString();
[<Android.Runtime.Register("toDebugString", "()Ljava/lang/String;", "")>]
member this.ToDebugString : unit -> string

返回

调试字符串。

属性

注解

生成指示状态的调试字符串。 字符串由一系列代码字母组成,后跟计数。 代码字母为 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文档android.content.SyncResult.toDebugString()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于