We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 075f263 + 9bc2519 commit cd1f3a5Copy full SHA for cd1f3a5
1 file changed
services/surfaceflinger/SurfaceFlinger.cpp
@@ -1070,7 +1070,8 @@ void SurfaceFlinger::init() FTL_FAKE_GUARD(kMainThreadContext) {
1070
void SurfaceFlinger::initBootProperties() {
1071
property_set("service.sf.present_timestamp", mHasReliablePresentFences ? "1" : "0");
1072
1073
- if (base::GetBoolProperty("debug.sf.boot_animation"s, true)) {
+ if (base::GetBoolProperty("debug.sf.boot_animation"s, true) &&
1074
+ (base::GetIntProperty("debug.sf.nobootanimation"s, 0) == 0)) {
1075
// Reset and (if needed) start BootAnimation.
1076
property_set("service.bootanim.exit", "0");
1077
property_set("service.bootanim.progress", "0");
0 commit comments