Loading cmds/bootanimation/BootAnimationUtil.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ bool bootAnimationDisabled() { char value[PROPERTY_VALUE_MAX]; property_get("debug.sf.nobootanimation", value, "0"); if (atoi(value) > 0) { return false; return true; } property_get("ro.boot.quiescent", value, "0"); Loading cmds/bootanimation/bootanimation_main.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -157,8 +157,10 @@ int main() // create the boot animation object sp<BootAnimation> boot = new BootAnimation(new AudioAnimationCallbacks()); ALOGV("Boot animation set up. Joining pool."); IPCThreadState::self()->joinThreadPool(); } ALOGV("Boot animation exit"); return 0; } Loading
cmds/bootanimation/BootAnimationUtil.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ bool bootAnimationDisabled() { char value[PROPERTY_VALUE_MAX]; property_get("debug.sf.nobootanimation", value, "0"); if (atoi(value) > 0) { return false; return true; } property_get("ro.boot.quiescent", value, "0"); Loading
cmds/bootanimation/bootanimation_main.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -157,8 +157,10 @@ int main() // create the boot animation object sp<BootAnimation> boot = new BootAnimation(new AudioAnimationCallbacks()); ALOGV("Boot animation set up. Joining pool."); IPCThreadState::self()->joinThreadPool(); } ALOGV("Boot animation exit"); return 0; }