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 668bb06 commit fecd13bCopy full SHA for fecd13b
src/processing/mode/android/Device.java
@@ -256,7 +256,7 @@ private void reportStackTrace(final LogEntry entry) {
256
257
void initialize() throws IOException, InterruptedException {
258
adb("logcat", "-c");
259
- final String[] cmd = generateAdbCommand("logcat");
+ final String[] cmd = generateAdbCommand("logcat", "-v", "brief");
260
final String title = PApplet.join(cmd, ' ');
261
logcat = Runtime.getRuntime().exec(cmd);
262
ProcessRegistry.watch(logcat);
0 commit comments