Turn on split file persisting.

Bug: 255352252
Test: atest FrameworksServicesTests:JobStoreTest
Change-Id: I8847a847072383276c872ca67b79f12c6c272c75
This commit is contained in:
Kweku Adams
2022-11-15 23:15:44 +00:00
parent 90e81227d9
commit 0ea11db2a1

View File

@@ -569,7 +569,7 @@ public class JobSchedulerService extends com.android.server.SystemService
public static final long DEFAULT_RUNTIME_MIN_EJ_GUARANTEE_MS = 3 * MINUTE_IN_MILLIS;
@VisibleForTesting
static final long DEFAULT_RUNTIME_MIN_HIGH_PRIORITY_GUARANTEE_MS = 5 * MINUTE_IN_MILLIS;
static final boolean DEFAULT_PERSIST_IN_SPLIT_FILES = false;
static final boolean DEFAULT_PERSIST_IN_SPLIT_FILES = true;
private static final boolean DEFAULT_USE_TARE_POLICY = false;
/**