Skip to content

Commit 9321a04

Browse files
committed
use brief option in logcat
1 parent ec74069 commit 9321a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/Device.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ private void reportStackTrace(final LogEntry entry) {
272272

273273
void initialize() throws IOException, InterruptedException {
274274
adb("logcat", "-c");
275-
final String[] cmd = generateAdbCommand("logcat");
275+
final String[] cmd = generateAdbCommand("logcat", "-v", "brief");
276276
final String title = PApplet.join(cmd, ' ');
277277
logcat = Runtime.getRuntime().exec(cmd);
278278
ProcessRegistry.watch(logcat);

0 commit comments

Comments
 (0)