Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Last active November 26, 2021 21:39
Show Gist options
  • Save victorbrndls/79029254b5ecf7488596ec73571652e2 to your computer and use it in GitHub Desktop.
Save victorbrndls/79029254b5ecf7488596ec73571652e2 to your computer and use it in GitHub Desktop.
public void onBeginSession(@NonNull String sessionId, long timestampSeconds) {
CrashlyticsReport capturedReport = dataCapture.captureReportData(sessionId, timestampSeconds);
reportPersistence.persistReport(capturedReport);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment