Commit ee380e0
Windows camera: drop Thread.setDaemon (not in the ParparVM runtime)
The clean (ParparVM) target has no java.lang.Thread.setDaemon, so the translated
WindowsCameraImpl.c failed to compile (undeclared virtual_java_lang_Thread_setDaemon).
The takePhoto worker exits as soon as the frame is captured, so a non-daemon thread
is fine.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4d57167 commit ee380e0
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
0 commit comments