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 23d5d90 commit 02e6cacCopy full SHA for 02e6cac
studio/apps/wallpaper/src/main/java/wallpaper/MainService.java
@@ -6,6 +6,8 @@
6
public class MainService extends PWallpaper {
7
@Override
8
public PApplet createSketch() {
9
+ // Uncomment the following line when debugging:
10
+// android.os.Debug.waitForDebugger();
11
PApplet sketch = new Sketch();
12
return sketch;
13
}
0 commit comments