c++ - Separate STDOUT noise from ncurses -


i trying run ncurses gui application on arm board. running using serial console ttyama0 port. when run ncurses program, other processes running in background print debug messages i.e qdebub, qwarning stdout i.e on gui layout , hence results in noise. think problem because processes using same console device.

so there command line or programmatic solution problem not see other process' stdout on ncurses gui ?

p.s: have tried gnu screen , gdb solution , work fine. want alternative solution this


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -