dji-sdk / Mobile-SDK-Android-V5

MSDK V5 Sample
Other
247 stars 126 forks source link

Mini 3 Pro crash issue #369

Open antonymarion opened 2 weeks ago

antonymarion commented 2 weeks ago

Hi Dji,

image

is the right snippet to put inside the DJIMainActivity kotlin file ?

UASRemoteIDManager.getInstance().setUASRemoteIDAreaStrategy(AreaStrategy.US_STRATEGY)

I tested with this, but I get some crash occasionnaly during startup...

dji-dev commented 2 weeks ago

Agent comment from yating.liao in Zendesk ticket #109703:

Could you provide us with your crash logs? Also, did you call setUASRemoteIDAreaStrategy after completing the init interface?

°°°

antonymarion commented 2 weeks ago

Please provide the snippet code, and where it should be placed; it will ease the resolution and the investigation of the issue thk you

dji-dev commented 1 week ago

Agent comment from yating.liao in Zendesk ticket #109703:

I think you can provide us with crash logs, so the crash you are experiencing may not be related to the crash caused by setUASRemoteIDAreaStrategy.

The function setUASRemoteIDAreaStrateg needs to be called after the onRegisterSuccess callback.

°°°