Initialize application path 52/168352/3
authorjinwoo jeong <jw00.jeong@samsung.com>
Fri, 26 Jan 2018 04:12:51 +0000 (13:12 +0900)
committerjaekuk lee <juku1999@samsung.com>
Mon, 26 Feb 2018 06:50:45 +0000 (06:50 +0000)
commitd1ee0cb4bdbd0b28f6543ae0dab37c70b6fb0fb1
treed864b302dd59e3c732fd05f97377087af6c922ee
parentb933d88e0f1e24a807c56088498f863080a7eaaf
Initialize application path

When the main process forks a zygote process, it refer to a file that
executes itself.
Thus if current process is started from wrt-loader, forked process also
will start from wrt-loader. To prevent this situation, we need to
specify a starting point.

Change-Id: Ib67aacd1cfee415c824166a7278f4c673b987622
Signed-off-by: jinwoo jeong <jw00.jeong@samsung.com>
atom/app/atom_main_delegate.cc