[Wearable] Fix crash issue : initialize e-dbus 68/99068/2
authorGeunsun, Lee <gs86.lee@samsung.com>
Tue, 22 Nov 2016 00:03:38 +0000 (09:03 +0900)
committerGeunsun, Lee <gs86.lee@samsung.com>
Tue, 22 Nov 2016 00:10:16 +0000 (09:10 +0900)
Change-Id: I453b7f8c8e853be549ab458550edb4ca950e9551

src/wearable/starter.c

index 0a3a5a9..d2c3cef 100755 (executable)
@@ -157,6 +157,8 @@ static void _init(void)
        status_active_register_cb(STATUS_ACTIVE_KEY_SYSMAN_POWER_OFF_STATUS, _power_off_cb, NULL);
        status_active_register_cb(STATUS_ACTIVE_KEY_LANGSET, _change_language_cb, NULL);
 
+       e_dbus_init();
+
        /* Tells the service manager that service startup is finished */
        sd_notify(0, "READY=1");