fun root()

in src/main/kotlin/com/uber/nanoscope/Adb.kt [56:58]


        fun root() {
            "adb root".run().waitFor()
        }