commit | 96deecd2546cae81e71bb66ec18e778f2549a714 | [log] [tgz] |
---|---|---|
author | Skylar Chang <chiaweic@codeaurora.org> | Thu Jun 26 05:22:02 2014 -0700 |
committer | Skylar Chang <chiaweic@codeaurora.org> | Thu Jun 26 05:24:50 2014 -0700 |
tree | d9b6529584ab4803de7d0d1ac858bebbd51ce655 | |
parent | 62ce01933dc261c07ad3e83a38ab73ca5500ab66 [diff] |
IPANAT: remove the syslog usage Recently we found in android platform, the syslog will open lots of sockets and not close them correctly. Eventually it will exceed the max file descriptor each process could open, then leading crash. The cahnge is to avoid using syslog to log message. Change-Id: Ib7e2a669d1f0f56528d00e2cef9b10e51e04b4b0