mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 01:27:18 -04:00
Update JREUtils.java
This commit is contained in:
parent
a7ae357dd1
commit
cd664622bd
@ -96,7 +96,7 @@ public class JREUtils
|
|||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
if (logcatPb == null) {
|
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");
|
Log.i("jrelog-logcat","Clearing logcat");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user