Skip to content

Commit 64c587c

Browse files
committed
pcm-raw: include signal handler call output to the log
Change-Id: Ifed9f1ab728ff16461872ecc59f9ceb76c600bac
1 parent 888079a commit 64c587c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pcm-raw.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,15 +1732,14 @@ void printAll(const PCM::RawPMUConfigs& curPMUConfigs,
17321732

17331733
int main(int argc, char* argv[])
17341734
{
1735-
set_signal_handlers();
1736-
17371735
parseParam(argc, argv, "out", [](const char* p) {
17381736
const string filename{ p };
17391737
if (!filename.empty()) {
17401738
PCM::setOutput(filename, true);
17411739
}
17421740
});
17431741

1742+
set_signal_handlers();
17441743
set_real_time_priority(true);
17451744

17461745
#ifdef PCM_FORCE_SILENT

0 commit comments

Comments
 (0)