Skip to content

Commit fecd13b

Browse files
committed
use brief option of logcat, fixes #216
1 parent 668bb06 commit fecd13b

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
@@ -256,7 +256,7 @@ private void reportStackTrace(final LogEntry entry) {
256256

257257
void initialize() throws IOException, InterruptedException {
258258
adb("logcat", "-c");
259-
final String[] cmd = generateAdbCommand("logcat");
259+
final String[] cmd = generateAdbCommand("logcat", "-v", "brief");
260260
final String title = PApplet.join(cmd, ' ');
261261
logcat = Runtime.getRuntime().exec(cmd);
262262
ProcessRegistry.watch(logcat);

0 commit comments

Comments
 (0)