Apply newly released Log View and Remove Connection Explorer View. 51/153851/5
authorsujin921.kim <sujin921.kim@samsung.com>
Tue, 10 Oct 2017 00:26:40 +0000 (09:26 +0900)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 10 Oct 2017 06:17:50 +0000 (09:17 +0300)
- Introduce the newly released UX of Log View.
- Disabled Connection Explorer.

PS2: Reviewed
PS5: Connection Explorer topic removal

Change-Id: I63d747ee40e59183b8ce877ac491e1bdb6c83a3e

33 files changed:
org.tizen.devtools/html/common_tools/tools_common.htm
org.tizen.devtools/html/index.htm
org.tizen.devtools/index.xml
org.tizen.studio/html/common_tools/connection_explorer_view.htm [deleted file]
org.tizen.studio/html/common_tools/log_view.htm
org.tizen.studio/html/images/conn_explorer_connection.png [deleted file]
org.tizen.studio/html/images/conn_explorer_icon1.png [deleted file]
org.tizen.studio/html/images/conn_explorer_icon2.png [deleted file]
org.tizen.studio/html/images/conn_explorer_icon3.png [deleted file]
org.tizen.studio/html/images/log_view.png
org.tizen.studio/html/images/log_view_clear_logs_icon.png [new file with mode: 0644]
org.tizen.studio/html/images/log_view_edit_tab_icon.png [new file with mode: 0644]
org.tizen.studio/html/images/log_view_export_logs_icon.png [new file with mode: 0644]
org.tizen.studio/html/images/log_view_fields.png [deleted file]
org.tizen.studio/html/images/log_view_icon.png [deleted file]
org.tizen.studio/html/images/log_view_icon_clear.png [deleted file]
org.tizen.studio/html/images/log_view_icon_export.png [deleted file]
org.tizen.studio/html/images/log_view_icon_lock.png [deleted file]
org.tizen.studio/html/images/log_view_icon_remove_tab.png [deleted file]
org.tizen.studio/html/index.htm
org.tizen.studio/html/native_tools/cover_native_n.htm
org.tizen.studio/html/native_tools/cover_run_test_n.htm
org.tizen.studio/html/web_tools/cover_run_test_w.htm
org.tizen.studio/html/web_tools/cover_web_w.htm
org.tizen.studio/index.xml
org.tizen.training/html/native/mobile/first_app_mn.htm
org.tizen.training/html/native/wearable/first_app_wn.htm
org.tizen.training/html/native/wearable_watch/first_app_watch_wn.htm
org.tizen.training/html/native/wearable_widget/first_app_widget_wn.htm
org.tizen.training/html/web/mobile/first_app_mw.htm
org.tizen.training/html/web/wearable/first_app_ww.htm
org.tizen.training/html/web/wearable_watch/first_app_watch_ww.htm
org.tizen.training/html/web/wearable_widget/first_app_widget_ww.htm

index 48b75de..783c41f 100644 (file)
@@ -5,13 +5,13 @@
        <meta http-equiv="X-UA-Compatible" content="IE=9" />
        <link rel="stylesheet" type="text/css" href="../css/styles.css" />
        <link rel="stylesheet" type="text/css" href="../css/snippet.css" />
-       <script type="text/javascript" src="../scripts/snippet.js"></script>    
+       <script type="text/javascript" src="../scripts/snippet.js"></script>
        <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>
        <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>
        <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>
        <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>
 
-       <title>Common Tools</title>  
+       <title>Common Tools</title>
 </head>
 
 <body class="no-toc" onload="prettyPrint()" style="overflow: auto;">
        
                <li><a href="certificate_registration.htm">Certificate Registration</a>
         <p>This tool is used to register the author certificate.</p></li>
-       </ul></li>      
+       </ul></li>
 
        <li><strong>Application running and testing tools</strong>
-    <ul>                       
-               <li><a href="connection_explorer.htm">Connection Explorer view</a>  <p>Shows the connected targets (emulators and devices) and provides tools for exploring them.</p></li>
-               
+    <ul>
                <li><a href="smart_launch.htm">Smart Launch</a>  <p>This tool allows you to launch applications in an integrated environment.</p></li>
                
                <li><a href="smart_dev_bridge.htm">Smart Development Bridge</a>  <p>This tool manages multiple device and Emulator connections.</p></li>
                
                <li><a href="emulator.htm">Emulator</a>  <p>This tool emulates the target device and provides an optimized environment to debug and test applications on the local machine before deploying it to the real target device.</p></li>
-       </ul></li>      
+       </ul></li>
                
        <li><strong>Analysis and debugging tools</strong>
     <ul>
@@ -55,7 +53,7 @@
                <li><a href="da_overview.htm">Dynamic Analyzer</a>  <p>This tool monitors the performance of your application on a target device or Emulator.</p></li>  
        </ul></li>
        <li><strong>Tips for tool usage</strong>
-    <ul>       
+    <ul>
                <li><a href="keyboard_shortcuts.htm">Keyboard Shortcuts</a> <p>This tool allows you to operate more quickly and easily in different operating systems.</p></li>
        </ul></li></ul>
  
index 02d07f1..381e6d1 100644 (file)
@@ -27,7 +27,6 @@
                <ul>
            <li><a href="common_tools/project_explorer.htm">Project Explorer View</a></li>
                <li><a href="common_tools/certificate_registration.htm">Certificate Registration</a></li>
-               <li><a href="common_tools/connection_explorer.htm">Connection Explorer View</a></li>
                <li><a href="common_tools/smart_launch.htm">Smart Launch</a></li>
                <li><a href="common_tools/smart_dev_bridge.htm">Smart Development Bridge</a></li>
                <li><a href="common_tools/emulator.htm">Emulator</a>
index f277b0b..0bec250 100644 (file)
@@ -7,7 +7,6 @@
        <topic href="html/common_tools/tools_common.htm" label="Common Tools">
                <topic href="html/common_tools/project_explorer.htm" label="Project Explorer View"></topic>
                <topic href="html/common_tools/certificate_registration.htm" label="Certificate Registration"></topic>  
-               <topic href="html/common_tools/connection_explorer.htm" label="Connection Explorer View"></topic>
                <topic href="html/common_tools/smart_launch.htm" label="Smart Launch"></topic>
                <topic href="html/common_tools/smart_dev_bridge.htm" label="Smart Development Bridge"></topic>
                <topic href="html/common_tools/emulator.htm" label="Emulator">
diff --git a/org.tizen.studio/html/common_tools/connection_explorer_view.htm b/org.tizen.studio/html/common_tools/connection_explorer_view.htm
deleted file mode 100644 (file)
index f95777d..0000000
+++ /dev/null
@@ -1,128 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-       <meta http-equiv="X-UA-Compatible" content="IE=9" />
-       <link rel="stylesheet" type="text/css" href="../css/styles.css" />
-       <link rel="stylesheet" type="text/css" href="../css/snippet.css" />
-       <script type="text/javascript" src="../scripts/snippet.js"></script>
-       <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>
-       <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>
-       <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>
-       <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>
-
-       <title>Managing and Connecting Devices for Testing</title>
-</head>
-
- <body onload="prettyPrint()" style="overflow: auto;">
-
- <div id="toc-navigation">
-       <div id="profile">
-               <p><img alt="Mobile" src="../images/mobile_s_wn.png"/> <img alt="Wearable" src="../images/wearable_s_wn.png"/></p>
-       </div>
-
-       <div id="toc_border"><div id="toc">
-               <p class="toc-title">Dependencies</p>
-               <ul class="toc">
-                       <li>Tizen Studio 1.0 and Higher</li>
-               </ul>
-               <p class="toc-title">Content</p>
-               <ul class="toc">
-                       <li><a href="#running">Running and Debugging the Application with Devices</a></li>
-                       <li><a href="#transferring">Transferring Files to Devices</a></li>
-                       <li><a href="#configuring">Configuring Preferences</a></li>
-               </ul>
-       </div></div>
-</div>
-
-<div id="container"><div id="contents"><div class="content">
- <h1>Managing and Connecting Devices for Testing</h1>
-
-<p>The <strong>Connection Explorer</strong> view shows the devices connected to the system. A list of connected devices is available in tree view after connecting a device or launching a Tizen emulator. The <strong>Connection Explorer</strong> view provides the following actions for the connected devices: </p>
-
-<ul>
-   <li>Show a list of connected devices and connect devices for running and debugging the application.</li>
-   <li>Provide file operations on connected devices.</li>
-   <li>Send or receive files between the <strong>Project Explorer</strong> and <strong>Connection Explorer</strong> views by dragging and dropping.</li>
-   <li>Explore the file system on the connected devices.</li>
-   <li>Launch the Emulator Manager to handle multiple emulator instances.</li>
-</ul>
-
-<p align="center"><strong>Figure: Connection Explorer view</strong></p>
-<p align="center"><img alt="Connection Explorer view" src="../images/conn_explorer_connection.png" /></p>
-
- <h2 id="running">Running and Debugging the Application with Devices</h2>
- <p>You can test Tizen applications with connected devices in the following ways:</p>
-
- <ul>
-   <li>Testing applications on a physical device connected to the host system:
-  <ol>
-   <li>Connect your device to the host system with a USB cable. The device icon (<img alt="Device icon" src="../images/conn_explorer_icon1.png"/>) is displayed in the <strong>Connection Explorer</strong> view.</li>
-   <li>Select the device in the <strong>Connection Explorer</strong> view. It is ready to be run and used to test your project.</li>
-  </ol></li>
-   <li>Testing applications on an emulator that emulates a real device as a software component installed on the host computer
-    <p>To start the emulator:</p>
-       <ol>
-       <li>Click the Emulator Manager icon in the <strong>Connection Explorer</strong> view toolbar, select an emulator in the Emulator Manager, and click <strong>Launch</strong>.
-       <p>The emulator icon (<img alt="Emulator icon" src="../images/conn_explorer_icon2.png"/>) is displayed in the <strong>Connection Explorer</strong> view after the emulator boots successfully.</p></li>
-       <li>Select the emulator device in the <strong>Connection Explorer</strong> view. It is ready to be run and used to test your project.</li>
-       </ol></li>
-   <li>Testing applications on a remote device
-   <p>To connect to the remote device:</p>
-
-<ol>
-<li>In the <strong>Connection Explorer</strong> view toolbar, click the Remote Device Manager icon (<img alt="Remote Device Manager icon" src="../images/conn_explorer_icon3.png"/>).
-<p>When the Remote Device Manager is launched, it automatically starts to scan for nearby remote devices:</p>
-<ul>
-<li>If a remote device exists on the host system's subnet, the remote device information is registered to the Remote Device Manager automatically.</li>
-<li>To add remote device information, click <strong>New</strong>.
-<p>In the dialog box, enter the <strong>Name</strong>, <strong>IP</strong>, and <strong>Port</strong> of the remote device.</p>
-
-<p>To modify the remote device information later, select the device in the Remote Device Manager, click <strong>Edit</strong>, and modify the <strong>Name</strong>, <strong>IP</strong>, and <strong>Port</strong> in the dialog box.</p></li>
-</ul>
-</li>
-<li>In the Remote Device Manager, select a remote device.</li>
-<li>Click <strong>Connect</strong>.</li>
-<li>In the <strong>Connection Explorer</strong> view, select the device. It is ready to be run and used to test your project.</li>
-</ol>
-<p>When testing is finished, disconnect the remote device by selecting the device in the Remote Device Manager and clicking <strong>Disconnect</strong>. To remove the remote device from the Remote Device Manager, select the device in the Remote Device Manager and click <strong>Delete</strong>.</p></li>
-</ul>
-
-<h2 id="transferring">Transferring Files to Devices</h2>
-<p>You can transfer files between the connected devices and the host system:</p>
-<ul>
-<li>To transfer a file from a connected device to the host file system, pull the selected file to the desired host system path.</li>
-<li>To transfer a file from the host file system to a connected device, push the selected file to the desired connected device path.</li>
-</ul>
-
-<h2 id="configuring">Configuring Preferences</h2>
-<p>You can set the following preferences for the <strong>Connection Explorer</strong> view:</p>
-<ul>
-<li>Change the Emulator Manager path</li>
-<li>Set the file transfer timeout value</li>
-</ul>
-<p>To see the preferences, go to <strong>Window &gt; Preferences &gt; Tizen Studio &gt; Tools &gt; Connection Explorer</strong>.</p>
-
-<script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
-<script type="text/javascript" src="../scripts/showhide.js"></script>
-</div></div></div>
-
-<a class="top sms" href="#"><img src="../images/btn_top.gif" alt="Go to top" /></a>
-
-<div id="footer">
-<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
-</div>
-
-<script type="text/javascript">
-var _gaq = _gaq || [];
-_gaq.push(['_setAccount', 'UA-25976949-1']);
-_gaq.push(['_trackPageview']);
-(function() {
-var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-})();
-</script>
-
-</body>
-</html>
index 5734f80..c863f4a 100644 (file)
                <ul class="toc">
                        <li>Tizen Studio 1.0 and Higher</li>
                </ul>
-               <p class="toc-title">Content</p>
-               <ul class="toc">
-                       <li><a href="#view">Viewing Logs in Log Tabs</a></li>
-                       <li><a href="#filter">Understanding and Filtering Logs</a></li>
-               </ul>
        </div></div>
 </div>
 
 <div id="container"><div id="contents"><div class="content">
  <h1>Checking Logs with Log View</h1>
 
-<p>This topic explains how to insert logging methods to your code and check the logs of your application in the <strong>Log</strong> view.</p>
+<p>You can insert logging methods to your code and check the logs of your application in the <strong>Log</strong> view.</p>
 
-<h2 id="view">Viewing Logs in Log Tabs</h2>
-
-<p>By default, the <strong>Log</strong> view is located at the bottom of the <strong>Native</strong> perspective. If you want to open the <strong>Log</strong> view manually, go to <strong>Window &gt; Show View &gt; Other &gt; Log</strong> in the Tizen Studio menu.</p>
-<p>The <strong>Log</strong> view helps you debug your application by capturing all the events logged by the platform and your application. The <strong>Log</strong> view shows the logs through the <a href="../../../org.tizen.guides/html/native/error/system_logs_n.htm">dlog logging service</a>. The service consists of the dlogutil and dlog library. You can also see logs with the <code>dlogutil</code> command in the CLI environment, and create log entries with the dlog library.</p>
+<p>When a device is connected, a device log tab is automatically created in the <strong>Log</strong> view. You can create additional tabs for a device, and you can set different filters for each tab. Tabs for disconnected devices are shown as inactive, and are reactivated when the device is reconnected.</p>
 
 <p align="center"><strong>Figure: Log view</strong></p>
-<p align="center"><img alt="Log view" src="../images/log_view.png" /></p>
+<p align="center"><img src="../images/log_view.png" alt="Log view" /></p>
 
-<h3>Creating a Log Message</h3>
-<p>You can create a log message in your application with the dlog library. Before using the dlog library, make sure you know which priorities and tags to use and how to send the message to the log device. With appropriate properties and tags, it is easy to filter and check messages.</p>
-<p>For more information, see the <a href="../../../org.tizen.guides/html/native/error/system_logs_n.htm">System Logs</a> guide.</p>
-<h3>Adding and Removing the Log Tab</h3>
-<p>Each device has at least 1 default log tab associated with it. If a device is connected, the default log tab is not editable or removable. However, you can add a new log tab with more filtering options. The  added log tabs are editable and removable.</p>
+<p>Each log tab contains a toolbar and a log table. The log table lists log messages in chronological order, and this order cannot be modified. Each log message contains the <strong>Time</strong>, <strong>Level</strong> (priority level of the log message), <strong>Pid</strong> (process ID), <strong>Tid</strong> (thread ID), <strong>Tag</strong> (identification of the log message source), and <strong>Message</strong> fields, and you can create filters for each field.</p>
 
+<p>You can perform a variety of actions in the <strong>Log</strong> view:</p>
 <ul>
-<li>Adding a log tab:
-       <ol><li>Click the <strong>Add LogTab</strong> button (<img alt="Add LogTab icon" src="../images/log_view_icon.png" />).</li>
-       <li>Enter the tab name in the <strong>Name</strong> field and select a device in the <strong>Device</strong> list.</li>
-       <li>Enter the search keywords in the <strong>Tag</strong>, <strong>Pid</strong>, and <strong>Message</strong> fields.</li>
-       <li>Click <strong>OK</strong>.
-       <p><img alt="Adding a log tab" src="../images/log_view_add_tab.png" /></p></li></ol>
-</li>
-<li>Removing a log tab:
-       <ol><li>Click the log tab to be removed.</li>
-       <li>Click the <strong>Remove LogTab</strong> button (<img alt="Remove LogTab icon" src="../images/log_view_icon_remove_tab.png" />).</li></ol>
-</li>
-</ul>
-<h2 id="filter">Understanding and Filtering Logs</h2>
-<p>The log table consists of the following fields:</p>
-<ul>
-<li><strong>Time</strong>: log time</li>
-<li><strong>Level</strong>: priority level indicates the urgency of the log message</li>
-<li><strong>Pid</strong>: process ID</li>
-<li><strong>Tid</strong>: thread ID</li>
-<li><strong>Tag</strong>: identification of the log message source</li>
-<li><strong>Message</strong>: log message</li>
+       <li>Creating a new log tab
+       <p>You can create a new log tab in 2 ways:</p>
+               <ul>
+                       <li>Right-click a device in the Device Manager and select <strong>Add log tab</strong>. Enter a name for the tab and click <strong>OK</strong>.</li>
+                       <li>Select a device in the Device Manager and click <strong>+</strong> in the <strong>Log</strong> view. Enter a name for the tab and click <strong>OK</strong>.</li>
+               </ul>
+       </li>
+       <li>Editing a log tab name
+       <p>When a device is connected and a log tab is automatically created, the default name of the new tab is the device ID. You can edit that name, and the names of the tabs you have manually created yourself.</p>
+       <p>To edit the log tab name, click the <strong>Edit Tab</strong> button (<img src="../images/log_view_edit_tab_icon.png" alt="Edit Tab" />). Enter a new name for the tab and click <strong>OK</strong>.</p>
+       </li>
+       <li>Removing a log tab
+       <p>You can either delete a single tab, or delete all tabs related to a device.</p>
+               <ul>
+                       <li>To delete a single tab, click the <strong>X</strong> next to the log tab name.</li>
+                       <li>To delete all tabs for a device, right-click the device in the Device Manager and select <strong>Delete log tabs</strong>. Confirm the deletion by clicking <strong>OK</strong>.</li>
+               </ul>
+       <div class="note">
+               <strong>Note</strong>
+               Any filters created for a log tab are deleted when the tab is removed.
+       </div>
+       </li>
+       <li>Filtering a log messages
+       <p>You can filter log messages based on the table columns:</p>
+               <ul>
+                       <li>To filter log messages based on the <strong>Level</strong>, <strong>Pid</strong>, <strong>Tid</strong>, or <strong>Tag</strong> columns, click the <img src="../images/device_manager_downarrow_icon.png" alt="Down arrow" /> icon next to the column name, select 1 or more values you want to show, and click <strong>OK</strong>.</li>
+                       <li>To filter log messages based on the <strong>Message</strong> column, enter the <strong>Message</strong> field string you want to search for to the input field at top of the <strong>Log</strong> view.</li>
+               </ul>
+       </li>
+       <li>Clearing logs
+       <p>To clear all log messages from a tab, click the <strong>Clear Logs</strong> button (<img src="../images/log_view_clear_logs_icon.png" alt="Clear Logs" />).</p>
+       </li>
+       <li>Exporting logs
+       <p>To export logs to a file, click the <strong>Export Logs</strong> button (<img src="../images/log_view_export_logs_icon.png" alt="Export Logs" />), select the file storage location and file name for the exported log, and click <strong>OK</strong>.</p>
+       <div class="note">
+               <strong>Note</strong>
+               If you have filters applied to a log tab, only messages that match those filters are exported. If you want to export the complete log, remove all filters before exporting.
+       </div>
+       </li>
 </ul>
 
-<p align="center"><strong>Figure: Log table fields</strong></p>
-<p align="center"><img alt="Log view" src="../images/log_view_fields.png" /></p>
-
-<p>In the log table, you have the following options and functions:</p>
-
-<ul>
-<li>Log level filtering option
-<p>In the <strong>Log</strong> view, you can filter the log messages using the <strong>V</strong> (verbose), <strong>D</strong> (debug), <strong>I</strong> (info), <strong>W</strong> (warning), <strong>E</strong> (error), and <strong>F</strong> (fatal) buttons to show the log messages matching the selected type.</p></li>
-<li>Keyword filtering option
-<p>You can filter the log messages by selecting one of the <strong>PID</strong>, <strong>Tag</strong>, and <strong>Message</strong> options, or entering keywords in the bottom of the <strong>Log</strong> view. The keywords must be separated by a space or a comma.</p></li>
-<li>Scroll lock
-<p>The log table shows the latest logs by default. While the application is running, the log table scrolls as new logs are added to the table. To stop the table from scrolling while you are checking a specific log, click the <strong>Scroll Lock</strong> button (<img alt="Scroll lock button" src="../images/log_view_icon_lock.png" />).</p></li>
-<li>Clearing the table
-<p>You can remove all log messages from the log tab by clicking the <strong>Clear the log</strong> button (<img alt="Clear the log button" src="../images/log_view_icon_clear.png" />).</p></li>
-<li>Exporting logs to a file
-<p>You can export the current log messages in the log tab and save them as a log file by clicking the <strong>Export the log</strong> button (<img alt="Export the log button" src="../images/log_view_icon_export.png" />).</p>
-</li></ul>
-
 
 <script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
 <script type="text/javascript" src="../scripts/showhide.js"></script>
diff --git a/org.tizen.studio/html/images/conn_explorer_connection.png b/org.tizen.studio/html/images/conn_explorer_connection.png
deleted file mode 100644 (file)
index f39f12c..0000000
Binary files a/org.tizen.studio/html/images/conn_explorer_connection.png and /dev/null differ
diff --git a/org.tizen.studio/html/images/conn_explorer_icon1.png b/org.tizen.studio/html/images/conn_explorer_icon1.png
deleted file mode 100644 (file)
index f9c33e9..0000000
Binary files a/org.tizen.studio/html/images/conn_explorer_icon1.png and /dev/null differ
diff --git a/org.tizen.studio/html/images/conn_explorer_icon2.png b/org.tizen.studio/html/images/conn_explorer_icon2.png
deleted file mode 100644 (file)
index f789fc9..0000000
Binary files a/org.tizen.studio/html/images/conn_explorer_icon2.png and /dev/null differ
diff --git a/org.tizen.studio/html/images/conn_explorer_icon3.png b/org.tizen.studio/html/images/conn_explorer_icon3.png
deleted file mode 100644 (file)
index e1105cc..0000000
Binary files a/org.tizen.studio/html/images/conn_explorer_icon3.png and /dev/null differ
index fab95ef..e48a1ef 100644 (file)
Binary files a/org.tizen.studio/html/images/log_view.png and b/org.tizen.studio/html/images/log_view.png differ
diff --git a/org.tizen.studio/html/images/log_view_clear_logs_icon.png b/org.tizen.studio/html/images/log_view_clear_logs_icon.png
new file mode 100644 (file)
index 0000000..8a2a33c
Binary files /dev/null and b/org.tizen.studio/html/images/log_view_clear_logs_icon.png differ
diff --git a/org.tizen.studio/html/images/log_view_edit_tab_icon.png b/org.tizen.studio/html/images/log_view_edit_tab_icon.png
new file mode 100644 (file)
index 0000000..b928718
Binary files /dev/null and b/org.tizen.studio/html/images/log_view_edit_tab_icon.png differ
diff --git a/org.tizen.studio/html/images/log_view_export_logs_icon.png b/org.tizen.studio/html/images/log_view_export_logs_icon.png
new file mode 100644 (file)
index 0000000..53a1f7b
Binary files /dev/null and b/org.tizen.studio/html/images/log_view_export_logs_icon.png differ
diff --git a/org.tizen.studio/html/images/log_view_fields.png b/org.tizen.studio/html/images/log_view_fields.png
deleted file mode 100644 (file)
index a2d380d..0000000
Binary files a/org.tizen.studio/html/images/log_view_fields.png and /dev/null differ
diff --git a/org.tizen.studio/html/images/log_view_icon.png b/org.tizen.studio/html/images/log_view_icon.png
deleted file mode 100644 (file)
index 804345d..0000000
Binary files a/org.tizen.studio/html/images/log_view_icon.png and /dev/null differ
diff --git a/org.tizen.studio/html/images/log_view_icon_clear.png b/org.tizen.studio/html/images/log_view_icon_clear.png
deleted file mode 100644 (file)
index 7cbaf53..0000000
Binary files a/org.tizen.studio/html/images/log_view_icon_clear.png and /dev/null differ
diff --git a/org.tizen.studio/html/images/log_view_icon_export.png b/org.tizen.studio/html/images/log_view_icon_export.png
deleted file mode 100644 (file)
index a84de55..0000000
Binary files a/org.tizen.studio/html/images/log_view_icon_export.png and /dev/null differ
diff --git a/org.tizen.studio/html/images/log_view_icon_lock.png b/org.tizen.studio/html/images/log_view_icon_lock.png
deleted file mode 100644 (file)
index 2b2512f..0000000
Binary files a/org.tizen.studio/html/images/log_view_icon_lock.png and /dev/null differ
diff --git a/org.tizen.studio/html/images/log_view_icon_remove_tab.png b/org.tizen.studio/html/images/log_view_icon_remove_tab.png
deleted file mode 100644 (file)
index f258d14..0000000
Binary files a/org.tizen.studio/html/images/log_view_icon_remove_tab.png and /dev/null differ
index cc58121..78b5543 100644 (file)
                        </li>
                        <li><a href="native_tools/cover_run_test_n.htm" target="content">Running and Testing Your App</a>
                                <ul>
-                                       <li><a href="common_tools/connection_explorer_view.htm" target="content">Connection Explorer View</a></li>
                                        <li><a href="common_tools/smart_development_bridge.htm" target="content">SDB</a></li>
                                        <li><a href="common_tools/emulator.htm" target="content">Emulator</a>
                                                <ul>
                        </li>
                        <li><a href="web_tools/cover_run_test_w.htm" target="content">Running and Testing Your App</a>
                                <ul>
-                                       <li><a href="common_tools/connection_explorer_view.htm" target="content">Connection Explorer View</a></li>
                                        <li><a href="common_tools/smart_development_bridge.htm" target="content">SDB</a></li>
                                        <li><a href="common_tools/emulator.htm" target="content">Emulator</a>
                                                <ul>
index f811a6d..979c302 100644 (file)
@@ -50,7 +50,7 @@
        <p>You can debug, profile, and optimize your application with various tools, such as the Dynamic Analyzer, Static Analyzer, Valgrind, and T-trace. The Tizen Studio provides various views designed to help you identify and fix runtime errors, such as the  <strong>Log</strong> and <strong>Call Stack</strong> views.</p></li>
 
        <li><a href="cover_run_test_n.htm">Running and Testing Your Application</a>
-       <p>You can run and test your application using the Tizen emulator. In addition, you can use the <strong>Connection Explorer</strong> view to manage connections to the emulator and various other target devices. The Smart Development Bridge (SDB) tool allows you to communicate with a connected target device, and the unit test tool allows you to create test projects to verify the reliability of your code.</p></li>
+       <p>You can run and test your application using the Tizen emulator. In addition, the Smart Development Bridge (SDB) tool allows you to communicate with a connected target device, and the unit test tool allows you to create test projects to verify the reliability of your code.</p></li>
 </ul>
 
 <p>If you prefer a command line interface to the graphical Tizen Studio window, you can use the <a href="../common_tools/command_line_interface.htm">Command Line Interface (CLI)</a> tool during the entire development process.</p>
index e45fd58..34de65e 100644 (file)
@@ -35,9 +35,6 @@
  <p>The Tizen Studio provides the following set of tools to help you run and test your native application projects:</p>
 
 <ul>
-               <li><a href="../common_tools/connection_explorer_view.htm">Connection Explorer View</a> <strong>(Managing and Connecting Devices for Testing)</strong>
-               <p>The <strong>Connection Explorer</strong> view shows the devices connected to the system, and allows you to manage multiple emulator instances. You can explore the file systems of the connected devices and perform file operations.</p></li>
-
                <li><a href="../common_tools/smart_development_bridge.htm">SDB</a> <strong>(Connecting Devices over Smart Development Bridge)</strong>
                <p>The SDB tool uses a command line to communicate with an emulator instance or a connected target device. You can send commands to a specific device to advance application development, such as file transfer, remote shell command, port forwarding for a debugger, viewing, filtering, and controlling target log output.</p></li>
 
index 4b20473..ac6dff5 100644 (file)
@@ -35,9 +35,6 @@
  <p>The Tizen Studio provides the following set of tools to help you run and test your Web application projects:</p>
 
 <ul>
-               <li><a href="../common_tools/connection_explorer_view.htm">Connection Explorer View</a> <strong>(Managing and Connecting Devices for Testing)</strong>
-               <p>The <strong>Connection Explorer</strong> view shows the devices connected to the system, and allows you to manage multiple emulator instances. You can explore the file systems of the connected devices and perform file operations.</p></li>
-
                <li><a href="../common_tools/smart_development_bridge.htm">SDB</a> <strong>(Connecting Devices over Smart Development Bridge)</strong>
                <p>The SDB tool uses a command line to communicate with an emulator instance or a connected target device. You can send commands to a specific device to advance application development, such as file transfer, remote shell command, port forwarding for a debugger, viewing, filtering, and controlling target log output.</p></li>
 
index dd56ca5..871ef4d 100644 (file)
@@ -56,7 +56,7 @@
        <p>You can debug, profile, and optimize your application with various tools, such as the Dynamic Analyzer, Web Inspector, and JavaScript Analyzer. The Tizen Studio provides various views designed to help you identify and fix runtime errors, such as the  <strong>Log</strong> view.</p></li>
 
        <li><a href="cover_run_test_w.htm">Running and Testing Your Application</a>
-       <p>You can run and test your application using the Tizen emulator. In addition, you can use the <strong>Connection Explorer</strong> view to manage connections to the emulator and various other target devices. The Smart Development Bridge (SDB) tool allows you to communicate with a connected target device, and the unit test tool allows you to create test projects to verify the reliability of your code.</p></li>
+       <p>You can run and test your application using the Tizen emulator. In addition, the Smart Development Bridge (SDB) tool allows you to communicate with a connected target device, and the unit test tool allows you to create test projects to verify the reliability of your code.</p></li>
 
        <li><a href="web_simulator_w.htm">Using the Web Simulator</a>
        <p>You can run your Web application in a Google Chrome&trade; browser-based simulator, which provides many settings and features for debugging your application. You can test how the application behaves, and even send in events and messages.</p></li>
index 1ea62fc..97feb12 100644 (file)
@@ -70,7 +70,6 @@
                        <topic href="html/native_tools/code_coverage_n.htm" label="Code Coverage"></topic>
                </topic>
                <topic href="html/native_tools/cover_run_test_n.htm" label="Running and Testing Your App">
-                       <topic href="html/common_tools/connection_explorer_view.htm" label="Connection Explorer View"></topic>
                        <topic href="html/common_tools/smart_development_bridge.htm" label="SDB"></topic>
                        <topic href="html/common_tools/emulator.htm" label="Emulator">
                                <topic href="html/common_tools/emulator_manager.htm" label="Emulator Manager"></topic>
                        <topic href="html/web_tools/js_analyzer_w.htm" label="JavaScript Analyzer"></topic>
                </topic>
                <topic href="html/web_tools/cover_run_test_w.htm" label="Running and Testing Your App">
-                       <topic href="html/common_tools/connection_explorer_view.htm" label="Connection Explorer View"></topic>
                        <topic href="html/common_tools/smart_development_bridge.htm" label="SDB"></topic>
                        <topic href="html/common_tools/emulator.htm" label="Emulator">
                                <topic href="html/common_tools/emulator_manager.htm" label="Emulator Manager"></topic>
index b8f7c14..a792edf 100644 (file)
         </ol>
     </div>
 
-<p>If you want to run your application without a local device, see <a href="../../../../org.tizen.studio/html/common_tools/connection_explorer_view.htm">Managing and Connecting Devices for Testing</a>.</p>
 </li>
 </ol>
 
index 91a56db..101ab7e 100644 (file)
         </ol>
     </div>
 
-<p>If you want to run your application without a local device, see <a href="../../../../org.tizen.studio/html/common_tools/connection_explorer_view.htm">Managing and Connecting Devices for Testing</a>.</p>
 </li>
 </ol>
 
index 5d02691..1e90f5c 100644 (file)
@@ -363,7 +363,6 @@ cd tizen-sdk/tools
         </ol>
     </div>
 
-<p>If you want to run your application without a local device, see <a href="../../../../org.tizen.studio/html/common_tools/connection_explorer_view.htm">Managing and Connecting Devices for Testing</a>.</p>
 </li>
 </ol>
 
index 6a8e0b8..689139d 100644 (file)
@@ -377,7 +377,6 @@ cd tizen-sdk/tools
         </ol>
     </div>
 
-<p>If you want to run your application without a local device, see <a href="../../../../org.tizen.studio/html/common_tools/connection_explorer_view.htm">Managing and Connecting Devices for Testing</a>.</p>
 </li>
 </ol>
 
index 68ed5d6..8c96f6b 100644 (file)
     </div>
 
 
-<p>If you want to run your application without a local device, see <a href="../../../../org.tizen.studio/html/common_tools/connection_explorer_view.htm">Managing and Connecting Devices for Testing</a>.</p>
 </li>
 </ol>
 
index 89f23d1..f5caed2 100644 (file)
         </ol>
     </div>
 
-<p>If you want to run your application without a local device, see <a href="../../../../org.tizen.studio/html/common_tools/connection_explorer_view.htm">Managing and Connecting Devices for Testing</a>.</p>
 </li>
 </ol>
 
index 6ac2d11..0a52b2f 100644 (file)
@@ -363,7 +363,6 @@ cd tizen-sdk/tools
         </ol>
     </div>
 
-<p>If you want to run your application without a local device, see <a href="../../../../org.tizen.studio/html/common_tools/connection_explorer_view.htm">Managing and Connecting Devices for Testing</a>.</p>
 </li>
 </ol>
 
index 1a87695..23d324d 100644 (file)
@@ -403,7 +403,6 @@ cd tizen-sdk/tools
         </ol>
     </div>
 
-<p>If you want to run your application without a local device, see <a href="../../../../org.tizen.studio/html/common_tools/connection_explorer_view.htm">Managing and Connecting Devices for Testing</a>.</p>
 </li>
 </ol>