Update JREUtils.java

This commit is contained in:
ArtDev
2021-01-09 11:03:52 +03:00
committed by GitHub
parent a7ae357dd1
commit cd664622bd

View File

@@ -96,7 +96,7 @@ public class JREUtils
public void run() {
try {
if (logcatPb == null) {
logcatPb = new ProcessBuilder().command("logcat", /* "-G", "1mb", */ "-v", "brief", "*:S").redirectErrorStream(true);
logcatPb = new ProcessBuilder().command("logcat", /* "-G", "1mb", */ "-v", "brief", "-s", "jrelog:I").redirectErrorStream(true);
}
Log.i("jrelog-logcat","Clearing logcat");