Fix bug
This commit is contained in:
parent
4cbb001047
commit
23d15e2801
|
|
@ -6,7 +6,7 @@ public class SpiderDebug {
|
|||
|
||||
private static final String TAG = SpiderDebug.class.getSimpleName();
|
||||
|
||||
public static void log(Exception e) {
|
||||
public static void log(Throwable e) {
|
||||
Log.d(TAG, e.getMessage());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue