Merge "Freezer: skip killed app"
This commit is contained in:
@@ -962,7 +962,7 @@ public final class CachedAppOptimizer {
|
||||
}
|
||||
|
||||
opt.setFreezerOverride(false);
|
||||
if (!opt.isFrozen()) {
|
||||
if (pid == 0 || !opt.isFrozen()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user