Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在linux系统(Ubuntu 12.04)中开发。我最喜欢的输出格式是-v time,但$ adb logcat -v time每次我想查看日志消息时都必须输入,这很烦人。
-v time
$ adb logcat -v time
所以,我的问题是:有没有办法将 adb 配置为默认输出时间格式?
我在互联网上寻找一个环境变量来设置首选格式,但到目前为止我还没有成功。
使用别名。
alias myalias='adb logcat -v time'
(使用您喜欢的任何内容而不是 myalias。例如,首字母alvt)
alvt
并把它放在你的.bashrc
.bashrc