Reduced log file size
This commit is contained in:
@@ -13,7 +13,7 @@ class LogFileManager(private val context: Context) {
|
||||
val logFileName = "hpos_$unixTime.log"
|
||||
|
||||
return try {
|
||||
val process = Runtime.getRuntime().exec("logcat -d -v threadtime")
|
||||
val process = Runtime.getRuntime().exec("logcat -d -v threadtime -t 1000")
|
||||
val logBuilder = StringBuilder()
|
||||
val input = process.inputStream
|
||||
val bufferedReader = input.bufferedReader()
|
||||
|
||||
Reference in New Issue
Block a user