Mobile-SDK-Android-V5 icon indicating copy to clipboard operation
Mobile-SDK-Android-V5 copied to clipboard

V5.9.1 Sample App Crash after small modification

Open esieke opened this issue 8 months ago • 12 comments

Sample App V5.9.1 Device samsung SM-G990B2 Android API 34 and Pixle 5

Reproduce the crash

  1. build and run (debug) the APP
  2. the APP works as expected
  3. change line 81 of MSDKInfoVm.kt to LogUtils.i(tag, "test KeyConnection:$it")
  4. build and run (debugmode) the APP
  5. the APP crashes and exits

Cause research The error seems to happen when calling com.secneo.sdk.Helper.install(this) in file DJIAircraftApplication.kt line 17.

If you uninstall the APP after the crash, it can be started again without crashing.

log.txt

esieke avatar Jun 14 '24 13:06 esieke