The scenario is as follows:
On a Linux-based handheld device, I have a C application that has dbus APIs ready to be called by third-party applications. The DBus API is called at boot time.
Is there any system API that I can use in my functions to print the caller ID and save it to syslog?
Thanks in advance!
source share