-
Notifications
You must be signed in to change notification settings - Fork 250
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
[Help Wanted]: Debug mode stops when I started to move and update my location #1415
Comments
What evidence do you have of a crash? When an app crashes, the first thing I do is fetch the stacktrace, showing exactly what crashed and where. There is always a stacktrace. |
If I give you more details about the issue, it will be easier to you to find out the solution of the problem that I have?
Maybe I can give you more details of the implementation that I already have in my project.
…________________________________
From: Chris Scott ***@***.***>
Sent: Thursday, January 30, 2025 10:22 AM
To: transistorsoft/flutter_background_geolocation ***@***.***>
Cc: Enrique Bueso ***@***.***>; Author ***@***.***>
Subject: Re: [transistorsoft/flutter_background_geolocation] [Help Wanted]: Debug mode stops when I started to move and update my location (Issue #1415)
but when we start moving the debug pauses and crashes
What evidence do you have of a crash? When an app crashes, the first thing I do is fetch the stacktrace, showing exactly what crashed and where. There is always a stacktrace.
—
Reply to this email directly, view it on GitHub<#1415 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BO55AGU423TP42ICVERBQU32NJGV3AVCNFSM6AAAAABWBQ7V3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRUHE2TQMZZG4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
If you have a crash, provide the stacktrace. Otherwise, there’s no evidence that this plug-in is at fault (it could be your own code or some other plug-in responsible). |
Ok, give me some time to make the test again and provide you the stacktrace,
I have another question,
Because in our company we have an API that Updates the Geolocation of our users, we already implement the transistor services in our project, when our users close the app or when they lock the phone, will still update the location of our users?
That is the test that we also need to know if its going to work?, Because that is the main functionality that we will implement in our project from your services.
…________________________________
From: Enrique Bueso ***@***.***>
Sent: Thursday, January 30, 2025 11:20 AM
To: transistorsoft/flutter_background_geolocation ***@***.***>
Subject: Re: [transistorsoft/flutter_background_geolocation] [Help Wanted]: Debug mode stops when I started to move and update my location (Issue #1415)
If I give you more details about the issue, it will be easier to you to find out the solution of the problem that I have?
Maybe I can give you more details of the implementation that I already have in my project.
________________________________
From: Chris Scott ***@***.***>
Sent: Thursday, January 30, 2025 10:22 AM
To: transistorsoft/flutter_background_geolocation ***@***.***>
Cc: Enrique Bueso ***@***.***>; Author ***@***.***>
Subject: Re: [transistorsoft/flutter_background_geolocation] [Help Wanted]: Debug mode stops when I started to move and update my location (Issue #1415)
but when we start moving the debug pauses and crashes
What evidence do you have of a crash? When an app crashes, the first thing I do is fetch the stacktrace, showing exactly what crashed and where. There is always a stacktrace.
—
Reply to this email directly, view it on GitHub<#1415 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BO55AGU423TP42ICVERBQU32NJGV3AVCNFSM6AAAAABWBQ7V3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRUHE2TQMZZG4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
See api docs Config.stopOnTerminate |
What is your question about the logs you’ve shown? The plug-in has its own built-in http service which can post to any url you wish. See api docs Configuration.url (also see “HTTP Guide”, linked throughout the api docs) |
Required Reading
Plugin Version
4.16.6
Mobile operating-system(s)
What do you require assistance about?
We are trying to implement the transistor services, we already follow the steps from the documentation, and we are making some tests in Debug mode, when we close our app or having it on second plane when we are on the same place without moving the terminal show some messages and it seems that transistor is working correctly, but when we start moving the debug pauses and crashes, we are making the debug tests on a physical device, but we are having that problem.
The physical device is a Samsung Galaxy A05. All the tests that I´ve made is on debug mode using the physical device that I already especified.
What can I do in that case? I´m making the tests on the free layer.
[Optional] Plugin Code and/or Config
[Optional] Relevant log output
The text was updated successfully, but these errors were encountered: