Add warning log if no output is set

PiperOrigin-RevId: 616796787
This commit is contained in:
claincly 2024-03-18 05:30:28 -07:00 committed by Copybara-Service
parent 2c8d07c2dd
commit e8612a0c02

View File

@ -445,6 +445,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
defaultShaderProgram.release();
defaultShaderProgram = null;
}
Log.w(TAG, "Output surface and size not set, dropping frame.");
return false;
}