Signed-off-by: munkyu.im <munkyu.im@samsung.com>
TRACE("----------------------------------------\n");
+ if (strcmp(command, "2\n" ) == 0) {
+ TRACE("command:%s\n", command);
+ notify_sdb_daemon_start();
+ }
if (strcmp(command, "3\n" ) == 0) {
TRACE("command:%s\n", command);
notify_sensor_daemon_start();
shellItem.addSelectionListener(new SelectionAdapter() {
@Override
public void widgetSelected(SelectionEvent e) {
- if (!communicator.isSensorDaemonStarted()) {
+ if (!communicator.isSdbDaemonStarted()) {
SkinUtil.openMessage(shell, null, "SDB is not ready.\n" +
"Please wait until the emulator is completely boot up.",
SWT.ICON_WARNING, config);