From a8f9ed05567d7f3ee0286eeafebfb2d9877c1038 Mon Sep 17 00:00:00 2001 From: jihye kim Date: Tue, 30 Jul 2013 11:44:58 +0900 Subject: [PATCH] [Title] event-injector: modify sdb lib api [Desc.] modify sdb lib api [Issue] N/A Change-Id: I8e093ee3418c5f835bb7422d1794e7cce6f7a798 Signed-off-by: jihye kim --- ei-library/src/org/tizen/eilib/connection/EmulatorList.java | 2 +- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ei-library/src/org/tizen/eilib/connection/EmulatorList.java b/ei-library/src/org/tizen/eilib/connection/EmulatorList.java index 3b01248..cf13f9f 100644 --- a/ei-library/src/org/tizen/eilib/connection/EmulatorList.java +++ b/ei-library/src/org/tizen/eilib/connection/EmulatorList.java @@ -85,7 +85,7 @@ public class EmulatorList implements IDeviceChangeListener { SmartDevelopmentBridge.createBridge(SDKInstallPathConfig.getSDBPath(), true); SmartDevelopmentBridge sdbBridge = SmartDevelopmentBridge.getBridge(); - SmartDevelopmentBridge.addDeviceChangeListener(this); + SmartDevelopmentBridge.addDeviceChangeListener(this, true); while (!sdbBridge.isDeviceListInitialized()) { synchronized(this) { diff --git a/package/changelog b/package/changelog index 2b3295d..bbcf758 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.1.7 +- modify sdb lig api +== jihye1128.kim 2013-07-30 * 2.1.6 - version up == jihye1128.kim 2013-06-10 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 982f225..8df1a8e 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Source: event-injector -Version: 2.1.6 +Version: 2.1.7 Maintainer: Yeong-Kyoon Lee Package: eventinjector-cli -- 2.7.4