示例#1
0
 static void a(String s, String s1, Throwable throwable) {
   LoggingComponent loggingcomponent = ComponentRegistry.j();
   if (LoggingComponent.a <= 6) {
     loggingcomponent.a(
         s,
         (new StringBuilder())
             .append(s1)
             .append(": ")
             .append(Log.getStackTraceString(throwable))
             .toString());
   }
 }
示例#2
0
 public static void setLogLevel(int i) {
   ComponentRegistry.j().setLogLevel(i);
 }
示例#3
0
 public static int getLogLevel() {
   return ComponentRegistry.j().getLogLevel();
 }
示例#4
0
 static void e(String s, String s1) {
   LoggingComponent loggingcomponent = ComponentRegistry.j();
   if (LoggingComponent.a <= 6) {
     loggingcomponent.a(s, s1);
   }
 }
示例#5
0
 static void d(String s, String s1) {
   ComponentRegistry.j();
   if (LoggingComponent.a <= 5) {
     Log.w((new StringBuilder("MMSDK-")).append(s).toString(), s1);
   }
 }
示例#6
0
 static void b(String s, String s1) {
   ComponentRegistry.j();
   if (LoggingComponent.a > 3) ;
 }