eeze: Make eeze sensor log domain private and use different ones for the modules
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 26 Mar 2013 08:43:16 +0000 (08:43 +0000)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 26 Mar 2013 09:33:59 +0000 (09:33 +0000)
commit394fa35356f3884b447a6ddf36f34a21b903c65c
tree068878c29af4ec878b048dcb729444e61199557c
parent948d7e3743ece5e4abbdd522771880f3c33e50e6
eeze: Make eeze sensor log domain private and use different ones for the modules

The main eeze sensor log domain was EAPI as it was used in the modules as well.
(Gives some nice runtime error when loading the shared object). Switch to different
domains for the module and make the main domain private.

Spotted by zmike.
src/lib/eeze/eeze_main.c
src/modules/eeze/sensor/fake/fake.c
src/modules/eeze/sensor/tizen/tizen.c