MISC: Added info log for the dashboard url 35/16135/1
authorkh5325.kim <kh5325.kim@samsung.com>
Fri, 7 Feb 2014 10:51:05 +0000 (19:51 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Fri, 7 Feb 2014 10:51:05 +0000 (19:51 +0900)
Added info log for the dashboard url.

Change-Id: I708ae5fcbfec701a78994561dc173f9a254a579f
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
org.tizen.common.ui/src/org/tizen/common/ui/commandbar/command/ShowStatCommand.java

index 7d43b8a..d8c73c1 100644 (file)
@@ -127,6 +127,7 @@ public class ShowStatCommand extends AbstractCommand<Object> {
                     String ad = URLEncoder.encode(RankUtil.getSubmitTimeString(recents), "UTF-8");
                     String queryString = String.format("?ht=%s&hl=%s&hd=%s&twl=%s&twd=%s&al=%s&ad=%s", submits.length, hl, hd, twl, twd, al, ad);
                     String url = getURIString("/resources/scripts/commandbar/dashboard.html") + queryString;
+                    logger.info("[commandbar] Opening dashboard... [" + url + "]");
                     browser.setUrl(url);
                 } catch (UnsupportedEncodingException e) {
                     logger.error("Failed to open a browser", e);