It seems to be loading the library when the pybullet world is created. Then it goes on, starts and finish creating the tower of blocks, update each brick of the tower, update the pybullet simulation... Then it hangs at the end of the first OnUpdate, not entering the new one.
Here's the full logcat, not focusing only on the "zgebullet" word filter. I just removed the list of GL functions not found.
Code: Select all
09-12 15:58:45.087 I/Finsky ( 6353): [2] amgw.b(67): VerifyApps: Install-time verification requested for package com.txori.ZGEBullet, id = 7
09-12 15:58:45.098 I/Finsky ( 6353): [668] VerifyAppsInstallTask.mp(52): VerifyApps: Anti-malware verification task started for package=com.txori.ZGEBullet
09-12 15:58:45.252 I/Finsky ( 6353): [668] rmh.e(90): Not entering foreground
09-12 15:58:45.254 I/Finsky ( 6353): [455] amma.a(69): VerifyApps: Starting APK Analysis scan for com.txori.ZGEBullet.
09-12 15:58:45.255 I/Finsky ( 6353): [455] amei.b(171): Scanning package com.txori.ZGEBullet contents with client side protections. File: [X61TcnItRlbWPqqn7NCBmABiMtEviZZ0Mv0sjiIibzI]
09-12 15:58:45.378 I/Finsky ( 6353): [672] amnl.g(53): VerifyApps: Verification package=com.txori.ZGEBullet, id=7, response=0, upload_requested=false
09-12 15:58:45.385 I/Finsky ( 6353): [668] VerifyRequiredSplitTypesInstallTask.mp(51): VerifyApps: Starting required split types check for com.txori.ZGEBullet.
09-12 15:58:45.387 I/Finsky ( 6353): [668] VerifyRequiredSplitTypesInstallTask.mp(589): VerifyApps: Required split types check successful for com.txori.ZGEBullet.
09-12 15:58:45.387 I/Finsky ( 6353): [668] VerifyAdvancedProtectionInstallTask.mp(9): VerifyApps AdvancedProtection: Verify AP install started
09-12 15:58:45.388 I/Finsky ( 6353): [668] VerifyAdvancedProtectionInstallTask.mp(43): VerifyApps AdvancedProtection: Allowing install because there are no Advanced Protection users
09-12 15:58:45.413 I/Finsky ( 6353): [668] VerifyV31SignatureInstallTask.e(149): VerifyApps V31SignatureVerification: Successful verification for the package: com.txori.ZGEBullet using APK Signature Scheme v3
09-12 15:58:45.413 I/Finsky ( 6353): [668] VerifyInstallTask.j(17): VerifyApps: Returning package verification result id=7, result=ALLOW
09-12 15:58:45.442 I/ActivityManager( 2041): Force stopping com.txori.ZGEBullet appid=10572 user=-1: installPackageLI
09-12 15:58:45.443 I/PackageManager( 2041): Update package com.txori.ZGEBullet code path from /data/app/~~cwonQ1AZ0XrUvHJnYnwJ3A==/com.txori.ZGEBullet-P4C-foK9h8KipIme6iPs_w== to /data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==; Retain data and using new
09-12 15:58:45.589 I/ActivityManager( 2041): Force stopping com.txori.ZGEBullet appid=10572 user=0: pkg removed
09-12 15:58:45.606 I/Finsky ( 6353): [2] zlz.i(1): zlz - Received: android.intent.action.PACKAGE_REMOVED, [frJVAmMwpOGrKZaHt_Gw7P9tyAyV5yETgCrPUm_V4Ck]
09-12 15:58:45.607 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorReceiverImpl$RegisteredReceiver
09-12 15:58:45.607 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.BackgroundPackageMonitorReceiverImpl$RegisteredReceiver
09-12 15:58:45.607 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor
09-12 15:58:45.607 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
09-12 15:58:45.607 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
09-12 15:58:45.607 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.videos/com.google.android.libraries.social.peoplekit.thirdparty.viewcontrollers.ThirdPartyReceiver
09-12 15:58:45.607 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
09-12 15:58:45.611 D/TelephonyProvider( 2508): Using old permission behavior for telephony provider compat
09-12 15:58:45.611 W/MediaProvider( 3351): WorkProfileOwnerApps cache is empty
09-12 15:58:45.611 D/PickerSyncLockManager( 3351): Trying to acquire lock com.android.providers.media.photopicker.sync.CloseableReentrantLock@e941f9[Unlocked]. Lock Name = CLOUD_PROVIDER_LOCK. Threads that may be waiting to acquire this lock = []
09-12 15:58:45.611 D/CloseableReentrantLock( 3351): Successfully acquired lock com.android.providers.media.photopicker.sync.CloseableReentrantLock@e941f9[Locked by thread main]. Lock Name = CLOUD_PROVIDER_LOCK. Threads that may be waiting to acquire this lock = []
09-12 15:58:45.611 D/CloseableReentrantLock( 3351): Successfully released lock com.android.providers.media.photopicker.sync.CloseableReentrantLock@e941f9[Unlocked]. Lock Name = CLOUD_PROVIDER_LOCK. Threads that may be waiting to acquire this lock = []
09-12 15:58:45.630 I/Finsky ( 6353): [2] trz.d(66): IQ: onPackageRemoved com.txori.ZGEBullet, replacing=true, uninstallingFromPlay=false
09-12 15:58:45.634 I/Finsky ( 6353): [2] lre.f(7): AIM: AppInfoCacheUpdater -> invalidating apps: [com.txori.ZGEBullet]
09-12 15:58:45.634 I/Finsky ( 6353): [2] lrr.c(19): AIM: AppInfoManager-Perf > getApps > called for 1 apps
09-12 15:58:45.637 I/Finsky ( 6353): [447] lsz.a(47): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed in cache (limit 10) : [com.txori.ZGEBullet]
09-12 15:58:45.640 I/Finsky ( 6353): [460] kzc.apply(1456): AIM: Got app ownership map. App counts: . Unique apps: 0
09-12 15:58:45.640 E/Finsky ( 6353): [460] nni.c(15): [Counters] attempted to use a non-positive increment for: 4752
09-12 15:58:45.641 I/Finsky ( 6353): [460] lsz.a(47): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=1, cacheMissCount=0. Missed in cache (limit 10) : []
09-12 15:58:45.642 E/Finsky ( 6353): [455] nni.c(15): [Counters] attempted to use a non-positive increment for: 4753
09-12 15:58:45.642 I/Finsky ( 6353): [455] kzc.apply(1456): AIM: Got app ownership map. App counts: . Unique apps: 0
09-12 15:58:45.642 E/Finsky ( 6353): [455] nni.c(15): [Counters] attempted to use a non-positive increment for: 4752
09-12 15:58:45.643 E/Finsky ( 6353): [455] nni.c(15): [Counters] attempted to use a non-positive increment for: 4753
09-12 15:58:45.666 D/AF::TrackHandle( 1152): OpPlayAudio: track:55 usage:3 not muted
09-12 15:58:45.666 D/AF::TrackHandle( 1152): OpPlayAudio: track:55 usage:3 not muted
09-12 15:58:45.667 I/ActivityTaskManager( 2041): START u0 {flg=0x10000000 cmp=com.txori.ZGEBullet/org.zgameeditor.ZgeActivity} from uid 2000
09-12 15:58:45.694 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledReceiver
09-12 15:58:45.694 I/Finsky ( 6353): [447] lsu.a(217): AIM: AppInfoManager-Perf > ItemModel > CacheSize=111, cacheHitCount=0, cacheMissCount=0, total appsWithNoServerDataCount=3. Missed in cache (limit 10) : []
09-12 15:58:45.694 I/Finsky ( 6353): [2] lre.f(7): AIM: AppInfoCacheUpdater -> invalidating apps: [com.txori.ZGEBullet]
09-12 15:58:45.694 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorReceiverImpl$RegisteredReceiver
09-12 15:58:45.695 I/Finsky ( 6353): [2] lrr.c(19): AIM: AppInfoManager-Perf > getApps > called for 1 apps
09-12 15:58:45.695 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.BackgroundPackageMonitorReceiverImpl$RegisteredReceiver
09-12 15:58:45.695 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.receiver.PackageChangeReceiver_Receiver
09-12 15:58:45.696 I/Finsky ( 6353): [2] tut.jG(11): DTU: Received onPackageAdded, replacing: true
09-12 15:58:45.696 I/Finsky ( 6353): [460] lsz.a(47): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed in cache (limit 10) : [com.txori.ZGEBullet]
09-12 15:58:45.707 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
09-12 15:58:45.707 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
09-12 15:58:45.710 W/statsd ( 1066): StateTracker not found for state atom 386
09-12 15:58:45.711 W/statsd ( 1066): StateTracker not found for state atom 386
09-12 15:58:45.712 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
09-12 15:58:45.713 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
09-12 15:58:45.764 I/Finsky ( 6353): [451] kzc.apply(1456): AIM: Got app ownership map. App counts: . Unique apps: 0
09-12 15:58:45.764 E/Finsky ( 6353): [451] nni.c(15): [Counters] attempted to use a non-positive increment for: 4752
09-12 15:58:45.765 E/Finsky ( 6353): [455] nni.c(15): [Counters] attempted to use a non-positive increment for: 4753
09-12 15:58:45.765 I/Telecom ( 2041): CarModeTracker: Package com.txori.ZGEBullet is not tracked.: SSH.oR@AXM
09-12 15:58:45.766 I/Telecom ( 2041): InCallController: updateCarModeForConnections: car mode apps: : SSH.oR@AXM
09-12 15:58:45.782 I/Finsky ( 6353): [451] amma.a(230): VerifyApps: APK Analysis scan finished for com.txori.ZGEBullet. Verdict: SAFE
09-12 15:58:45.823 D/CompatibilityChangeReporter( 2041): Compat change id reported: 135634846; UID 10572; state: DISABLED
09-12 15:58:45.823 D/CompatibilityChangeReporter( 2041): Compat change id reported: 177438394; UID 10572; state: DISABLED
09-12 15:58:45.823 D/CompatibilityChangeReporter( 2041): Compat change id reported: 135772972; UID 10572; state: DISABLED
09-12 15:58:45.823 D/CompatibilityChangeReporter( 2041): Compat change id reported: 135754954; UID 10572; state: DISABLED
09-12 15:58:45.824 D/CompatibilityChangeReporter( 2041): Compat change id reported: 143937733; UID 10572; state: DISABLED
09-12 15:58:45.824 I/Telecom ( 2041): DefaultDialerCache: Refreshing default dialer for user 0: now com.google.android.dialer: DDC.oR@AXU
09-12 15:58:45.830 D/AF::TrackHandle( 1152): OpPlayAudio: track:55 usage:3 not muted
09-12 15:58:45.820 I/Finsky ( 6353): [2] VerifyInstallTask.mo(75): VerifyApps: Install-time verification complete: id=7, package_name=com.txori.ZGEBullet
09-12 15:58:45.870 I/ActivityManager( 2041): Start proc 16963:com.txori.ZGEBullet/u0a572 for pre-top-activity {com.txori.ZGEBullet/org.zgameeditor.ZgeActivity}
09-12 15:58:45.870 W/ActivityManager( 2041): Slow operation: 51ms so far, now at startProcess: starting to update pids map
09-12 15:58:45.871 I/txori.ZGEBulle(16963): Late-enabling -Xcheck:jni
09-12 15:58:45.871 W/ActivityManager( 2041): Slow operation: 52ms so far, now at startProcess: done updating pids map
09-12 15:58:45.873 I/Finsky ( 6353): [2] zlz.i(1): zlz - Received: android.intent.action.PACKAGE_ADDED, [frJVAmMwpOGrKZaHt_Gw7P9tyAyV5yETgCrPUm_V4Ck]
09-12 15:58:45.875 D/ImsResolver( 2508): maybeAddedImsService, packageName: com.txori.ZGEBullet
09-12 15:58:45.881 E/CastAuth( 3080): [PackageIntentOperation] Feature is not available, reason = CastAuth feature is disabled on this 1p device.. [CONTEXT service_id=360 ]
09-12 15:58:45.894 I/txori.ZGEBulle(16963): Using CollectorTypeCC GC.
09-12 15:58:45.895 W/txori.ZGEBulle(16963): Mismatch between instruction set variant of device (ISA: Arm64 Feature string: -a53,crc,lse,fp16,dotprod,-sve) and features returned by the hardware (ISA: Arm64 Feature string: -a53,crc,lse,fp16,-dotprod,-sve)
09-12 15:58:45.931 D/CarrierConfigLoader( 2508): mHandler: EVENT_PACKAGE_CHANGED phoneId: 0
09-12 15:58:45.931 E/VerityUtils( 2041): Failed to measure fs-verity, errno 1: /data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/base.apk
09-12 15:58:45.933 I/InputReader( 2041): Reconfiguring input devices, changes=KEYBOARD_LAYOUTS |
09-12 15:58:45.992 D/CompatibilityChangeReporter(16963): Compat change id reported: 171979766; UID 10572; state: DISABLED
09-12 15:58:45.996 W/SQLiteLog( 3080): (28) double-quoted string literal: "com.txori.ZGEBullet"
09-12 15:58:46.036 W/ziparchive(16963): Unable to open '/data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/base.dm': No such file or directory
09-12 15:58:46.036 W/ziparchive(16963): Unable to open '/data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/base.dm': No such file or directory
09-12 15:58:46.039 D/nativeloader(16963): Configuring clns-4 for other apk /data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/base.apk. target_sdk_version=29, uses_libraries=, library_path=/data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/lib/arm64:/data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.txori.ZGEBullet
09-12 15:58:46.076 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.receiver.PackageChangeReceiver_Receiver
09-12 15:58:46.078 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
09-12 15:58:46.078 W/BroadcastQueue( 2041): Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.txori.ZGEBullet flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
09-12 15:58:46.084 V/GraphicsEnvironment(16963): ANGLE Developer option for 'com.txori.ZGEBullet' set to: 'default'
09-12 15:58:46.085 V/GraphicsEnvironment(16963): ANGLE GameManagerService for com.txori.ZGEBullet: false
09-12 15:58:46.111 D/CompanionDeviceManagerService( 2041): onPackageModified(packageName = com.txori.ZGEBullet)
ks_manifest.json, constraints: W:*:*:*, flags: bg, requested: 2022081613, current: 2022081613
09-12 15:58:46.280 E/VerityUtils( 2041): Failed to measure fs-verity, errno 1: /data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/base.apk
09-12 15:58:46.283 I/Icing ( 3080): IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
09-12 15:58:46.284 D/nativeloader(16963): Load /data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/lib/arm64/libzgeandroid.so using ns clns-4 from class loader (caller=/data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/base.apk): ok
09-12 15:58:46.298 E/ZgeAndroid(16963): /storage/emulated/0
09-12 15:58:46.298 E/ZgeAndroid(16963): /data/user/0/com.txori.ZGEBullet/files/
09-12 15:58:46.298 E/ZgeAndroid(16963): /data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/lib/arm64/
09-12 15:58:46.300 I/StyledKeyboardThemeBuilder( 3334): StyledKeyboardThemeBuilder.build():147 Pref: [], themeName: [silk:], darkMode: [true], cacheKey: [overlay_builtin_dynamic_color_dark_base.binarypb:dynamic-gm3-dark-ff12131b-ffb9c3ff-943fcb9ee3ad194aaae9344fca3cbf05]
09-12 15:58:46.300 E/ZgeAndroid(16963): Library NOT found: libGLESv1_CM.so
09-12 15:58:46.301 E/ZgeAndroid(16963): Library LOADED
09-12 15:58:46.301 E/ZgeAndroid(16963): Function not found: JNI_OnLoad
09-12 15:58:46.303 I/AiAiTextClassifier( 3310): [VisualCortexAdapter]: provideRegistration: Registered Prominent Screen Entities for updates.
09-12 15:58:46.303 I/KeyboardThemeProvider( 3334): KeyboardThemeProvider.applyKeyboardTheme():27 Apply keyboard theme: theme_keyboard_mode_screen_size_5_5_keyboard_mode_screen_width_middle_stylesheet_noshadow_pgsans_pillkey_silkpopup_gm3token_sagm3token_newm3_dark_phone_navredesign_350_overlay_builtin_dynamic_color_dark_base.binarypb:dynamic-gm3-dark-ff12131b-ffb9c3ff-943fcb9ee3ad194aaae9344fca3cbf05_land
09-12 15:58:46.304 E/ZgeAndroid(16963): before World init
09-12 15:58:46.304 E/ZgeAndroid(16963): Library found: /data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/lib/arm64/./libZgeBullet.so
09-12 15:58:46.306 E/ZgeAndroid(16963): Library LOADED
09-12 15:58:46.306 E/ZgeAndroid(16963): Function not found: JNI_OnLoad
09-12 15:58:46.308 E/ZgeAndroid(16963): after World init
09-12 15:58:46.308 E/ZgeAndroid(16963): Create tower
09-12 15:58:46.408 I/GoogleInputMethodService( 3334): GoogleInputMethodService$10.onWindowMetricsChanged():1174 windowMetrics: bounds() = Rect(0, 77 - 2088, 1080), insets() = Rect(0, 0 - 0, 0)
09-12 15:58:46.409 I/DeviceModeModule( 3334): DeviceModeModule.calculateAndNotify():228 Device mode 'phone' from display metrics 'DisplayMetrics{density=0.0, width=2220, height=1080, scaledDensity=0.0, xdpi=442.451, ydpi=444.0}' or smallestScreenWidthDp: 392
09-12 15:58:46.409 I/WindowMetricsNotification( 3334): WindowMetricsNotification.notify():134 WindowMetricsNotification{bounds=Rect(0, 77 - 2088, 1080), insets=Rect(0, 0 - 0, 0), densityDpi=440, smallestScreenWidthDp=392, displayWidth=2220, displayHeight=1080, xdpi=442.451, ydpi=444.0, isTrustable=true}; DisplayMetrics{density=2.75, width=2220, height=1080, scaledDensity=2.75, xdpi=442.451, ydpi=444.0}
09-12 15:58:46.409 I/WindowMetricsHelper( 3334): WindowMetricsHelper.predictAndNotify():139 Window metrics predicted.
09-12 15:58:46.409 I/GoogleInputMethodService( 3334): GoogleInputMethodService.initializeInputMethodServiceData():1313 initializeInputMethodServiceData for jxz{languageTag=fr-FR, variant=azerty, hasLocalizedResources=true, conditionCacheKey=_app_first_start_timestamp=1230796800000_cache_additional_ime_defs_for_condition_change=false_cache_ime_defs_for_condition_change=false_deprecate_long_press_space_for_ime_picker=false_device=phone_device_size=default_enable_dynamic_diacritic_key=false_enable_flick_symbols=false_enable_more_candidates_view_for_multilingual=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_digits=true_enable_secondary_symbols=false_enable_show_foldable_layout_on_small_tablet=true_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=fr-FR_orientation=landscape_physical_keyboard=nokeys_rtl_layout=false_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=azerty, imeDef.stringId=ime_french, imeDef.className=com.google.android.apps.inputmethod.libs.latin5.LatinIme, imeDef.languageTag=fr}
09-12 15:58:46.412 I/StyledKeyboardThemeBuilder( 3334): StyledKeyboardThemeBuilder.build():147 Pref: [], themeName: [silk:], darkMode: [true], cacheKey: [overlay_builtin_dynamic_color_dark_base.binarypb:dynamic-gm3-dark-ff12131b-ffb9c3ff-943fcb9ee3ad194aaae9344fca3cbf05]
09-12 15:58:46.412 E/ZgeAndroid(16963): Finish tower
09-12 15:58:46.412 E/ZgeAndroid(16963): GLBase: 1.1
09-12 15:58:46.414 I/KeyboardThemeProvider( 3334): KeyboardThemeProvider.applyKeyboardTheme():27 Apply keyboard theme: theme_keyboard_mode_screen_size_under_5_5_keyboard_mode_screen_width_small_stylesheet_noshadow_pgsans_pillkey_silkpopup_gm3token_sagm3token_newm3_dark_phone_navredesign_350_overlay_builtin_dynamic_color_dark_base.binarypb:dynamic-gm3-dark-ff12131b-ffb9c3ff-943fcb9ee3ad194aaae9344fca3cbf05_land
09-12 15:58:46.503 E/ZgeAndroid(16963): Library NOT found: libGLESv1_CM.so
09-12 15:58:46.505 E/ZgeAndroid(16963): Library LOADED
09-12 15:58:46.505 E/ZgeAndroid(16963): Function not found: JNI_OnLoad
09-12 15:58:46.506 I/hwservicemanager( 705): getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest.
09-12 15:58:46.507 I/hwservicemanager( 705): getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device VINTF manifest.
09-12 15:58:46.507 W/Gralloc3(16963): mapper 3.x is not supported
09-12 15:58:46.517 E/Adreno-UNKNOWN(16963): <glMaterialfv:877>: GL_INVALID_ENUM
09-12 15:58:46.520 E/ZgeAndroid(16963): Update simulation 0
09-12 15:58:46.525 E/ZgeAndroid(16963): Simulation updated
09-12 15:58:46.525 E/ZgeAndroid(16963): Update cube
09-12 15:58:46.525 E/ZgeAndroid(16963): Update cube
09-12 15:58:46.525 E/ZgeAndroid(16963): Update cube
09-12 15:58:46.525 E/ZgeAndroid(16963): Update cube
09-12 15:58:46.549 I/A ( 3703): onStop
09-12 15:58:46.550 W/System ( 6353): A resource failed to call close.
09-12 15:58:46.551 W/System ( 6353): A resource failed to call close.
09-12 15:58:46.553 W/Looper ( 2041): Drained
09-12 15:58:46.563 F/libc (16963): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 17004 (GLThread 1131), pid 16963 (txori.ZGEBullet)
09-12 15:58:46.907 F/DEBUG (17011): Revision: 'MP1.0'
09-12 15:58:46.907 F/DEBUG (17011): ABI: 'arm64'
09-12 15:58:46.907 F/DEBUG (17011): Timestamp: 2024-09-12 15:58:46.653882573+0200
09-12 15:58:46.907 F/DEBUG (17011): Process uptime: 0s
09-12 15:58:46.907 F/DEBUG (17011): Cmdline: com.txori.ZGEBullet
09-12 15:58:46.907 F/DEBUG (17011): pid: 16963, tid: 17004, name: GLThread 1131 >>> com.txori.ZGEBullet <<<
09-12 15:58:46.907 F/DEBUG (17011): uid: 10572
09-12 15:58:46.907 F/DEBUG (17011): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
09-12 15:58:46.907 F/DEBUG (17011): Cause: null pointer dereference
09-12 15:58:46.907 F/DEBUG (17011): x0 0000006f41e59ac6 x1 0000006ffa45ae10 x2 0000000000000000 x3 0000000000000000
09-12 15:58:46.907 F/DEBUG (17011): x4 0000000000000003 x5 0000006ecc53a720 x6 0000000000000000 x7 0000000000000000
09-12 15:58:46.907 F/DEBUG (17011): x8 00000072066c4e05 x9 a19c774bcdea6e73 x10 a19c774bcdea6e73 x11 0000000000000000
09-12 15:58:46.907 F/DEBUG (17011): x12 0000000000000010 x13 0000000045d742b1 x14 0000000000000001 x15 0000006f42816d70
09-12 15:58:46.907 F/DEBUG (17011): x16 0000000000000001 x17 0000006f422f2104 x18 0000006ecbad8000 x19 0000006ecc53c000
09-12 15:58:46.907 F/DEBUG (17011): x20 0000000000000003 x21 0000006f39eae180 x22 0000000000000000 x23 0000006f295da210
09-12 15:58:46.907 F/DEBUG (17011): x24 00000071dd2303f8 x25 0000000000000001 x26 00000071dd2305b8 x27 0000000000000001
09-12 15:58:46.907 F/DEBUG (17011): x28 0000006ecc53adc0 x29 0000006ecc53a750
09-12 15:58:46.907 F/DEBUG (17011): lr 0000006f3ecc8134 sp 0000006ecc53a720 pc 0000006f423a74c8 pst 0000000060000000
09-12 15:58:46.907 F/DEBUG (17011): backtrace:
09-12 15:58:46.907 F/DEBUG (17011): #00 pc 00000000005a74c8 /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallStaticObjectMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list) (.__uniq.99033978352804627313491551960229047428.llvm.10145813973330161544)+64) (BuildId: 3b4ed3e67a9a04e3a37d259cd59da05b)
09-12 15:58:46.907 F/DEBUG (17011): #01 pc 0000000000043130 /data/app/~~NetBv-DQ5LVEJ7GKqxZTNA==/com.txori.ZGEBullet-jCweODSgZB2WumAnEQ877w==/lib/arm64/libzgeandroid.so (ZPLATFORM_$$_PLATFORM_GETCPUCOUNT$$LONGINT+208) (BuildId: b0e5f2768150eb15e18836d2399e37f1e093236d)
09-12 15:58:46.935 W/ActivityTaskManager( 2041): Force finishing activity com.txori.ZGEBullet/org.zgameeditor.ZgeActivity
09-12 15:58:46.975 I/ActivityManager( 2041): Process com.txori.ZGEBullet (pid 16963) has died: fg TOP
09-12 15:58:46.980 I/WindowManager( 2041): WIN DEATH: Window{f79954f u0 com.txori.ZGEBullet/org.zgameeditor.ZgeActivity}
09-12 15:58:46.981 W/InputManager-JNI( 2041): Input channel object 'f79954f com.txori.ZGEBullet/org.zgameeditor.ZgeActivity (client)' was disposed without first being removed with the input manager!
09-12 15:58:46.983 I/libprocessgroup( 2041): Successfully killed process cgroup uid 10572 pid 16963 in 0ms
09-12 15:58:47.089 W/BcSmartspaceCard( 2627): No title view to update
09-12 15:58:47.090 W/InputManager-JNI( 2041): Input channel object '2e657ca Splash Screen com.txori.ZGEBullet (client)' was disposed without first being removed with the input manager!
09-12 15:58:47.252 W/InputManager-JNI( 2041): Input channel object 'f193bfa Application Error: com.txori.ZGEBullet (client)' was disposed without first being removed with the input manager!
09-12 15:58:47.265 W/WindowManager( 2041): Failed looking up window session=Session{639bc1f 2266:u0a10072} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5747 com.android.server.wm.WindowManagerService.relayoutWindow:2227 com.android.server.wm.Session.relayout:235
09-12 15:58:47.266 W/ActivityManager( 2041): Ignoring remove of inactive process: ProcessRecord{5b74d82 0:com.txori.ZGEBullet/u0a572}
09-12 15:58:47.439 W/ActivityTaskManager( 2041): Activity top resumed state loss timeout for ActivityRecord{187d536 u0 com.txori.ZGEBullet/org.zgameeditor.ZgeActivity t-1 f}}
09-12 15:58:47.644 I/AiAiEcho( 3310): AppFetcherImpl onPackageChanged com.txori.ZGEBullet.
09-12 15:58:47.645 I/AiAiEcho( 3310): AppIndexer Package:[com.txori.ZGEBullet] UserProfile:[0] Enabled:[true].
09-12 15:58:47.645 I/AiAiEcho( 3310): AppFetcherImplV2 updateApps package:[com.txori.ZGEBullet], userId:[0], reason:[package is updated.].
EDIT:
OMG. It's coming from OnRender. Not from zgeBullet. I'm making an example right now.