Enabling verbose debugging in Netd I get these:
I/Netd ( 1687): Netd 1.0 starting
V/BandwidthController( 1687): runCommands(): 7 commands
V/BandwidthController( 1687): runIpxtablesCmd: <-F bw_INPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-F bw_OUTPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-F bw_FORWARD>
V/BandwidthController( 1687): runIpxtablesCmd: <-F penalty_box>
V/BandwidthController( 1687): runIpxtablesCmd: <-F costly_shared>
V/BandwidthController( 1687): runIpxtablesCmd: <-t raw -F bw_raw_PREROUTING>
V/BandwidthController( 1687): runIpxtablesCmd: <-t mangle -F bw_mangle_POSTROUTING>
V/BandwidthController( 1687): runCommands(): 12 commands
V/BandwidthController( 1687): runIpxtablesCmd: <-D INPUT -j bw_INPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-D OUTPUT -j bw_OUTPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-D FORWARD -j bw_FORWARD>
V/BandwidthController( 1687): runIpxtablesCmd: <-t raw -D bw_raw_PREROUTING>
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/iptables -t raw -D bw_raw_PREROUTING res=256
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/ip6tables -t raw -D bw_raw_PREROUTING res=256
V/BandwidthController( 1687): runIpxtablesCmd: <-t mangle -D bw_mangle_POSTROUTING>
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/iptables -t mangle -D bw_mangle_POSTROUTING res=256
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/ip6tables -t mangle -D bw_mangle_POSTROUTING res=256
V/BandwidthController( 1687): runIpxtablesCmd: <-X bw_INPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-X bw_OUTPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-X bw_FORWARD>
V/BandwidthController( 1687): runIpxtablesCmd: <-X penalty_box>
V/BandwidthController( 1687): runIpxtablesCmd: <-X costly_shared>
V/BandwidthController( 1687): runIpxtablesCmd: <-t raw -X bw_raw_PREROUTING>
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/iptables -t raw -X bw_raw_PREROUTING res=256
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/ip6tables -t raw -X bw_raw_PREROUTING res=256
V/BandwidthController( 1687): runIpxtablesCmd: <-t mangle -X bw_mangle_POSTROUTING>
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/iptables -t mangle -X bw_mangle_POSTROUTING res=256
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/ip6tables -t mangle -X bw_mangle_POSTROUTING res=256
V/BandwidthController( 1687): runCommands(): 12 commands
V/BandwidthController( 1687): runIpxtablesCmd: <-N bw_INPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-A INPUT -j bw_INPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-N bw_OUTPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-A OUTPUT -j bw_OUTPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-N bw_FORWARD>
V/BandwidthController( 1687): runIpxtablesCmd: <-I FORWARD -j bw_FORWARD>
V/BandwidthController( 1687): runIpxtablesCmd: <-N costly_shared>
V/BandwidthController( 1687): runIpxtablesCmd: <-N penalty_box>
V/BandwidthController( 1687): runIpxtablesCmd: <-t raw -N bw_raw_PREROUTING>
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/iptables -t raw -N bw_raw_PREROUTING res=256
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/ip6tables -t raw -N bw_raw_PREROUTING res=256
V/BandwidthController( 1687): runCommands(): 7 commands
V/BandwidthController( 1687): runIpxtablesCmd: <-F bw_INPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-F bw_OUTPUT>
V/BandwidthController( 1687): runIpxtablesCmd: <-F bw_FORWARD>
V/BandwidthController( 1687): runIpxtablesCmd: <-F penalty_box>
V/BandwidthController( 1687): runIpxtablesCmd: <-F costly_shared>
V/BandwidthController( 1687): runIpxtablesCmd: <-t raw -F bw_raw_PREROUTING>
V/BandwidthController( 1687): runIpxtablesCmd: <-t mangle -F bw_mangle_POSTROUTING>
V/BandwidthController( 1687): runCommands(): 7 commands
V/BandwidthController( 1687): runIpxtablesCmd: <-A bw_INPUT -i lo --jump RETURN>
V/BandwidthController( 1687): runIpxtablesCmd: <-A bw_INPUT -m owner --socket-exists>
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/iptables -A bw_INPUT -m owner --socket-exists res=256
E/BandwidthController( 1687): runIptablesCmd(): failed /system/bin/ip6tables -A bw_INPUT -m owner --socket-exists res=256
D/Netd ( 1687): NetlinkHandler start
D/Netd ( 1687): NetlinkHandler start
D/Netd ( 1687): NetlinkHandler start
D/MDnsDS ( 1687): MDnsSdListener::Hander starting up
E/Netd ( 1687): Unable to start MDnsSdListener (Invalid argument)
E/SocketListener( 1687): Obtaining file descriptor socket 'mdns' failed: Invalid argument
On Friday, 7 September 2012 09:07:47 UTC-7, Fabio Fumi wrote: