Results 11 comments of Mahdi

I asked @shanselman on [twitter](https://twitter.com/dotMahdi/status/1156021257827049477) about it and he said that he will check it. Let's see if he can do something about it.

I fixed it on my machine using the answer from https://github.com/jide/clamp/issues/30 in the config file, before `loadmodule` section, use this line: ```json "\" -C \"loadmodule mpm_prefork_module": "/usr/libexec/apache2/mod_mpm_prefork.so" ``` (not sure...

@christocracy I have the same exact issue on more recent androids and the logs report ANR from `com.transistorsoft.locationmanager.service.GeofencingService` Here's related the logcat (I have replace the app package name with...

@christocracy Here's more information and code. What else do you need? ## Environment * Plugin version:4.13.5 * Platform: Android * OS version: 14 * Device manufacturer / model: Pixel 8,...

Hey @christocracy Here's the suspicious part (note the sticky: true): ``` 02-24 20:28:32.873 DEBUG [AbstractService a] 🎾 start [GeofencingService startId: 3, eventCount: 1] 02-24 20:28:32.874 DEBUG [AbstractService a] ⚙️︎ FINISH...

Hey @christocracy Thanks for the update. We've been testing it for the last few days and it's been working fine. Just wanted to do some broader testing before confirming that...

@christocracy That change fixed the ANR issue but it doesn't execute the headless task function in my code. Here's how I register my task: ```dart Future main() async { WidgetsFlutterBinding.ensureInitialized();...

Thanks @christocracy. You're right, the problem was just `@pragma('vm:entry-point')` which was missing after the upgrade. So, looks like the issue is fully resolved in Android 14. Thanks again. Are you...

> > Are you going to publish a new release soon > > I'll publish when you let me know that you're satisfied. I am! It is working perfectly fine...