profile-list: init profile-list in console mode
authorMinkee Lee <minkee.lee@samsung.com>
Wed, 3 Feb 2016 09:17:23 +0000 (18:17 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 11 Feb 2016 06:48:53 +0000 (15:48 +0900)
Change-Id: I88e6bd534b6d40c7e471601f3fb5878db74b2841
Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
src/org/tizen/emulator/manager/EmulatorManager.java

index cabaf96..f66dbeb 100755 (executable)
@@ -302,6 +302,7 @@ public class EmulatorManager {
                                // initialize VMKeeper
                                EmulatorManager.setVMKeeper(new DisposableVMKeeper());
                                EMLogger.getInstance().initLogger();
+                               ProfileList.initialize();
                                /*
                                try {
                                        FileLock lock = randomAccessFile.getChannel().tryLock();