fun logBundleBreakdown()

in toolargetool/src/main/java/com/gu/toolargetool/TooLargeTool.kt [48:50]


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