[android-porting] Re: Android 5.1.1,how to enable Ethernet network?

2015-10-27 Thread Vishal Mahaveer
Hi, I don't have an Ethernet UI, but I have internet working on Ethernet. Check if you have ethernet defined in "networkAttributes" and "radioAttributes" in frameworks config file. device///overlay/frameworks/base/core/res/res/values/config.xml Also make sure you have dhpcpcd_eth0 service defin

Re: [android-porting] Logcat log easy get lost

2015-10-27 Thread yu wang
Hi Mark, Thanks for your quick response. I will loop my colleague and my work email in this thread to continue discuss. After debug we found that the LogListener designed to use datagram socket type. Code and init.rc as following: system/core/logd/LogListener.cpp int LogListener::getLogSocket()