package com.google.android.gms.common.internal; import android.content.Context; /* loaded from: classes.dex */ public class TelemetryLogging { public static TelemetryLoggingClient getClient(Context context) { return getClient(context, TelemetryLoggingOptions.zaa); } public static TelemetryLoggingClient getClient(Context context, TelemetryLoggingOptions telemetryLoggingOptions) { return new com.google.android.gms.common.internal.service.zao(context, telemetryLoggingOptions); } private TelemetryLogging() { } }