[Tizen] Fix crash issue when mArgc / mArgv is null at Tizen 10/279210/1 accepted/tizen/unified/20220804.041712 submit/tizen/20220802.150808 submit/tizen/20220803.120627
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 3 Aug 2022 10:58:34 +0000 (19:58 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 3 Aug 2022 11:23:26 +0000 (20:23 +0900)
commit31927fe22b8d88422b79b897f11c377a52698c9e
tree116288a8a7c8675f76c5ded601068e95768b4c9a
parent3fdf49bd1365e38c87843fce331865a6469950b4
[Tizen] Fix crash issue when mArgc / mArgv is null at Tizen

Only for tizen case, we should use at least one argments.
But if application created by dotnet launcher, It could be nullptr.

Other platform (like ubuntu / windows / etc..) don't need to add
dummy Arguments. So here, we try to attach some dummy arguments
only for tizen platform case.

Change-Id: Ib02a181e8579966ae2e9600bb27eecd040032c1d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/adaptor/tizen-wayland/framework-tizen.cpp