Fix the argument list to logcat from am instrument
Bug: 186570682 Test: am instrument Change-Id: I3290022c865ca16150c3392657f1fe9d31834fc5
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user