Loading apex/blobstore/service/java/com/android/server/blob/BlobStoreManagerService.java +6 −0 Original line number Diff line number Diff line Loading @@ -491,6 +491,9 @@ public class BlobStoreManagerService extends SystemService { if (sessionsIndexFile == null) { Slog.wtf(TAG, "Error creating sessions index file"); return; } else if (!sessionsIndexFile.exists()) { Slog.w(TAG, "Sessions index file not available: " + sessionsIndexFile.getBaseFile()); return; } mSessions.clear(); Loading Loading @@ -580,6 +583,9 @@ public class BlobStoreManagerService extends SystemService { if (blobsIndexFile == null) { Slog.wtf(TAG, "Error creating blobs index file"); return; } else if (!blobsIndexFile.exists()) { Slog.w(TAG, "Blobs index file not available: " + blobsIndexFile.getBaseFile()); return; } mBlobsMap.clear(); Loading Loading
apex/blobstore/service/java/com/android/server/blob/BlobStoreManagerService.java +6 −0 Original line number Diff line number Diff line Loading @@ -491,6 +491,9 @@ public class BlobStoreManagerService extends SystemService { if (sessionsIndexFile == null) { Slog.wtf(TAG, "Error creating sessions index file"); return; } else if (!sessionsIndexFile.exists()) { Slog.w(TAG, "Sessions index file not available: " + sessionsIndexFile.getBaseFile()); return; } mSessions.clear(); Loading Loading @@ -580,6 +583,9 @@ public class BlobStoreManagerService extends SystemService { if (blobsIndexFile == null) { Slog.wtf(TAG, "Error creating blobs index file"); return; } else if (!blobsIndexFile.exists()) { Slog.w(TAG, "Blobs index file not available: " + blobsIndexFile.getBaseFile()); return; } mBlobsMap.clear(); Loading