EFForg/crocodilehunter

stderr should be printed in addition to stdout when srsLTE has died

Open

#80 opened on Jun 20, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (149 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,059 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now when crocodilehunter detects srsLTE has died it prints an error and the last few lines of stdout from the process. However, in some cases stderr of the srsLTE process has the more useful information. It shouldn't be too hard to print both of them.

Contributor guide