background_locator icon indicating copy to clipboard operation
background_locator copied to clipboard

when opening phone after app working in background - Fatal Exception: java.lang.UnsatisfiedLinkError

Open daviddagan opened this issue 2 years ago • 4 comments

No implementation found for io.flutter.view.FlutterCallbackInformation io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation(long) (tried Java_io_flutter_embedding_engine_FlutterJNI_nativeLookupCallbackInformation and Java_io_flutter_embedding_engine_FlutterJNI_nativeLookupCallbackInformation__J)

stack trace io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation (FlutterJNI.java) io.flutter.view.FlutterCallbackInformation.lookupCallbackInformation (FlutterCallbackInformation.java) rekab.app.background_locator.IsolateHolderExtensionKt.startLocatorService (IsolateHolderExtensionKt.java:52) rekab.app.background_locator.IsolateHolderService.onCreate (IsolateHolderService.java:3) android.app.ActivityThread.handleCreateService (ActivityThread.java:4589) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1130)

daviddagan avatar Dec 16 '21 12:12 daviddagan

Hi @daviddagan . Could you tell me detailed instructions on how to reproduce this? I'm facing same error on my production app, but it confirmed only in Crashlytics, doesn't reproduce in my environment.

Kurogoma4D avatar Jan 13 '22 02:01 Kurogoma4D

you need to add the killing serving when app is terminated option, than open the service and terminate the app and then reopen the app

‫בתאריך יום ה׳, 13 בינו׳ 2022 ב-4:03 מאת ‪Kurogoma4D‬‏ <‪ @.***‬‏>:‬

Hi @daviddagan https://github.com/daviddagan . Could you tell me detailed instructions on how to reproduce this? I'm facing same error on my production app, but it confirmed only in Crashlytics, doesn't reproduce in my environment.

— Reply to this email directly, view it on GitHub https://github.com/rekabhq/background_locator/issues/296#issuecomment-1011669959, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6ZIWR6XWPWAYBGFROMD43UVYXH7ANCNFSM5KGHBUWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

daviddagan avatar Jan 13 '22 18:01 daviddagan

Thanks, I tried it several times, but the probrem didn't reproduce...

Kurogoma4D avatar Jan 20 '22 07:01 Kurogoma4D

👍

‫בתאריך יום ה׳, 20 בינו׳ 2022 ב-9:35 מאת ‪Kurogoma4D‬‏ <‪ @.***‬‏>:‬

Thanks, I tried it several times, but the probrem didn't reproduce...

— Reply to this email directly, view it on GitHub https://github.com/rekabhq/background_locator/issues/296#issuecomment-1017194386, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6ZIWW2W6FKPBIGT3WT27TUW63LTANCNFSM5KGHBUWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

daviddagan avatar Jan 21 '22 07:01 daviddagan