Skip to content

Commit

Permalink
[LEIP-185] Fix resource failed to call end
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Oct 26, 2023
1 parent 8fd0551 commit 35ae540
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ class MeasurementSerializer {
loadSerialized(outputStream, measurementId, persistenceLayer)
outputStream.flush()
}
compressor.end()
Log.d(
TAG,
"loadSerializedCompressed: finished after " + (System.currentTimeMillis() - startTimestamp) / 1000
Expand Down

0 comments on commit 35ae540

Please sign in to comment.