00001 package android.util; 00002 00003 import java.io.IOException; 00004 00005 public class Log { 00006 00007 public static void e(String tag, String string, IOException e) { 00008 // TODO Auto-generated method stub 00009 00010 } 00011 00012 public static void i(String tag, String string) { 00013 // TODO Auto-generated method stub 00014 00015 } 00016 00017 public static void e(String tag, String string) { 00018 // TODO Auto-generated method stub 00019 00020 } 00021 00022 }