fun logBundleBreakdown()

in toolargetool/src/main/java/com/gu/toolargetool/TooLargeTool.kt [36:38]


    fun logBundleBreakdown(tag: String, bundle: Bundle) {
        Log.println(Log.DEBUG, tag, bundleBreakdown(bundle))
    }