[Dnsmasq-discuss] dnsmasq interaction with Android logcat

2014-11-18 Thread Bruno De Paoli
I'm running dnsmasq on an Android Gingerbread platform. When I start dnsmasq via the Android service utility I discovered that a significant number of entries are missing from the logcat output. Only a small number at the start are in the log. Also if I enter 'logcat -c' then the log is

Re: [Dnsmasq-discuss] dnsmasq interaction with Android logcat

2014-11-18 Thread Simon Kelley
Not sure what's happening here, but the use of logwrapper is rather strange. As I understand it that logs whatever the child process send to stdout. But dnsmasq has a proper logging system which is aware of the android logging system and calls __android_log_vprint() (look for ANDROID in src/log.c