sof/tools/logger
Kai Vehmanen e14ab7088b tools: logger: fix parsing of -s argument
Fix logic for saving the snapshot file argument. getopt()
is called at least once after snapshot option is parsed and
getopt() will erase the optarg value when exiting the while
loop. Without this patch, argument is always NULL and snapshot
cannot be taken.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
2019-04-15 16:25:39 +01:00
..
CMakeLists.txt cmake: tools: install targets 2019-02-14 18:00:26 +00:00
convert.c tools: logger: ignore end-of-file in trace mode 2019-04-11 10:29:54 +02:00
convert.h tools: logger: added less formatted output mode 2019-04-01 11:37:57 +02:00
logger.c tools: logger: fix parsing of -s argument 2019-04-15 16:25:39 +01:00