Home | History | Annotate | Download | only in setup

Lines Matching refs:log

35             self.log.info("****START: {} DEVICE INFO****".format(serial))
36 self.log.info("BOOTLOADER VERSION {}".format(d.getBuildBootloader(
38 self.log.info("BUILD HARDWARE {}".format(d.getBuildHardware()))
39 self.log.info("BUILD PRODUCT {}".format(d.getBuildProduct()))
40 self.log.info("*ENVIRONMENT DETAILS*")
41 self.log.info(pprint.pformat(d.environment()))
42 self.log.info("****END: {} DEVICE INFO****".format(serial))
52 self.log.info("Remounting device...")
57 self.log.info("Disable verity on device...")
59 self.log.info("Rebooting device...")
61 self.log.info("Remounting device...")
68 self.log.info("Enabling high level Bluetooth logging to device")
72 # Verify that the log levels have been raised
74 self.abort_all("BT log levels not set")