ERROR/Zygote(33): setreuid() failed

转自VC错误:http://www.vcerror.com/?p=1737

问题描述:

04-09 17:11:01.210: ERROR/Zygote(33): setreuid() failed. errno: 2
04-09 17:11:09.781: ERROR/Zygote(33): setreuid() failed. errno: 17
04-09 17:11:11.299: ERROR/BatteryService(61): usbOnlinePath not found
04-09 17:11:11.299: ERROR/BatteryService(61): batteryVoltagePath not found
04-09 17:11:11.299: ERROR/BatteryService(61): batteryTemperaturePath not found
04-09 17:11:11.319: ERROR/SurfaceFlinger(61): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
04-09 17:11:19.730: ERROR/EventHub(61): could not get driver version for /dev/input/mouse0, Not a typewriter
04-09 17:11:19.740: ERROR/EventHub(61): could not get driver version for /dev/input/mice, Not a typewriter
04-09 17:11:20.060: ERROR/System(61): Failure starting core service
04-09 17:11:20.060: ERROR/System(61): java.lang.SecurityException
04-09 17:11:20.060: ERROR/System(61):     eat android.os.BinderProxy.transact(Native Method)
04-09 17:11:20.060: ERROR/System(61):     at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
04-09 17:11:20.060: ERROR/System(61):     at android.os.ServiceManager.addService(ServiceManager.java:72)
04-09 17:11:20.060: ERROR/System(61):     at com.android.server.ServerThread.run(SystemServer.java:184)
04-09 17:11:21.570: ERROR/SoundPool(61): error loading /system/media/audio/ui/Effect_Tick.ogg
04-09 17:11:21.600: ERROR/SoundPool(61): error loading /system/media/audio/ui/KeypressStandard.ogg
04-09 17:11:21.610: ERROR/SoundPool(61): error loading /system/media/audio/ui/KeypressSpacebar.ogg
04-09 17:11:21.621: ERROR/SoundPool(61): error loading /system/media/audio/ui/KeypressDelete.ogg
04-09 17:11:21.630: ERROR/SoundPool(61): error loading /system/media/audio/ui/KeypressReturn.ogg
04-09 17:11:24.800: ERROR/ThrottleService(61): Could not open GPS configuration file /etc/gps.conf
04-09 17:11:27.310: ERROR/logwrapper(148): executing /system/bin/tc failed: No such file or directory
04-09 17:11:27.430: ERROR/logwrapper(149): executing /system/bin/tc failed: No such file or directory
04-09 17:11:27.510: ERROR/logwrapper(150): executing /system/bin/tc failed: No such file or directory
04-09 17:11:40.627: ERROR/HierarchicalStateMachine(61): TetherMaster - unhandledMessage: msg.what=3

 

解决方法:
具体的解决方法参考文章:http://www.vcerror.com/?p=1737

你可能感兴趣的:(编译错误)