Skip to content

Commit

Permalink
Add CrashShield to SessionLogger
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: Oliverccccct

Differential Revision: D21213567

fbshipit-source-id: 9e5873a726fceedc07d5087f3b4e56d2916e9874
  • Loading branch information
KylinChang authored and facebook-github-bot committed Apr 23, 2020
1 parent c4a0df0 commit f6625b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@
import com.facebook.appevents.AppEventsLogger;
import com.facebook.appevents.InternalAppEventsLogger;
import com.facebook.internal.Logger;
import com.facebook.internal.instrument.crashshield.AutoHandleExceptions;
import com.facebook.internal.security.CertificateUtil;

import java.util.Locale;

@AutoHandleExceptions
class SessionLogger {
private static final String PACKAGE_CHECKSUM = "PCKGCHKSUM";

Expand Down

0 comments on commit f6625b9

Please sign in to comment.