Increase logcat size

This commit is contained in:
M66B
2018-09-03 18:24:26 +00:00
parent 0a4c69944a
commit f50729240d

View File

@@ -120,7 +120,7 @@ public class Helper {
String[] cmd = new String[]{"logcat",
"-d",
"-v", "threadtime",
"-t", "500",
"-t", "1000",
TAG + ":I"};
proc = Runtime.getRuntime().exec(cmd);
br = new BufferedReader(new InputStreamReader(proc.getInputStream()));