Android native crash

前端 未结 2 780
故里飘歌
故里飘歌 2021-02-12 20:30

We are not using any native code, as well our app doesn\'t have any native transitive dependency.

After recent release (we updated couple fo dependencies and add new) we

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-12 20:57

    I was so sceptical about some dependency bug as a possible cause of the crash(es).

    However, we've updated next in the latest release and crash disappears:

    • Build tools 26.0.3 -> 27.0.3
    • Android Gradle Plugin to 3.0.1 -> 3.1.0-rc01 (this also brings new data binding dependencies under the hood)
    • DexGuard 8.0.23 -> 8.1.10
    • Kotlin 1.2.21 -> 1.2.30
    • RxJava 2.1.0 -> 2.1.10
    • RxAndroid 2.0.1 -> 2.0.2
    • Adjust 4.12.1 -> 4.12.2
    • Multidex support 1.0.2 -> 1.0.3

    Analyzing CHANGELOGS is quite hard and cumbersome. I spent a half of hour on it doesn't point to one obvious issue.

    After reviewing over and over I think it might be dependency bug. But I can not say for sure since we also did quite many changes in these two weeks.

提交回复
热议问题