Bye
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.github.catvod.crawler;
|
||||
|
||||
public class SpiderDebug {
|
||||
public static void log(Throwable th) {
|
||||
try {
|
||||
android.util.Log.d("SpiderLog", th.getMessage(), th);
|
||||
} catch (Throwable th1) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public static void log(String msg) {
|
||||
try {
|
||||
android.util.Log.d("SpiderLog", msg);
|
||||
} catch (Throwable th1) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user