user3
I can reproduce the issue on GrapheneOS. It launches fine on stock PixelOS.
Play services and Play Store have Network access. The app is installed from Play Store in the owner profile.
Description of the behaviour
The app crashes about 1 sec after it's launched.
Version info
App version 1.2.9
Pixel 8
GrapheneOS 2025041100
Play Store 45.4.26-31
Play services 25.10.36
Gmscompatconfig 156
Pixel 6a
PixelOS BP1A.250405.007
Steps to reproduce
- Install the app from Play Store
- Open the app
What has been attempted so far without luck
- Enabled "exploit protection compatibility mode" and Webview JIT for the app and relaunched it
- Disabled secure app spawning, disabled "exploit protection compatibility mode" for the app, rebooted the phone and relaunched the app
Log
Secure app spawning enabled:
type: crash
osVersion: google/shiba/shiba:15/BP1A.250405.007.B1/2025041100:user/release-keys
package: com.tgelec.savefamily:31, targetSdk 34
process: com.tgelec.savefamily
processUptime: 195 + 351 ms
installer: com.android.vending
java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/data/com.tgelec.savefamily/.jiagu/libjiagu_64.so"
at java.lang.Runtime.load0(Runtime.java:964)
at java.lang.System.load(System.java:1729)
at com.stub.StubApp.attachBaseContext(SourceFile:198)
at android.app.Application.attach(Application.java:352)
at android.app.Instrumentation.newApplication(Instrumentation.java:1368)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1473)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1405)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7697)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2509)
at android.os.Handler.dispatchMessage(Handler.java:109)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8973)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
at com.android.internal.os.ExecInit.main(ExecInit.java:50)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
Secure app spawning disabled:
type: crash
osVersion: google/shiba/shiba:15/BP1A.250405.007.B1/2025041100:user/release-keys
package: com.tgelec.savefamily:31, targetSdk 34
process: com.tgelec.savefamily
processUptime: 171 + 66 ms
installer: com.android.vending
java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/data/com.tgelec.savefamily/.jiagu/libjiagu_64.so"
at java.lang.Runtime.load0(Runtime.java:964)
at java.lang.System.load(System.java:1729)
at com.stub.StubApp.attachBaseContext(SourceFile:198)
at android.app.Application.attach(Application.java:352)
at android.app.Instrumentation.newApplication(Instrumentation.java:1368)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1473)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1405)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7697)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2509)
at android.os.Handler.dispatchMessage(Handler.java:109)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8973)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:927)