Skip to content

Commit

Permalink
fixed: analyze flt_trace offline (#332)
Browse files Browse the repository at this point in the history
* table dump print pretty result

* Fix regression testing bugs

* Fix regression testing bugs

* Optimize logs

* Optimize logs

* Optimize logs

* fix: gather tabledump

* fix: gather tabledump

* fix analyze flt_trace offline
  • Loading branch information
Teingi authored Jul 16, 2024
1 parent 900b2e8 commit a8718bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions handler/analyzer/analyze_flt_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ def __get_offline_log_file(self, ssh_client, log_path, local_store_dir):
if self.flt_trace_id is not None and (len(log_name_list) > 0):
grep_cmd = "grep -e '{grep_args}' {log_file} > {local_store_path} ".format(grep_args=self.flt_trace_id, log_file=' '.join(log_name_list), local_store_path=local_store_path)
LocalClient(self.stdio).run(grep_cmd)
log_full_path = "{gather_path}/{log_name}".format(gather_path=log_path, log_name=self.flt_trace_id)
download_file(ssh_client, log_full_path, local_store_path, self.stdio)

def __get_log_name_list_offline(self):
"""
Expand Down

0 comments on commit a8718bc

Please sign in to comment.