Skip to content

Commit fa31e55

Browse files
mrwillis21jakeouellette
authored andcommitted
Prep for next iteration
1 parent af810db commit fa31e55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/GzipFileNativeSessionProcessingStrategy.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public Void processNativeSession(
5252
InputStream logsInput,
5353
InputStream userInput)
5454
throws IOException {
55+
// TODO: Move all this back into the controller, and feed these files and keys/logs/user into
56+
// a list of input stream makers to be passed to the gzipper/CrashlyticsReport maker
5557
Logger.getLogger().d("Finalizing native report for session " + sessionId);
5658
NativeSessionFileProvider nativeSessionFileProvider =
5759
nativeComponent.getSessionFileProvider(sessionId);
@@ -76,6 +78,8 @@ public Void processNativeSession(
7678
return null;
7779
}
7880

81+
// TODO: A class that takes something and turns it into a new object - filename/inputstream
82+
7983
gzipFile(minidump, new File(nativeSessionDirectory, "minidump"));
8084
gzipBytes(
8185
NativeFileUtils.binaryImagesJsonFromMapsFile(binaryImages, context),

0 commit comments

Comments
 (0)