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

Commit e45cf7d2 authored by Ethan Chen's avatar Ethan Chen
Browse files

bootanimation: fix usage of LOGW

Change-Id: I1d59df9f44f414d80058a532644cbbb40e22c701
parent e6b54405
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ status_t BootAnimation::readyToRun() {

            free(crappyBuffer);
        } else {
            LOGW("Unable to allocate memory to preload the animation");
            ALOGW("Unable to allocate memory to preload the animation");
        }
        fclose(fd);
    }