There might be more than one running module with the same name.
In this case we get a callback onFoundProcess() triggered more than once.
But the issue is, the command line parameters are printed out correclty only in the first callback:
|
currentArg += printf( "%s ", currentArg ); |
There might be more than one running module with the same name.
In this case we get a callback onFoundProcess() triggered more than once.
But the issue is, the command line parameters are printed out correclty only in the first callback:
get_linux_process_id/example/test/test.c
Line 39 in f8a7020