$ gomobile version
gomobile version +875e90d Wed Jan 15 17:48:49 2020 +0000 (android,ios); androidSDK=/usr/local/Android/sdk/platforms/android-29
Android NDK: 21.0.6113669
Android SDK: 29.0.2
Android Studio: 3.5.3
I have an android app that depends on golang.org/x/sys library. When I upgrade from `golang.org/x/sys' package from golang/sys@6d18c01 to next commit golang/sys@85b82a3 , my android app building in release mode was crashed on my device. I tried Pixel 2 + Android Q, Pixel 4 XL + Android Q and Redmi 6 Pro + Android Pie.
Running release APK on device is crashed on my device, debug APK works well. And the last good commit is golang/sys@6d18c01 , the first crash commit is golang/sys@85b82a3 .The following is a crash log:
I have an android app that depends on golang.org/x/sys library. When I upgrade from `golang.org/x/sys' package from golang/sys@6d18c01 to next commit golang/sys@85b82a3 , my android app building in release mode was crashed on my device. I tried Pixel 2 + Android Q, Pixel 4 XL + Android Q and Redmi 6 Pro + Android Pie.
I reproduce this crash and sample code is at https://github.com/fbzhong/SysCrashDemo (including golang lib & Android app). Only one line in the golib:
Running release APK on device is crashed on my device, debug APK works well. And the last good commit is golang/sys@6d18c01 , the first crash commit is golang/sys@85b82a3 .The following is a crash log:
Sorry I didn't take more time to find out which line of code caused this crash, hope someone could fix this soon.
The text was updated successfully, but these errors were encountered: