Android???????????????
???????????? ???????[ 2015/1/5 13:24:43 ] ????????Android ???????
??????????????
?????????????Android?????????????????????????????????????LogCat?д??????????????н?????????????????android.util.Log?????????????????Log????????????????????????????ERROR??WARN??INFO??DEBUG??VERBOSE??????????????????????????????Log.e( )??Log.w( )??Log.i()??Log.d( )??Log.v( )????????????
??????????????д?????????????????
????package cn.class3g;
????import junit.framework.Assert;
????import android.test.AndroidTestCase;
????import android.util.Log;
????public class UserTest extendsAndroidTestCase{
????private static final StringTAG = "tag";
????public void testSave()throws Throwable{
????int i= 4+8;
????Log.i(TAG?? "i = " + i);
????Assert.assertEquals(5??i);
????}
????}
?????????
????Log.i(String tag??String msg);
????tag??????????????????????????????????????????????????????????????????????????????????????????????????????????????
????msg???ò?????????????????????? ?????????????????????????????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11