去百度翻译了一下,也是看不懂到底是什么错误。
06-25 08:40:24.749: E/Zygote(32): setreuid() failed. errno: 2
06-25 08:40:30.349: E/Zygote(32): setreuid() failed. errno: 17
06-25 08:40:31.160: E/BatteryService(58): usbOnlinePath not found
06-25 08:40:31.160: E/BatteryService(58): batteryVoltagePath not found
06-25 08:40:31.160: E/BatteryService(58): batteryTemperaturePath not found
06-25 08:40:31.170: E/SurfaceFlinger(58): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
06-25 08:40:34.600: E/EventHub(58): could not get driver version for /dev/input/mouse0, Not a typewriter
06-25 08:40:34.600: E/EventHub(58): could not get driver version for /dev/input/mice, Not a typewriter
06-25 08:40:34.730: E/System(58): Failure starting core service
06-25 08:40:34.730: E/System(58): java.lang.SecurityException
06-25 08:40:34.730: E/System(58): at android.os.BinderProxy.transact(Native Method)
06-25 08:40:34.730: E/System(58): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
06-25 08:40:34.730: E/System(58): at android.os.ServiceManager.addService(ServiceManager.java:72)
06-25 08:40:34.730: E/System(58): at com.android.server.ServerThread.run(SystemServer.java:184)
06-25 08:40:35.200: E/SoundPool(58): error loading /system/media/audio/ui/Effect_Tick.ogg
06-25 08:40:35.200: E/SoundPool(58): error loading /system/media/audio/ui/KeypressStandard.ogg
06-25 08:40:35.200: E/SoundPool(58): error loading /system/media/audio/ui/KeypressSpacebar.ogg
06-25 08:40:35.210: E/SoundPool(58): error loading /system/media/audio/ui/KeypressDelete.ogg
06-25 08:40:35.210: E/SoundPool(58): error loading /system/media/audio/ui/KeypressReturn.ogg
06-25 08:40:36.100: E/ThrottleService(58): Could not open GPS configuration file /etc/gps.conf
06-25 08:40:36.830: E/logwrapper(138): executing /system/bin/tc failed: No such file or directory
06-25 08:40:36.880: E/logwrapper(139): executing /system/bin/tc failed: No such file or directory
06-25 08:40:36.880: E/logwrapper(140): executing /system/bin/tc failed: No such file or directory
06-25 08:40:42.660: E/HierarchicalStateMachine(58): TetherMaster - unhandledMessage: msg.what=3
: E/(): Device disconnected
------解决方案--------------------
casuse by 没贴出。
你参考这个
------解决方案--------------------
异常不全啊。很多类似 的。
------解决方案--------------------
06-25 08:40:34.730: E/System(58): java.lang.SecurityException这个错误表示权限不足,android.os.ServiceManager.addService需要系统权限或者root权限
06-25 08:40:34.730: E/System(58): at android.os.BinderProxy.transact(Native Method)
06-25 08:40:34.730: E/System(58): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
06-25 08:40:34.730: E/System(58): at android.os.ServiceManager.addService(ServiceManager.java:72)