Repository: cordova-windows
Updated Branches:
  refs/heads/master d21bb3da2 -> 4b377d70d


CB-11538 Update README with information about logging

 This closes #182


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/4b377d70
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/4b377d70
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/4b377d70

Branch: refs/heads/master
Commit: 4b377d70d70c6d4930501e9f578b73f2130c3d86
Parents: d21bb3d
Author: Alexander Sorokin <[email protected]>
Authored: Tue Jul 5 17:05:42 2016 +0300
Committer: Vladimir Kotikov <[email protected]>
Committed: Mon Jul 11 14:01:37 2016 +0300

----------------------------------------------------------------------
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/4b377d70/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fbc251a..0c22d7e 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,19 @@ The best way to use this is to install the [Cordova 
CLI](https://www.npmjs.com/p
        cordova platform add windows
        cordova run windows
 
+#Getting logs from Windows Store applications
+You can get your JavaScript logs as well as Windows logs related to your 
Windows Store application by running the following command from your app 
directory:
+
+       platforms\windows\cordova\log
+
+In most cases, this command requires administrator privileges. However, if you 
want to gather logs without admin privileges, you may need to manually enable 
logging channel via Event Viewer:
+
+       Start -> Run -> eventvwr
+       View -> Show Analytic and Debug Logs
+       Applications and Services Logs -> Microsoft -> Windows -> AppHost -> 
AppTracing -> Enable Log
+
+Please note that the log command is supported only for Windows Store 
applications and cannot get logs from Windows Phone application.
+
 #Report Issues
 Report them at the [Apache Cordova Issue 
Tracker](https://issues.apache.org/jira/browse/CB). Create a user account, use 
`windows` as the component.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to