/test/framework/harnesses/host_controller/build/ |
D | build_flasher.py | 105 self.device.log.info(self.device.adb.reboot_bootloader()) 108 self.device.log.info( 110 self.device.log.info(self.device.fastboot.erase('system')) 111 self.device.log.info(self.device.fastboot.flash('system', system_img)) 112 self.device.log.info(self.device.fastboot.erase('metadata')) 113 self.device.log.info(self.device.fastboot._w()) 114 self.device.log.info(self.device.fastboot.reboot()) 127 self.device.log.info(self.device.adb.reboot_bootloader()) 128 self.device.log.info(self.device.fastboot.flashall()) 148 self.device.log.info(self.device.adb.reboot_bootloader()) [all …]
|
/test/vts-testcase/nbu/src/ |
D | ble_test.py | 152 advertiser.log.info('BLE advertising started') 169 scanner.log.info('Advertiser is found') 185 scanner.log.info('BLE scanning stopped') 188 advertiser.log.info('BLE advertising stopped') 219 server.log.info('BLE server started') 229 client.log.info('BLE client connected') 262 server.log.info('BLE server started') 270 client.log.info('BLE client cancel open') 281 client.log.info('BLE client connected') 304 client.log.info('BLE client disconnected') [all …]
|
D | bluetooth_test.py | 72 self.receiver.log.info('Start Rfcomm server with name: %s uuid: %s' % 75 self.receiver.log.info('Become discoverable with name "%s" for %ds.', 78 self.initiator.log.info('Looking for Bluetooth devices.') 81 self.initiator.log.info('Target device is found. Device: %s' 87 self.initiator.log.info('Connection established') 94 self.receiver.log.info('Received correct message from the other side')
|
D | wifi_direct_test.py | 48 self.group_owner.log.info('Wifi direct channel set.') 51 self.group_owner.log.info('Wifi direct group started as a temporary group.') 56 self.station.log.info('Network is found, connecting...') 60 self.station.log.info('Connected to the network') 63 self.group_owner.log.info('Wifi direct group removed')
|
D | local_hotspot_test.py | 50 self.ap.log.info('Local hotspot started') 56 self.station.log.info('Connected to the network %s.' 62 self.ap.log.info('Wifi state restored')
|
/test/vts/runners/host/ |
D | logger.py | 146 log = logging.getLogger() 148 killTestLogger(log) 149 log.propagate = False 151 log.setLevel(logging.DEBUG) 161 log.addHandler(ch) 180 log.log_path = log_path 293 self.log = logger 297 if self.log: 298 return self.log.log_path 303 if self.log: [all …]
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowGcsLogServlet.java | 118 logger.log(Level.SEVERE, "Error on getting storage instance!"); in init() 127 logger.log(Level.SEVERE, "Error on getting storage instance!"); in init() 153 logger.log(Level.SEVERE, "Servlet Excpetion caught : ", e); in doGetHandler() 161 logger.log(Level.INFO, "Path Info => " + pathInfo); in doGetHandler() 162 logger.log(Level.WARNING, "Unknown path access!"); in doGetHandler() 192 logger.log(Level.SEVERE, "Servlet Excpetion caught : ", e); in downloadHandler() 230 logger.log(Level.INFO, "param entry => " + entry); in defaultHandler() 232 logger.log(Level.INFO, "matched !!!! " + zipEntry.getName()); in defaultHandler() 261 logger.log(Level.INFO, "path info => " + pathInfo); in defaultHandler() 262 logger.log(Level.INFO, "path name count => " + pathInfo.getNameCount()); in defaultHandler() [all …]
|
D | ShowPlanReleaseServlet.java | 148 logger.log(Level.SEVERE, "Servlet Excpetion caught : ", e); in doGetHandler() 219 logger.log(Level.INFO, "entityMap => " + entityMap); in getTestPlanDispatcher() 256 logger.log(Level.INFO, "deviceGets => " + deviceGets); in getTestPlanDispatcher() 268 logger.log(Level.INFO, "testPlanRuns => " + testPlanRuns); in getTestPlanDispatcher() 372 logger.log(Level.INFO, "pageCountTokenSet => " + pageCountTokenSet); in getTestSuiteDispatcher() 374 logger.log(Level.INFO, "list => " + testSuiteResultEntityPagination.getList()); in getTestSuiteDispatcher() 375 logger.log( in getTestSuiteDispatcher() 379 logger.log( in getTestSuiteDispatcher() 382 logger.log( in getTestSuiteDispatcher() 385 logger.log(Level.INFO, "page size => " + testSuiteResultEntityPagination.getPageSize()); in getTestSuiteDispatcher() [all …]
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | DatastoreRestServlet.java | 86 log.error("Invalid proto: " + e.getLocalizedMessage()); in doPost() 94 log.debug("accessToken => " + accessToken); in doPost() 115 log.warn("service_client_id didn't match!"); in doPost() 116 log.debug("SERVICE_CLIENT_ID => " + tokenInfo.getIssuedTo()); in doPost() 121 log.error("postMessage do not contain any accessToken!"); in doPost() 143 log.error("Missing information in report !"); in insertTestReport() 217 log.warn("Invalid coverage report in test run " + testRunKey); in insertTestReport() 230 log.warn("Invalid profiling report in test run " + testRunKey); in insertTestReport() 253 log.warn("Invalid device info in test run " + testRunKey); in insertTestReport() 288 log.warn("Invalid coverage report in test run " + testRunKey); in insertTestReport() [all …]
|
D | TestSuiteResultRestServlet.java | 68 logger.log(Level.WARNING, "Invalid proto: " + e.getLocalizedMessage()); in doPost() 76 logger.log(Level.INFO, "accessToken => " + accessToken); in doPost() 116 logger.log(Level.WARNING, "service_client_id didn't match!"); in doPost() 117 logger.log(Level.INFO, "SERVICE_CLIENT_ID => " + tokenInfo.getIssuedTo()); in doPost() 121 logger.log(Level.WARNING, "postMessage do not contain any accessToken!"); in doPost()
|
D | BigtableLegacyJsonServlet.java | 89 logger.log(Level.WARNING, "Invalid JSON: " + payload); in doPost() 118 logger.log(Level.INFO, "Deprecated verb: createTable."); in doPost() 124 logger.log( in doPost() 147 logger.log(Level.WARNING, "Missing attributes for datastore api insertRow()."); in insertData() 154 logger.log(Level.WARNING, "Invalid report posted to dashboard."); in insertData()
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 129 ad.log.exception("Failed to clean up properly.") 147 ad.log.exception("Failed to start some services, abort!") 388 self.log = AndroidDeviceLoggerAdapter(logging.getLogger(), 822 self.log.info("Taking bugreport for %s on %s", test_name, self.serial) 824 self.log.info("Bugreport for %s taken at %s", test_name, full_out_path) 1146 self.log.error(msg) 1147 self.log.exception(e) 1184 self.log.error( 1187 self.log.info("Device is in bootloader/fastbootd mode") 1190 self.log.error("Device is not in adb devices!") [all …]
|
D | adb.py | 120 def __init__(self, serial="", log=None): argument 126 self.log = log
|
/test/vti/test_serving/gae/frontend/ |
D | .gitignore | 31 /libpeerconnection.log 32 npm-debug.log 33 yarn-error.log 34 testem.log
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsSuiteTestJobServlet.java | 104 logger.log(Level.SEVERE, "Error on getting storage instance!"); in init() 124 logger.log(Level.INFO, "Yesterday is added to the process queue and processed!"); in doGet() 171 logger.log(Level.INFO, blob.getName() + " directory will be skipped!"); in doGet() 174 logger.log(Level.INFO, "filePathList contain => " + blob.getName()); in doGet() 176 logger.log(Level.INFO, blob.getName() + " endswith slash!"); in doGet() 200 logger.log(Level.WARNING, "filePath parameter is null!"); in doPost() 202 logger.log(Level.INFO, "filePath parameter => " + filePath); in doPost() 256 logger.log(Level.WARNING, "Invalid proto: " + e.getLocalizedMessage()); in doPost() 260 logger.log(Level.INFO, "suite test found in datastore!"); in doPost()
|
D | VtsAlertJobServlet.java | 262 logger.log(Level.WARNING, "Test case entity missing: " + testCaseKey); in getTestStatus() 268 logger.log(Level.WARNING, "Invalid test case run: " + testCaseRun.getKey()); in getTestStatus() 429 logger.log(Level.WARNING, "Error composing email : ", e); in getTestStatus() 443 logger.log(Level.WARNING, "Error composing email : ", e); in getTestStatus() 458 logger.log(Level.WARNING, "Error composing email : ", e); in getTestStatus() 472 logger.log(Level.WARNING, "Error composing email : ", e); in getTestStatus() 507 logger.log(Level.WARNING, "Invalid key specified: " + runKeyString); in doPost() 570 logger.log(Level.WARNING, "Retrying alert job insert: " + statusKey); in doPost() 572 logger.log(Level.SEVERE, "Exceeded alert job retries: " + statusKey); in doPost()
|
D | VtsSpreadSheetSyncServlet.java | 86 logger.log(Level.SEVERE, ioe.getMessage()); in init() 88 logger.log(Level.SEVERE, exception.getMessage()); in init() 152 logger.log(Level.WARNING, "No data found in google spreadsheet."); in doGet() 169 logger.log(Level.SEVERE, gse.getMessage()); in doGet()
|
D | VtsProfilingStatsJobServlet.java | 160 logger.log(Level.WARNING, "Invalid profiling point summary: " + e.getKey()); in updateSummaries() 206 logger.log( in updateSummaries() 226 logger.log(Level.WARNING, "Invalid key specified: " + profilingPointKeyString); in doPost() 257 logger.log( in doPost() 264 logger.log(Level.SEVERE, "Could not update profiling stats: " + profilingPointRunKey); in doPost()
|
/test/vti/dashboard/src/main/java/com/android/vts/config/ |
D | ObjectifyListener.java | 116 logger.log(Level.INFO, "Value Initialized from context."); in contextInitialized() 144 logger.log(Level.WARNING, "Admin email is not properly set. Check config file"); in contextInitialized() 153 logger.log(Level.SEVERE, e.getMessage()); in contextInitialized() 155 logger.log(Level.SEVERE, e.getMessage()); in contextInitialized() 163 logger.log(Level.INFO, "Value deleted from context."); in contextDestroyed() 180 logger.log(Level.INFO, "The user is already registered."); in createAdminUser() 185 logger.log(Level.INFO, "The user is saved successfully."); in createAdminUser()
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 144 // log for each test case. May contain multiple logs such as logcat, host log, 146 repeated LogMessage log = 101; field 246 // To specify log report. This can be used either for per-test-module 247 // log message or per-test-case log message. 249 // URL of a produced log file (e.g., stdout, stderr). 252 // Name of a log file. 255 // Content of log. Caution: do not put too much log in protobuf message, 261 // message). This can be used to store a log file or an XML (or HTML) report 318 // Log for a test module. May contain multiple logs such as logcat, host log, 320 repeated LogMessage log = 1001; field
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/ |
D | OutputUtilTest.java | 26 import com.android.tradefed.log.ITestLogger; 146 File log = new File(filename); in verify_addVtsRunnerOutputFile() local 147 mLogger.testLog(EasyMock.contains(log.getName()), EasyMock.eq(type), EasyMock.anyObject()); in verify_addVtsRunnerOutputFile() 150 mOutputUtil.addVtsRunnerOutputFile(log); in verify_addVtsRunnerOutputFile()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ConsoleReporter.java | 24 import com.android.tradefed.log.LogUtil.CLog; 182 log(format, args); in logProgress() 190 log(format, args); in logMessage() 196 private void log(String format, Object... args) { in log() method in ConsoleReporter
|
/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 110 Transport transport, bool log) { in GetHalService() argument 111 return GetHalService(fq_name.string(), instance_name, transport, log); in GetHalService() 116 Transport transport, bool log) { in GetHalService() argument 119 if (log) { in GetHalService()
|
/test/vts-testcase/nbu/src/utils/ |
D | android_base_test.py | 19 device.log.debug('No /etc/bluetooth/bt_stack.conf file found on device.') 21 device.log.debug('Content of /etc/bluetooth/bt_stack.conf: %s',
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | GcsHelper.java | 30 logger.log(Level.SEVERE, "Error GCS key file is not exiting. Check key file!"); in getStorage() 43 logger.log(Level.SEVERE, "Error on creating storage instance!"); in getStorage()
|