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

Commit b310a053 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Preference to disable bootanimation for faster boot. (1/2 Framework)" into gingerbread

parents 0b077a18 9ca3d107
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ int main(int argc, char** argv)
#endif

    char value[PROPERTY_VALUE_MAX];
    property_get("debug.sf.nobootanimation", value, "0");
    property_get("persist.sys.nobootanimation", value, "0");
    int noBootAnimation = atoi(value);
    LOGI_IF(noBootAnimation,  "boot animation disabled");
    if (!noBootAnimation) {