OSDN Git Service

android-x86/packages-services-Analytics.git
7 years agoHardwareCollector: send sensors info marshmallow-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3
Chih-Wei Huang [Mon, 15 Aug 2016 05:13:43 +0000 (13:13 +0800)]
HardwareCollector: send sensors info

Send the sensors hal name if it's not the default kbd.

7 years agoUtils: fix circular dependency
Chih-Wei Huang [Mon, 15 Aug 2016 03:54:56 +0000 (11:54 +0800)]
Utils: fix circular dependency

Use the prebuilt jar from SDK to avoid the circular dependency issue.

7 years agoHardwareCollector: send wifi and ethernet info
Chih-Wei Huang [Wed, 10 Aug 2016 16:50:31 +0000 (00:50 +0800)]
HardwareCollector: send wifi and ethernet info

Send the wifi and ethernet module names to GA if
the interfaces are found.

7 years agoInvoke HardwareCollector conditionally
Chih-Wei Huang [Wed, 10 Aug 2016 09:48:55 +0000 (17:48 +0800)]
Invoke HardwareCollector conditionally

Only collect hardware information if the users agree.

7 years agoAnalyticsService: send anonymous usage information to GA
Hugo [Sat, 9 Jul 2016 10:34:42 +0000 (18:34 +0800)]
AnalyticsService: send anonymous usage information to GA

This library receive usage informations from system processes and system
applications and send these informations anonymously to Google Analytics
servers.

7 years agoHardwareCollector: send hardware information to GA
Hugo [Sat, 9 Jul 2016 10:09:49 +0000 (18:09 +0800)]
HardwareCollector: send hardware information to GA

This app/service will collect informations about device hardware after
boot completed and send these informations to AnalyticsService that will
in turn anonymously send these informations to Google Analytics servers.

7 years agoanalytics-utils: library to communicate with AnalyticsService
Hugo [Fri, 8 Jul 2016 06:45:22 +0000 (14:45 +0800)]
analytics-utils: library to communicate with AnalyticsService

This library sends anonymous usage information to the AnalyticsService
application/service that will in turn send this information to Google
analytics.