Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes occurring on LG devices running Android 8 and 9 #38

Closed
pablobaxter opened this issue Oct 8, 2021 · 2 comments
Closed

Crashes occurring on LG devices running Android 8 and 9 #38

pablobaxter opened this issue Oct 8, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@pablobaxter
Copy link
Owner

There is a crash that occurs when starting multiple Harmony preferences in LG devices, specifically in Android 8 and 9.

Caused by java.util.ConcurrentModificationException
       at java.util.ArrayList$Itr.next(ArrayList.java:860)
       at android.os.FileObserver.startWatching(FileObserver.java:196)
       at com.frybits.harmony.HarmonyImpl$isLoadedTask$1.call(HarmonyImpl.java:172)
       at com.frybits.harmony.HarmonyImpl$isLoadedTask$1.call(HarmonyImpl.java:72)
       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
       at android.os.Handler.handleCallback(Handler.java:790)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loop(Looper.java:164)
       at android.os.HandlerThread.run(HandlerThread.java:65)
@pablobaxter pablobaxter added the bug Something isn't working label Oct 8, 2021
@pablobaxter pablobaxter self-assigned this Oct 8, 2021
@pablobaxter
Copy link
Owner Author

This issue is reproducible on an LG device. Will work on a fix.

@pablobaxter
Copy link
Owner Author

Crash issue fixed in #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant