This commit is contained in:
FongMi 2022-09-25 00:02:29 +08:00
parent 6ac614057c
commit df57aae37c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public class SpiderDebug {
private static final String TAG = SpiderDebug.class.getSimpleName(); 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()); Log.d(TAG, e.getMessage());
} }