You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have observed that launching an application with the IWearRemapper plus the IWearLogger, we were not able to terminate it correctly. In particular, we observed that the logger was able to finish the close() and reach the end of the destructor (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.
@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.
@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: