-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix remapper plus logger termination #404
Comments
@lrapetti if you can, please add the termination log details. Thanks. |
I think this problem was fixed, do you remember something @prashanthr05 ? |
@lrapetti I remember you telling me that you had verified that the termination problem was not related to logger. At that time, you were continuing to verify the remapper. |
Yes, actually now I remember that the logger was saving the data so it was basically reaching the termination phase. I will try to investigate again and add more information here. |
We have observed that launching an application with the
IWearRemapper
plus theIWearLogger
, we were not able to terminate it correctly. In particular, we observed that the logger was able to finish theclose()
and reach the end of thedestructor
(so it seems to be closing fine), but the remapper didn't close.Probably the problem is not at all related to the logger and can happen even in different situation with the remapper, but this should be verified.
cc @kouroshD @prashanthr05 @Yeshasvitvs
The text was updated successfully, but these errors were encountered: