On 10/26/2017 10:55 AM, Jonas Bonn wrote:
On 10/26/2017 10:48 AM, Eswaran Vinothkumar (BEG/PJ-IOT-EL) wrote:

May I know is there any config option to disable the signal handler in Ofono.

No, there's not... you need to hack it out of the code. Search for the following line in src/main.c:

signal = setup_signalfd();

and comment it out.  I think that's sufficient...

Sorry, that was wrong. It's signal_setup() in src/log.c that needs to be adjusted. Just put a 'return' at the beginning of that function so that it becomes a no-op.

/Jonas

_______________________________________________
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to