parent
39e847335c
commit
c8c9885837
|
|
@ -82,7 +82,6 @@ class LogcatService : Service(), CoroutineScope by CoroutineScope(Dispatchers.De
|
||||||
while (isActive) {
|
while (isActive) {
|
||||||
val msg = channel.receive()
|
val msg = channel.receive()
|
||||||
AppLog.i("LogcatServiceMsg", "core msg===>${msg}")
|
AppLog.i("LogcatServiceMsg", "core msg===>${msg}")
|
||||||
Log.i("LogcatServiceMsg","core msg===>${msg}")
|
|
||||||
}
|
}
|
||||||
} catch (e: IOException) {
|
} catch (e: IOException) {
|
||||||
Log.e("Write log file: $e", e.toString())
|
Log.e("Write log file: $e", e.toString())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue