Skip to content
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

Mismatch uid from web to android #111

Open
amitprj51 opened this issue Aug 6, 2020 · 3 comments
Open

Mismatch uid from web to android #111

amitprj51 opened this issue Aug 6, 2020 · 3 comments

Comments

@amitprj51
Copy link

Sometimes getting different uid in android after screen sharing from web, in web getting positive number while in android getting negative number.

@plutoless
Copy link
Contributor

@amitprj51 it's in fact a positive number, because java does not have unsigned int32 so if you print it it will be negative. but it's indeed positive when it is transferred from C++ layer

@amitprj51
Copy link
Author

amitprj51 commented Aug 6, 2020

@amitprj51 it's in fact a positive number, because java does not have unsigned int32 so if you print it it will be negative. but it's indeed positive when it is transferred from C++ layer

@plutoless is there any way to get exact positive number from that

@plutoless
Copy link
Contributor

why do you want it to be positive? for printing? or for equation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants