[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>
using Tizen.NUI.Binding;
using TaskBar.Common;
using TaskBar.Core;
-using TaskBar.TextResources;
namespace TaskBar.Models
{
}
else
{
+ Tizen.Log.Debug(Resources.LogTag, $"APP_ICON_CLICKED for {ApplicationId}");
TaskBarAppsLauncher.LaunchApplication(ApplicationId);
}
if (Name == "notifications")