From e58d09a5526338aa1f550a1c4111fe4d5028554d Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Wed, 11 Dec 2013 13:10:55 -0800 Subject: Don't try to set service.bootanim.exit init has never allowed the bootanimation code to set service.bootanim.exit, and has always generated the dmesg error message <3>[ 17.644615] init: sys_prop: permission denied uid:1003 name:service.bootanim.exit Since setting this property has no effect and never worked, delete the code which tries to do it. Change-Id: Idacc5467d85479a8cf974702af8895011be585ea --- cmds/bootanimation/BootAnimation.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmds/bootanimation') diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index 7b4e6ee..5c265ab 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -307,9 +307,6 @@ bool BootAnimation::threadLoop() r = movie(); } - // No need to force exit anymore - property_set(EXIT_PROP_NAME, "0"); - eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); eglDestroyContext(mDisplay, mContext); eglDestroySurface(mDisplay, mSurface); -- cgit v1.1