Skip to content

Commit 02e6cac

Browse files
committed
add waitForDebugger() call in wallpaper's main service
1 parent 23d5d90 commit 02e6cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

studio/apps/wallpaper/src/main/java/wallpaper/MainService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
public class MainService extends PWallpaper {
77
@Override
88
public PApplet createSketch() {
9+
// Uncomment the following line when debugging:
10+
// android.os.Debug.waitForDebugger();
911
PApplet sketch = new Sketch();
1012
return sketch;
1113
}

0 commit comments

Comments
 (0)