Logcat to UDP
无线日志
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.
To listen logs use this python script:
https://github.com/Chemik/logcatudp/blob/master/test/listener.py
Example: ./listener.py 192.168.1.10 10009
You can also use your desktop syslog server to receive logs.
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://github.com/Chemik/logcatudp/blob/master/test/listener.py
Example: ./listener.py 192.168.1.10 10009
You can also use your desktop syslog server to receive logs.
版本
尽管下面提供了 APK 安装包的下载选项,但你应该注意,以这种方式安装将不会收到更新通知,这是一种不太安全的下载方式。 我们建议你安装使用 F-Droid 客户端。
下载 F-Droid-
该版本需要 Android 1.5 及以上版本。
此安装包由 F-Droid 构建并签名,且保证与此源代码 tarball 保持一致。