Adding logs in OnAppSelect method. 02/318702/1 accepted/tizen_unified accepted/tizen_unified_x accepted/tizen_unified_x_asan accepted/tizen/unified/20250123.005015 accepted/tizen/unified/x/20250123.015644 accepted/tizen/unified/x/asan/20250211.003205
authorazijurr <azijur.r@samsung.com>
Wed, 22 Jan 2025 10:03:40 +0000 (16:03 +0600)
committerazijurr <azijur.r@samsung.com>
Wed, 22 Jan 2025 10:08:12 +0000 (16:08 +0600)
[Cause & Measure]
OnAppSelect is called when we click an app on the TaskBar. So, this can be used to track the start of app launch time.

Change-Id: Ib8da765f1d2858f235715788fd06b20a20d654a7
Signed-off-by: azijurr <azijur.r@samsung.com>
TaskBar/Models/AppInfoModel.cs
packaging/org.tizen.taskbar-1.0.1.tpk

index dbaed87efdb07c786c1380368a8eea8424d0cd68..6bbc9a34bf76b836ac852476fb1ecc6b5c642349 100644 (file)
@@ -21,7 +21,6 @@ using Tizen.Applications.NotificationEventListener;
 using Tizen.NUI.Binding;
 using TaskBar.Common;
 using TaskBar.Core;
-using TaskBar.TextResources;
 
 namespace TaskBar.Models
 {
@@ -112,6 +111,7 @@ namespace TaskBar.Models
             }
             else
             {
+                Tizen.Log.Debug(Resources.LogTag, $"APP_ICON_CLICKED for {ApplicationId}");
                 TaskBarAppsLauncher.LaunchApplication(ApplicationId);
             }
             if (Name == "notifications")
index 3213123483e8f892e2badd9256aa370ebcc049da..9ef6647b73ea432a4fb917a8721ba62119f65bbc 100644 (file)
Binary files a/packaging/org.tizen.taskbar-1.0.1.tpk and b/packaging/org.tizen.taskbar-1.0.1.tpk differ