Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit dd540f0

Browse files
Alexandru2909mergify[bot]
authored andcommitted
Bug 1848139 - Remove unnecessary glean-gradle-plugin step from crash and nimbus builds
1 parent 56ae080 commit dd540f0

File tree

5 files changed

+1
-103
lines changed

5 files changed

+1
-103
lines changed

android-components/components/lib/crash/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ CrashReporter(
106106

107107
[Glean](https://docs.telemetry.mozilla.org/concepts/glean/glean.html) is a new way to collect telemetry by Mozilla.
108108
This will record crash counts as a labeled counter with each label corresponding to a specific type of crash (`fatal_native_code_crash`, `nonfatal_native_code_crash`, `caught_exception`, `uncaught_exception`, currently).
109-
The list of collected metrics is available in the [metrics.yaml file](metrics.yaml), with their documentation [living here](docs/metrics.md).
109+
The list of collected metrics is available in the [metrics.yaml file](metrics.yaml), with their documentation [living here](https://dictionary.telemetry.mozilla.org/apps/fenix/pings/crash).
110110
Due to the fact that Glean can only be recorded to in the main process and lib-crash runs in a separate process when it runs to handle the crash,
111111
lib-crash persists the data in a file format and then reads and records the data from the main process when the application is next run since the `GleanCrashReporterService`
112112
constructor is loaded from the main process.

android-components/components/lib/crash/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ dependencies {
9090
testImplementation ComponentsDependencies.mozilla_glean_forUnitTests
9191
}
9292

93-
ext.gleanGenerateMarkdownDocs = true
9493
apply plugin: "org.mozilla.telemetry.glean-gradle-plugin"
9594
apply from: '../../../android-lint.gradle'
9695
apply from: '../../../publish.gradle'

android-components/components/lib/crash/docs/metrics.md

-66
This file was deleted.

android-components/components/service/nimbus/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,4 @@ nimbus {
121121
? gradle.getProperty('localProperties.autoPublish.application-services.dir') : null
122122
}
123123

124-
ext.gleanGenerateMarkdownDocs = true
125124
apply plugin: "org.mozilla.telemetry.glean-gradle-plugin"

android-components/components/service/nimbus/docs/metrics.md

-34
This file was deleted.

0 commit comments

Comments
 (0)