Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Glean configuration can't call its constructor after updating to AC19.
Browse files Browse the repository at this point in the history
  • Loading branch information
daoshengmu committed Oct 29, 2019
1 parent fabc510 commit 8ea480d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public static void init(Context aContext) {
} else {
GleanMetricsService.stop();
}
Configuration config = new Configuration(Configuration.DEFAULT_TELEMETRY_ENDPOINT,
BuildConfig.BUILD_TYPE);
Configuration config = new Configuration();
Glean.INSTANCE.initialize(aContext, config);
}

Expand Down

0 comments on commit 8ea480d

Please sign in to comment.