开启LogCat日志命令
adb shell
su
mount -o remount,rw /system
echo ANDROIDLOGGER >> /system/etc/tweaks.conf
mount -o remount,ro /system
重启eclipse和adb。 一切就是那么简单。。。。
本文指导您如何通过adb shell命令轻松开启LogCat日志功能,包括使用su权限挂载系统目录、编辑配置文件及重启环境的操作步骤。
开启LogCat日志命令
adb shell
su
mount -o remount,rw /system
echo ANDROIDLOGGER >> /system/etc/tweaks.conf
mount -o remount,ro /system
重启eclipse和adb。 一切就是那么简单。。。。

被折叠的 条评论
为什么被折叠?
