不显示log信息,出现unable to open log device '/dev/log/main':No such file or directory错误,怎么解决

解决方案 »

  1.   

    可能Android Log模块被禁用了,参考http://stackoverflow.com/questions/4867971/dev-log-main-not-found
      

  2.   

    尝试下列方法:
    1.system management menuProject menu -> background settings -> Log settingLog level setting -> VERBOSE Log switch -> LOG onDump and Log -> Checked all the boxes2.adb shell
    su
    mount -o remount,rw /system
    echo ANDROIDLOGGER >> /system/etc/tweaks.conf
    mount -o remount,ro /system