mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Lower the severity of a log message (flutter/engine#47172)
This log message can print on the first frame of a platform view and is not an error.
This commit is contained in:
parent
e55aecc152
commit
5f0a787cdf
@ -42,7 +42,7 @@ void ImageExternalTexture::Paint(PaintContext& context,
|
||||
flutter::DlCanvas::SrcRectConstraint::kStrict // enforce edges
|
||||
);
|
||||
} else {
|
||||
FML_LOG(ERROR) << "No DlImage available for ImageExternalTexture to paint.";
|
||||
FML_LOG(INFO) << "No DlImage available for ImageExternalTexture to paint.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user