OSDN Git Service

Changed logging functions in bionic/logd_write.c.
authorAlexey Tarasov <tarasov@dodologics.com>
Fri, 12 Dec 2008 22:24:44 +0000 (08:24 +1000)
committerJean-Baptiste Queru <jbq@google.com>
Tue, 25 Aug 2009 17:27:26 +0000 (10:27 -0700)
commitcc05d1271680d6a7804bc89d3b1fe14c40b32396
tree9f243790eb257187c67d65b5dd025e75d2b8c81e
parent8f53951b054d5d8267f4550a4bc726e09e66fc2d
Changed logging functions in bionic/logd_write.c.

Main differences from original code:
1. now log channel for LOG_ID_MAIN may exist even if LOG_ID_RADIO
   facility failed.
2. __write_to_log_null() now acts as always successful function.
3. it's more simplier to add new logging channels now

ammended commit fixes my typo on line 130
libc/bionic/logd_write.c