chore: update core

This commit is contained in:
metacubex
2022-12-21 16:18:48 +08:00
parent 2fd3bb4a36
commit a0021a0f73
6 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
package com.github.kr328.clash.common.log
object Log {
private const val TAG = "ClashForAndroid"
private const val TAG = "ClashMetaForAndroid"
fun i(message: String, throwable: Throwable? = null) =
android.util.Log.i(TAG, message, throwable)