Merge "Disable use of RevocableFileDescriptor for blob reads." into rvc-qpr-dev am: b4289dbe41

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12683844

Change-Id: I17c8ef8f9acff71c7cb20fae2eba8eb2f9dd728a
This commit is contained in:
Sudheer Shanka
2020-09-26 00:07:54 +00:00
committed by Automerger Merge Worker

View File

@@ -128,7 +128,7 @@ class BlobStoreConfig {
*/
public static final String KEY_USE_REVOCABLE_FD_FOR_READS =
"use_revocable_fd_for_reads";
public static final boolean DEFAULT_USE_REVOCABLE_FD_FOR_READS = true;
public static final boolean DEFAULT_USE_REVOCABLE_FD_FOR_READS = false;
public static boolean USE_REVOCABLE_FD_FOR_READS =
DEFAULT_USE_REVOCABLE_FD_FOR_READS;