package com.google.android.gms.analytics; /* loaded from: classes.dex */ public interface ExceptionParser { String getDescription(String str, Throwable th); }