Log.java
Go to the documentation of this file.
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 }


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:49