Modern cross-platform telemetry
Перейти к файлу
Jan-Erik Rediger f65a1b796d Don't try to guess ANDROID_HOME
It was only ever correct for default installs on macOS anyway.
2019-05-16 14:05:10 +02:00
.circleci 1551153: Enable the ping uploader in glean-core (#60) 2019-05-15 10:39:41 -04:00
.github CI & GitHub config 2019-03-19 14:11:47 +01:00
bin Add script to build all docs 2019-03-19 17:16:49 +01:00
build-scripts Configure xcode build to link library 2019-03-27 16:04:03 -03:00
docs Update links and naming across the repository 2019-05-15 10:59:28 +02:00
glean-core Merge pull request #65 from mozilla/1551892-string-metric-test-api 2019-05-16 09:25:34 +02:00
gradle/wrapper Import Android build files 2019-03-19 14:07:36 +01:00
samples 1551153: Enable the ping uploader in glean-core (#60) 2019-05-15 10:39:41 -04:00
xcconfig Move common config 2019-03-28 15:22:05 -03:00
.buildconfig.yml Rename to just glean-core 2019-03-27 14:47:20 -03:00
.detekt.yml 1551258: Fix Kotlin linting and enable on CI (#59) 2019-05-14 10:54:33 -04:00
.gitignore Ignore generated stuff 2019-04-30 14:27:03 +02:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-28 09:35:44 -03:00
Cargo.lock Upgrade ffi-support library 2019-05-14 17:54:55 +02:00
Cargo.toml Fix cargo workspace 2019-03-19 17:01:25 +01:00
LICENSE Create initial Rust workspace 2019-03-18 13:03:49 +01:00
Makefile Don't try to guess ANDROID_HOME 2019-05-16 14:05:10 +02:00
README.md Update links and naming across the repository 2019-05-15 10:59:28 +02:00
build.gradle 1551153: Enable the ping uploader in glean-core (#60) 2019-05-15 10:39:41 -04:00
gradle.properties Update links and naming across the repository 2019-05-15 10:59:28 +02:00
gradlew Import Android build files 2019-03-19 14:07:36 +01:00
gradlew.bat Import Android build files 2019-03-19 14:07:36 +01:00
publish.gradle Use correct mail 2019-03-19 14:17:00 +01:00
settings.gradle Import minimal glean sample app from android-components 2019-03-27 14:47:20 -03:00

README.md

Glean

Glean logo

Modern Firefox Telemetry for mobile platforms


Note: This new approach for Glean is currently in development and not yet ready for use. The working and supported library is Glean in android-components.


Overview

This repository is used to build the client-side cross-platform Telemetry library called glean.

The code is organized as follows:

This repository also hosts the documentation for Glean Development documenation can be found in ./docs/dev. User-facing documentation can be found in ./docs/user. Everything is available online.

The Rust documentation is available online as well.

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/