To remove debug argv, the launchpad should call PrepareDebugger() method.
Change-Id: Iaf8964548bae452686e75fdd9a0d6efdc02e6620
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
pid_t AppExecutor::Execute(const AppInfo* app_info) {
auto& b = const_cast<tizen_base::Bundle&>(app_info->GetBundle());
- if (b.GetType(kAulSdk) != BUNDLE_TYPE_NONE)
- Debug::GetInst().PrepareDebugger(b);
+ Debug::GetInst().PrepareDebugger(b);
auto app_args =
CreateAppArgv(app_info->GetAppPath(), b, app_info->GetAppType());