-
Notifications
You must be signed in to change notification settings - Fork 616
Crashlytics ndk datatransport #1356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jakeouellette
commented
Mar 17, 2020
- Add datatransport connection for NDK
fed4082
to
15f091c
Compare
Codecov Report
Continue to review full report at Codecov.
|
Binary Size ReportAffected SDKs
Test Logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the inline comments, you'll probably need to add the NDK payload to the JSON transformer. I can help with that if you need.
...c/main/java/com/google/firebase/crashlytics/internal/common/FileBackedNativeSessionFile.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/google/firebase/crashlytics/internal/common/FileBackedNativeSessionFile.java
Outdated
Show resolved
Hide resolved
...hlytics/src/main/java/com/google/firebase/crashlytics/internal/common/NativeSessionFile.java
Show resolved
Hide resolved
.../src/main/java/com/google/firebase/crashlytics/internal/common/NativeSessionFileGzipper.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/google/firebase/crashlytics/internal/common/SessionReportingCoordinator.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/google/firebase/crashlytics/internal/common/SessionReportingCoordinator.java
Outdated
Show resolved
Hide resolved
...shlytics/src/main/java/com/google/firebase/crashlytics/internal/model/CrashlyticsReport.java
Outdated
Show resolved
Hide resolved
13a9d6f
to
8139b0a
Compare
9af8374
to
fcc5426
Compare
return ALL; | ||
} | ||
|
||
static DataTransportState getState(AppSettingsData appSettingsData) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a test here?
- Update logs to prevent confusion around whether logs were sent
last 2 commits LGTM |