-
Notifications
You must be signed in to change notification settings - Fork 620
Update Crashlytics file system to support multi-process apps #3715
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
Coverage Report 1Affected Products
Test Logs
Notes |
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.
One nit.
...src/androidTest/java/com/google/firebase/crashlytics/internal/persistence/FileStoreTest.java
Outdated
Show resolved
Hide resolved
new File(rootDir.getParent(), ".com.google.firebase.crashlytics-ndk") | ||
}; | ||
/** Clean up files from previous file systems. */ | ||
public void cleanupPreviousFileSystems() { |
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.
I like this implementation. Very clean. :)
/retest |
2 similar comments
/retest |
/retest |
Size Report 1Affected Products
Test Logs
Notes |
/test check-changed |
Update the Crashlytics file system to support multi-process apps more elegantly.
This new file system only works on Android 28 and above. Pre-28 will continue to use to the v1 file system.
Tested manually with SDK and NDK.
Pair with @mrichards