Merge "Change switch ratio when new package has reported during device boot up." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1a1f2e9e48
@@ -5750,7 +5750,7 @@ public class AppOpsService extends IAppOpsService.Stub {
|
||||
*/
|
||||
private void switchPackageIfBootTimeOrRarelyUsedLocked(@NonNull String packageName) {
|
||||
if (mSampledPackage == null) {
|
||||
if (ThreadLocalRandom.current().nextFloat() < 0.1f) {
|
||||
if (ThreadLocalRandom.current().nextFloat() < 0.5f) {
|
||||
mSamplingStrategy = SAMPLING_STRATEGY_BOOT_TIME_SAMPLING;
|
||||
resampleAppOpForPackageLocked(packageName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user