已采纳回答 / 11111
<...code...><...code...>可以用Log这个类的某些方法(如Log.i) 往LogCat中打印数据,一般调试用。Log.i 的 i 就是 info 的意思,可以理解成 message 的 level
2015-02-20