From e3a08ec814dc7aa9821f72b53913e710cc7cdc91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 27 Aug 2015 12:06:25 -0700 Subject: [PATCH] Logcat to UDP: moved to github, cleanup --- metadata/sk.madzik.android.logcatudp.txt | 25 +++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/metadata/sk.madzik.android.logcatudp.txt b/metadata/sk.madzik.android.logcatudp.txt index ce0d82e93e..1b7451dacb 100644 --- a/metadata/sk.madzik.android.logcatudp.txt +++ b/metadata/sk.madzik.android.logcatudp.txt @@ -1,29 +1,32 @@ Categories:System License:Apache2 -Web Site:https://code.google.com/p/logcatudp -Source Code:https://code.google.com/p/logcatudp/source -Issue Tracker: +Web Site: +Source Code:https://github.com/Chemik/logcatudp +Issue Tracker:https://github.com/Chemik/logcatudp/issues Auto Name:Logcat to UDP Summary:Wireless logging Description: N.B. This probably won't work on Android 4.1+. -Simple tool for android development that sends a log to UDP port or share it via email, bluetooth, etc. -Background service is collecting logs and sending them to destination IP and UDP port. You can send logs to desktop computer through home wifi network, or to server with public IP or cname. +Simple tool for android development that sends a log to UDP port or share it +via email, bluetooth, etc. +Background service is collecting logs and sending them to destination IP and +UDP port. You can send logs to desktop computer through home wifi network, or +to server with public IP or cname. -To listen logs use this python script https://code.google.com/p/logcatudp/source/browse/test/listener.py -Example: -$ ./listener.py 192.168.1.10 10009 +To listen logs use this python script: https://code.google.com/p/logcatudp/source/browse/test/listener.py + +Example: ./listener.py 192.168.1.10 10009 You can also use your desktop syslog server to receive logs. . -Repo Type:hg -Repo:https://code.google.com/p/logcatudp +Repo Type:git +Repo:https://github.com/Chemik/logcatudp Build:0.5,5 - commit=235851 + commit=567a570bfa74f3d3a Auto Update Mode:None Update Check Mode:RepoManifest