一键连

删除日志打印
This commit is contained in:
11111 2025-12-30 20:49:33 +08:00
parent 39e847335c
commit c8c9885837
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class LogcatService : Service(), CoroutineScope by CoroutineScope(Dispatchers.De
while (isActive) {
val msg = channel.receive()
AppLog.i("LogcatServiceMsg", "core msg===>${msg}")
Log.i("LogcatServiceMsg","core msg===>${msg}")
}
} catch (e: IOException) {
Log.e("Write log file: $e", e.toString())