From: huiyueun <35286162+huiyueun@users.noreply.github.com> Date: Fri, 24 May 2019 09:01:29 +0000 (+0900) Subject: [NUI] Add Registry return (#831) X-Git-Tag: 5.5_M2~206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4be53fa1b1895d5f58abbb67209c30e49ba155bb;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Add Registry return (#831) Signed-off-by: huiyu.eun --- diff --git a/src/Tizen.NUI/src/internal/Registry.cs b/src/Tizen.NUI/src/internal/Registry.cs index c4e743a..1f951a2 100755 --- a/src/Tizen.NUI/src/internal/Registry.cs +++ b/src/Tizen.NUI/src/internal/Registry.cs @@ -160,7 +160,6 @@ namespace Tizen.NUI { Tizen.Log.Fatal("NUI", $"Error! maybe main thread is created by other process\n"); return; - //throw new global::System.ApplicationException("Error! maybe main thread is created by other process"); } int currentId = Thread.CurrentThread.ManagedThreadId; int mainThreadId = savedApplicationThread.ManagedThreadId;