apptracker and logcatudp may not work on android 4.1
This commit is contained in:
parent
feea2dd1b7
commit
9cea98e1ac
|
@ -3,7 +3,7 @@ License:WTFPL
|
|||
Web Site:https://github.com/nolanlawson/AppTracker
|
||||
Source Code:https://github.com/nolanlawson/AppTracker
|
||||
Issue Tracker:https://github.com/nolanlawson/AppTracker/issues
|
||||
Donation:http://nolanlawson.com/donation
|
||||
Donate:http://nolanlawson.com/donation
|
||||
|
||||
Summary:Track your app usage
|
||||
Description:
|
||||
|
@ -11,7 +11,8 @@ App Tracker is a productivity app that keeps track of other apps you’ve used,
|
|||
statistics about them (most used, seldom used, recently used, etc.). You can then display this information
|
||||
in a widget or in the app itself, and launch them easily.
|
||||
|
||||
Uses Logcat to figure out what apps have been launched.
|
||||
Uses logcat to figure out what apps have been launched, which means it may not work on
|
||||
Android 4.1+.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -6,6 +6,8 @@ Issue Tracker:http://code.google.com/p/logcatudp/issues/list
|
|||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue