[wiki.logcatudp] push by - Created wiki page through web user interface. on 2011-08-02 13:50 GMT

0 views
Skip to first unread message

logc...@googlecode.com

unread,
Aug 2, 2011, 9:51:05 AM8/2/11
to logcatud...@googlegroups.com
Revision: 3bafdd0c1dff
Author: jma...@gmail.com
Date: Tue Aug 2 06:50:35 2011
Log: Created wiki page through web user interface.
http://code.google.com/p/logcatudp/source/detail?repo=wiki&r=3bafdd0c1dff

Added:
/HOWTO_receive_logs.wiki

=======================================
--- /dev/null
+++ /HOWTO_receive_logs.wiki Tue Aug 2 06:50:35 2011
@@ -0,0 +1,26 @@
+#summary Some ways how to receive logs on computer.
+
+= Introduction =
+
+So you have installed application on your android device. That's great :)
+
+But how you receive and/or save sended logs on computer?
+
+Here are some ways how to do this:
+
+
+= 1. Read log direct from UDP port =
+
+To listen logs use this python script:
[http://code.google.com/p/logcatudp/source/browse/test/listener.py]
+
+Example:
+{{{
+$ ./listener.py 192.168.1.10 10009
+}}}
+
+To save this output to file use standard linux/unix commands like output
redirection or [http://unixhelp.ed.ac.uk/CGI/man-cgi?tee tee].
+
+
+= 2. Default syslog server =
+
+If you use some kind of syslog server (rsyslog, SyslogNG)

Reply all
Reply to author
Forward
0 new messages