Lines Matching refs:f

94             f"shell su root find {self.path} -name {self.matcher}", device_id)
106 … self.internal_matchers = list(map(lambda ext: FileMatcher(path, f'{matcher}{ext}', filetype),
154 File(f'/data/local/tmp/screen.mp4', "screen_recording"),
155f'screenrecord --bit-rate 8M /data/local/tmp/screen.mp4 >/dev/null 2>&1 &\necho "ScreenRecorder st…
161 FileMatcher(WINSCOPE_DIR, f'transaction_merges_*', "transaction_merges"),
204 return f'su root service call SurfaceFlinger 1033 i32 {self.flags}'
223 … return f'su root service call SurfaceFlinger 1029 i32 {self.selectedConfigs["sfbuffersize"]}'
244 return f'su root cmd window tracing size {self.selectedConfigs["wmbuffersize"]}'
247 return f'su root cmd window tracing level {self.selectedConfigs["tracinglevel"]}'
250 return f'su root cmd window tracing {self.selectedConfigs["tracingtype"]}'
288 File(f'/data/local/tmp/wm_dump{WINSCOPE_EXT}', "window_dump"),
289 f'su root dumpsys window --proto > /data/local/tmp/wm_dump{WINSCOPE_EXT}'
292 File(f'/data/local/tmp/sf_dump{WINSCOPE_EXT}', "layers_dump"),
293 f'su root dumpsys SurfaceFlinger --proto > /data/local/tmp/sf_dump{WINSCOPE_EXT}'
491 for f in files:
492 file_type = f.get_filetype()
493 file_paths = f.get_filepaths(device_id)
498 f"Fetching file {file_path} from device to {tmp.name}")
501 log.debug(f"Deleting file {file_path} from device")
503 log.debug(f"Uploading file {tmp.name}")
673 log.debug(f"Changing trace config on device {device_id} {configType}:{configValue}")
677f"Error executing command:\n {configValue}\n\n### OUTPUT ###{out.decode('utf-8')}\n{err.decode('ut…
678 log.debug(f"Changing trace config finished on device {device_id}")
690 f"Unsupported config {requested_config}\n")
695 BadRequest(f"Trace in progress for {device_id}")
698f"Unable to acquire root privileges on the device - check the output of 'adb -s {device_id} shell …
701 log.debug(f"Starting shell {' '.join(shell)}")
713 f"Unsupported config {requested_config}\n")
717 BadRequest(f"Trace in progress for {device_id}")
720f"Unable to acquire root privileges on the device - check the output of 'adb -s {device_id} shell …
730 log.debug(f"Starting shell {' '.join(shell)}")
742 log.debug(f"Starting shell {' '.join(shell)}")