zoukankan      html  css  js  c++  java
  • ERROR/Zygote(33): setreuid() failed.

    唉,这错误郁闷我好几天了,在网上也看许多前辈没遇到同样的错误,但都没有解决或许已经解决了没有贴出答案来,苦于自己曲折的过程,必须的谢谢,以免让后辈门少做无用功

    上辈种树,下辈乘凉,只有站在前人的基础上你才能看得更高更远。

    首先报这错误时,真的不知所云,说什么用的到Servie,我压根就没有用,经过一番调试后,删除所有的AVD后,重新创建一个AVD启动后,红色错误如期而至,也问了很多网友和找了些网上的资料,说是什么配置问题,于是我又大动干戈,更新SDK版本,把配置路径重新配了下,但那该死的错误还是依旧,最户经过几番折腾,我把AVD上的程序都卸载掉,重新创建一个AVD 启动一个简单的android项目,结果奇迹般的好了。

    最后的结论是:自己做的都是无用功,自己的AVD和SDK配置根本没有错,而是自己的程序问题,只是之前因为没有卸载有错误的程序才导致每次启动其他项目时也报同样的错误

    解决方案:  把报错的s那个android项目卸载掉,或把有错误的注销掉(关键时自己不知道哪里有错误)慢慢去一步一步调式。

     

    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):     at 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

  • 相关阅读:
    chattr
    chage命令
    passwd命令
    usermod命令
    userdel命令
    useradd命令
    信息热词分析系统重构
    pandas数据清洗
    python 中mysql数据库的读写
    java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986
  • 原文地址:https://www.cnblogs.com/loughofdragon/p/2189976.html
Copyright © 2011-2022 走看看