最新 Android 客户端源代码以及教程,完全免费开源最新版本

free all
This commit is contained in:
zeus
2025-02-05 20:10:14 +08:00
parent ec96756800
commit 349037c5f4
1426 changed files with 155138 additions and 49275 deletions
@@ -1,7 +1,7 @@
package com.github.kr328.clash.common.log
object Log {
private const val TAG = "ClashMetaForAndroid"
private const val TAG = "UUVPN"
fun i(message: String, throwable: Throwable? = null) =
android.util.Log.i(TAG, message, throwable)