Replace RandomAccessFile with BufferedInputStream
com.android.server.backup.BackupManagerService#parseLeftoverJournals uses input stream to read UTF. The method used RandomAccessFile to perform the operation. The change replace the RandomAccessFile with a Buffered InputStream. Bug: 32866032 Test: `make` Change-Id: I6594cecc49cb6efcfdf73beb5e425688cf890722
Loading
Please register or sign in to comment