issues
search
domogik
/
domodroid
Android client for Domogik
Other
12
stars
4
forks
source link
Metrics
#122
Open
tikismoke
opened
8 years ago
tikismoke
commented
8 years ago
Add metrics in domodroid too
[x] Add an option to disable this if user is against sending annonymous data.
[ ] Add an icon to this option.
To send measure:
[x] Unit (always 1)
[ ] Get cpu usage by domodroid
[x] Get mem usage by domodroid
[x] Get total device mem
To send tags:
[x] Unique device id (_Settings.Secure.ANDROID
ID
)
[x] domodroid VersionName (_BuildConfig.VERSION
NAME
) (
could be different depending on source and Branch
)
[x] domodroid VersionCode (_BuildConfig.VERSION
CODE
)
[x] android version (_Build.VERSION.SDK
INT
)
[x] domogik version (_api_version = sharedparams.getFloat("API
VERSION", 0)
)
[x] domogik version (_domogik
version = sharedparams.getString("DOMOGIK-VERSION", "")
)
[ ] Push them to metrics.domogik.org
Add metrics in domodroid too