首页 > 其他 > 详细

logcat 提示 Unable to open log device '/dev/log/main': No such file or directory

时间:2015-01-29 21:05:23      阅读:492      评论:0      收藏:0      [点我收藏+]

解决办法:

 

  1. Open: /system/etc/init.d/××× (not the same file on different ROMs, find the right file)
  2. Find the line that says: rm /dev/log/main
  3. Change the line to: # rm /dev/log/main (comments out the line, rm = remove, in case you were wondering)
  4. Save and reboot

意思就是在/system/etc/init.d/目录下,找到相应脚本,打开,如果哪个脚本中包含“rm /dev/log/main ”,就用#注释他,变成“#rm /dev/log/main ”,保存重启,妥妥的

 

logcat 提示 Unable to open log device '/dev/log/main': No such file or directory

原文:http://www.cnblogs.com/justwin/p/4260804.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!