We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec74069 commit 9321a04Copy full SHA for 9321a04
src/processing/mode/android/Device.java
@@ -272,7 +272,7 @@ private void reportStackTrace(final LogEntry entry) {
272
273
void initialize() throws IOException, InterruptedException {
274
adb("logcat", "-c");
275
- final String[] cmd = generateAdbCommand("logcat");
+ final String[] cmd = generateAdbCommand("logcat", "-v", "brief");
276
final String title = PApplet.join(cmd, ' ');
277
logcat = Runtime.getRuntime().exec(cmd);
278
ProcessRegistry.watch(logcat);
0 commit comments