You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After downloading the patch and restarting the app again, the app will crashed. And if started the hotfix programlly, logs said: " skip the patch installation because of last failure" after restarting the app again.
Steps To Reproduce
build release apk
create patch for the apk
start the app
crashed
Expected Behavior
Install the patch successfully.
Crash Log
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A Cmdline: com.jiexinge.ruanjian.fast
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A pid: 17144, tid: 17144, name: e.ruanjian.fast >>> com.jiexinge.ruanjian.fast <<<
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A #00 pc 00000000009546c9 /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/base.apk!libflutter.so (BuildId: eee68de8df7f594716a04e0ad8bf51b98a4f948d)
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A #3 pc 0000000000d0b134 /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/oat/x86_64/base.vdex (io.flutter.embedding.engine.FlutterJNI.performNativeAttach+0)
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A #5 pc 0000000000d0b24a /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/oat/x86_64/base.vdex (io.flutter.embedding.engine.FlutterJNI.attachToNative+30)
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A #7 pc 0000000000d0ac0e /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/oat/x86_64/base.vdex (io.flutter.embedding.engine.FlutterEngine.attachToJni+18)
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A #9 pc 0000000000d0aa9a /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/oat/x86_64/base.vdex (io.flutter.embedding.engine.FlutterEngine.+458)
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A #11 pc 0000000000d0a4aa /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/oat/x86_64/base.vdex (io.flutter.embedding.engine.FlutterEngineGroup.createEngine+22)
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A #13 pc 0000000000d0a420 /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/oat/x86_64/base.vdex (io.flutter.embedding.engine.FlutterEngineGroup.createAndRunEngine+108)
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A #15 pc 0000000000cfc970 /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/oat/x86_64/base.vdex (io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setUpFlutterEngine+420)
2025-02-14 17:04:18.922 17184-17184 DEBUG pid-17184 A #17 pc 0000000000cfbff2 /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/oat/x86_64/base.vdex (io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach+14)
2025-02-14 17:04:18.923 17184-17184 DEBUG pid-17184 A #24 pc 0000000000cfd49e /data/app/~~G2KhSfakvd18JcIiPeTYFg==/com.jiexinge.ruanjian.fast-242oIL2DaPmT56yabg5JqA==/oat/x86_64/base.vdex (io.flutter.embedding.android.FlutterActivity.onCreate+26)
It looks like you ignored the native change warning when patching and the crashing patch had native changes. This is the purpose of the warning and it should not be ignored.
App ID: 42c91bdd-f4e7-40ac-b273-9c4bbdd63919
Description
After downloading the patch and restarting the app again, the app will crashed. And if started the hotfix programlly, logs said: " skip the patch installation because of last failure" after restarting the app again.
Steps To Reproduce
Expected Behavior
Install the patch successfully.
Crash Log
Full Crash Log
crash_log.txt
The text was updated successfully, but these errors were encountered: