Bug fix: can not launch emulator manager
authorjihye424.kim <jihye424.kim@samsung.com>
Tue, 19 May 2015 09:03:42 +0000 (18:03 +0900)
committerjihye424.kim <jihye424.kim@samsung.com>
Tue, 19 May 2015 10:08:33 +0000 (19:08 +0900)
commit605200aa9ca77fb8b95228283dd84483f81d3b35
treeded4aec8b3717e83dfa71b74caa780205617ad72
parent85a7b181c16bb5c6e826ea2edb9e625b19470fb3
Bug fix: can not launch emulator manager

- If there are vms created emulator manager before version 2.4
  emulator manager is not launched because of null pointer exception
- fix
  1. add null checking option
  2. change platform name to empty string from null

Change-Id: If2581b75981a30d7633f8769b04bdf0b229bcecd
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
src/org/tizen/emulator/manager/platform/Profile.java
src/org/tizen/emulator/manager/platform/ProfileList.java
src/org/tizen/emulator/manager/vms/VMProperty.java