File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/persistence Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 5353 */
5454public class FileStore {
5555 private static final String CRASHLYTICS_PATH_V1 = ".com.google.firebase.crashlytics.files.v1" ;
56- private static final String CRASHLYTICS_PATH_V2 = ".com.google.firebase.crashlytics.files.v2" ;
56+ // Android has a maximum length for folder sizes. If this string is too long,
57+ // the folder can end up too long because we append the app process name to it
58+ private static final String CRASHLYTICS_PATH_V2 = ".crashlytics.v2" ;
5759 private static final String SESSIONS_PATH = "open-sessions" ;
5860 private static final String NATIVE_SESSION_SUBDIR = "native" ;
5961 private static final String REPORTS_PATH = "reports" ;
You can’t perform that action at this time.
0 commit comments