Chintan Mishra

Results 31 comments of Chintan Mishra

Here is what I have found while testing on some devices: Moto G4+: - No image can be captured - `toggleCamera()` fails Xiaomi Mi A10: - TODO: I will update...

@DarkMinstrel it doesn't seem to work for some devices.

Also, add MQTT v5 support in the Android library too.

Please reformat your snippet. And show us some code that you are using to connect with the broker.

@kuailewangzi0328 you should not be doing any network operation on Main Thread of android. This will lead to crash and ANRs.

This is a network operation `mClient.connect(mConnectOptions,null, mConnectCallback)`. What does this execute? > `pool.excute(doConnect();) // Looks like semantic error` I have no idea of your implementation. Share your code. **And format...

`IllegalArgumentException` is the correct exception but the issue is that you were not able to catch it on the main thread. For now you can try this ```java try {...

Now I understand what problem you are facing.

What do I do to reproduce the error @kuailewangzi0328 ? I tried connecting a vanilla application it seems to work fine/

Here is the concerned output log obtained from `ungit --logGitCommands` ```log {"message":"git result (first 400 bytes): -c color.ui=false -c core.quotepath=false -c core.pager=cat -c core.editor=: log --cc --decorate=full --show-signature --date=default --pretty=fuller...