Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a61bec9e authored by Jing Ji's avatar Jing Ji Committed by Automerger Merge Worker
Browse files

Merge "Fix the argument list to logcat from am instrument" into sc-dev am: 6dfd2c31

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14475096

Change-Id: I88f0c472f91ed80a88e19dcd3eb59051df5c4706
parents bad6550e 6dfd2c31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -555,7 +555,7 @@ public class Instrument {

            // Start the process
            final Process process = new ProcessBuilder()
                    .command("logcat", "-d", "-v threadtime,uid", "-T", timestamp)
                    .command("logcat", "-d", "-v", "threadtime,uid", "-T", timestamp)
                    .start();

            // Nothing to write. Don't let the command accidentally block.