adb shell
su
mount -o remount,rw /system
echo ANDROIDLOGGER >> /system/etc/tweaks.conf
mount -o remount,ro /system
reboot.
Unable to open log device '/dev/log/main': No such file or directory
最新推荐文章于 2023-08-03 22:15:50 发布
adb shell
su
mount -o remount,rw /system
echo ANDROIDLOGGER >> /system/etc/tweaks.conf
mount -o remount,ro /system
reboot.