Searched refs:logcat_cmd (Results 1 – 2 of 2) sorted by relevance
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 831 static const char logcat_cmd[] = logcat_executable in TEST() local 834 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() 835 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir); in TEST() 890 static const char logcat_cmd[] = in TEST() local 893 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST() 894 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir, log_filename); in TEST() 945 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir, log_filename); in TEST() 1016 static const char logcat_cmd[] = in TEST() local 1020 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + in TEST() 1025 snprintf(command, sizeof(command) - sizeof(clear_cmd), logcat_cmd, in TEST() [all …]
|
/system/bt/gd/cert/ |
D | gd_device.py | 451 …self.logcat_cmd = ["adb", "-s", self.serial_number, "logcat", "-T", "1", "-v", "year", "-v", "uid"] 452 logging.debug("Running %s", " ".join(self.logcat_cmd)) 454 … self.logcat_cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, universal_newlines=True) 455 …assert_true(self.logcat_process, msg="Cannot start logcat_process at " + " ".join(self.logcat_cmd)) 458 msg="logcat_process stopped immediately after running " + " ".join(self.logcat_cmd))
|