@ThreadSafe public final class BundlePrinter extends Object
Bundle to a String.| Modifier and Type | Method and Description |
|---|---|
static String |
toString(Bundle bundle)
Convert a Bundle into a string representation.
|
public static String toString(Bundle bundle)
Note: This method's behavior is undefined for cyclic Bundles.
bundle - Bundle to convert to a string.bundle. If the bundle is null, returns the
string "null." If the bundle needed to be scrubbed as per BundleScrubber, then returns the string "bad." If
the bundle is empty, then returns the string "empty."