Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 614100c3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "GraphicsEnv - remove deprecated error"

parents 32818e22 2d7af74c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ bool GraphicsEnv::shouldUseAngle(std::string appName) {
bool GraphicsEnv::shouldUseAngle() {
    // Make sure we are init'ed
    if (mAngleAppName.empty()) {
        ALOGE("App name is empty. setAngleInfo() must be called first to enable ANGLE.");
        ALOGV("App name is empty. setAngleInfo() has not been called to enable ANGLE.");
        return false;
    }