warnings and todo notes · codeanticode/processing-android@6beaa75 · GitHub
Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 6beaa75

Browse files
committed
warnings and todo notes
1 parent c0f67a6 commit 6beaa75

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

core/src/processing/data/JSONObject.java

Lines changed: 2 additions & 0 deletions

src/processing/mode/android/AndroidSDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public static ProcessResult runADB(final String... cmd)
312312
}
313313
// printing this here to see if anyone else is killing the adb server
314314
if (processing.app.Base.DEBUG) {
315-
PApplet.println(adbCmd);
315+
PApplet.printArray(adbCmd);
316316
}
317317
// try {
318318
ProcessResult adbResult = new ProcessHelper(adbCmd).execute();

todo.txt

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)