Loading services/surfaceflinger/SurfaceFlinger.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1074,7 +1074,9 @@ bool SurfaceFlinger::performSetActiveConfig() { mUpcomingActiveConfig.configId.value(), constraints, &outTimeline); if (status != NO_ERROR) { LOG_ALWAYS_FATAL("setActiveConfigWithConstraints failed: %d", status); // setActiveConfigWithConstraints may fail if a hotplug event is just about // to be sent. We just log the error in this case. ALOGW("setActiveConfigWithConstraints failed: %d", status); return false; } Loading Loading
services/surfaceflinger/SurfaceFlinger.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1074,7 +1074,9 @@ bool SurfaceFlinger::performSetActiveConfig() { mUpcomingActiveConfig.configId.value(), constraints, &outTimeline); if (status != NO_ERROR) { LOG_ALWAYS_FATAL("setActiveConfigWithConstraints failed: %d", status); // setActiveConfigWithConstraints may fail if a hotplug event is just about // to be sent. We just log the error in this case. ALOGW("setActiveConfigWithConstraints failed: %d", status); return false; } Loading