35 lines
1,019 B
YAML
35 lines
1,019 B
YAML
Categories:
|
|
- Connectivity
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/Chemik/logcatudp
|
|
IssueTracker: https://github.com/Chemik/logcatudp/issues
|
|
|
|
AutoName: Logcat to UDP
|
|
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.
|
|
|
|
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.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Chemik/logcatudp
|
|
|
|
Builds:
|
|
- versionName: '0.5'
|
|
versionCode: 5
|
|
commit: 567a570bfa74f3d3a
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '0.5'
|
|
CurrentVersionCode: 5
|