Support Android 16 KB page sizes

We are on Unity 6000.0.40f1. We see “is not 16KB-aligned” warning on FMOD’s latest plugin 2.03.09. When we open same in Unity 6000.0.57f1 (latest as of now). The warning doesn’t show.

@FMOD_Aaron as per Unity’s post, 6000.0.38f1+ versions should work.

Here is Unity Project with latest FMOD on 6000.0.40f1. Search for libfmod and you will see the warning. Update the project to latest 6000.0.XXf1. And same wont show the warning. This version of Unity worked with other plugins
LINK

Hi,

Thank you for sharing the information.

We’ve investigated the 16KB alignment warnings and confirmed that in some Unity versions this can be a false alarm. The warning itself is harmless and does not affect playback or stability.

We’ve already addressed the issue, and the fix will be included in the upcoming 2.02.31 and 2.03.10 release.

Thanks again for reporting this!

@FMOD_Aaron Google has issued warning that they wont accept app releases if we don’t support 16KB Page size. So the issue is not that game wont work but we wont be able to publish updates. If you guys can release a patch with just 16KB Page size compiled binaries, it should work. Files affected are:
Plugins/FMOD/platforms/android/lib/arm64-v8a/libfmod.so
Plugins/FMOD/platforms/android/lib/arm64-v8a/libfmodstudio.so
Plugins/FMOD/platforms/android/lib/arm64-v8a/libresonanceaudio.so

The libs themselves are already correctly aligned. The warning comes from the .meta files being out of date, which is a known Unity issue UUM-111393.

As a temporary workaround, you can go to:
…\Assets\Plugins\FMOD\platforms\android\lib\arm64-v8a, open each related .so.meta file in a text editor, and add the following flag under platformData > Android > settings:

Is16KbAligned: true

Could you please give that a try and let me know if the warning still shows up.

1 Like

Hi,
We have recently updated FMOD Engine plugin to 2.03.09 Android to make our app compatible to 16kb Page size. After updating, we have been observing crash in Android-14, Android-15 and Android-16 devices. The same works fine in other Android versions. Attaching the crash log for further help.

Hi,

Thank you for sharing the log.

16KB page size support has been in FMOD since 2.03.06, so the crash you’re seeing on Android 14–16 with 2.03.09 is likely unrelated to 16KB alignment.

To help us investigate further, could you please:

  • Confirm whether the crash also happens with 2.03.08 on the same devices?
  • Share the full crash tombstone as a text file?
  • Provide any specific steps or conditions under which the crash can be reproduced?

Hi, Thanks for the response. The project still crash if using 2.03.08 also. The game crash after playing audio for 10 sec. As I’m new user, I was not able to attach .txt file. below are the few logs related to fmod.

--------- beginning of crash
09-15 10:00:57.004 20403 20808 F libc : Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb400006f162ec000 in tid 20808 (FMOD mixer thre), pid 20403 (gamesgames)
09-15 10:00:57.031 2259 2805 I ActivityManager: Changes in 10142 5 to 15, 16 to 0
09-15 10:00:57.361 28157 28157 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-15 10:00:57.361 28157 28157 F DEBUG : Build fingerprint: ‘samsung/pa2qxins/pa2q:15/AP3A.240905.015.A2/S936BXXS5AYF6_OXM5AYF6:user/release-keys’
09-15 10:00:57.361 28157 28157 F DEBUG : Revision: ‘11’
09-15 10:00:57.361 28157 28157 F DEBUG : ABI: ‘arm64’
09-15 10:00:57.361 28157 28157 F DEBUG : Processor: ‘0’
09-15 10:00:57.361 28157 28157 F DEBUG : Timestamp: 2025-09-15 10:00:57.161298500+0530
09-15 10:00:57.361 28157 28157 F DEBUG : Process uptime: 296s
09-15 10:00:57.361 28157 28157 F DEBUG : Cmdline: com.gamesgames
09-15 10:00:57.361 28157 28157 F DEBUG : pid: 20403, tid: 20808, name: FMOD mixer thre >>> com.gamesgames <<<
09-15 10:00:57.361 28157 28157 F DEBUG : uid: 10337
09-15 10:00:57.361 28157 28157 F DEBUG : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE)
09-15 10:00:57.361 28157 28157 F DEBUG : pac_enabled_keys: 000000000000000f (PR_PAC_APIAKEY, PR_PAC_APIBKEY, PR_PAC_APDAKEY, PR_PAC_APDBKEY)
09-15 10:00:57.361 28157 28157 F DEBUG : signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb400006f162ec000
09-15 10:00:57.361 28157 28157 F DEBUG : x0 b400007059cd5870 x1 0000000000000114 x2 b400006f162a816c x3 00000073305d6c68
09-15 10:00:57.361 28157 28157 F DEBUG : x4 00000073305d6c70 x5 0000006f31944164 x6 0000006f3193c37c x7 0000000000000000
09-15 10:00:57.361 28157 28157 F DEBUG : x8 0000000000000001 x9 0000000000043e86 x10 0000000000043e86 x11 0000000000021f43
09-15 10:00:57.361 28157 28157 F DEBUG : x12 0000000000043e86 x13 0000000000000004 x14 0000000400000000 x15 00000001ccba5739
09-15 10:00:57.361 28157 28157 F DEBUG : x16 0000000000000001 x17 0000007319d08380 x18 0000006eeb6d0000 x19 b4000070991f3ad0
09-15 10:00:57.361 28157 28157 F DEBUG : x20 0000000000000200 x21 0000000400000000 x22 b400007059cd5440 x23 0000000000000114
09-15 10:00:57.361 28157 28157 F DEBUG : x24 ffffffffc0000000 x25 0000000000000000 x26 0000000000000002 x27 0000000040000000
09-15 10:00:57.361 28157 28157 F DEBUG : x28 0000000010080012 x29 00000073305d6c80
09-15 10:00:57.361 28157 28157 F DEBUG : lr 0000006f31944164 sp 00000073305d6c30 pc 0000006f3193c3c0 pst 0000000020001000
09-15 10:00:57.361 28157 28157 F DEBUG : 10 total frames
09-15 10:00:57.361 28157 28157 F DEBUG : backtrace:
09-15 10:00:57.361 28157 28157 F DEBUG : #00 pc 00000000000f73c0 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:00:57.361 28157 28157 F DEBUG : #01 pc 00000000000ff160 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:00:57.361 28157 28157 F DEBUG : #02 pc 0000000000100a3c /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:00:57.361 28157 28157 F DEBUG : #03 pc 00000000000fff7c /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:00:57.362 28157 28157 F DEBUG : #04 pc 0000000000119e48 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:00:57.362 28157 28157 F DEBUG : #05 pc 000000000011af48 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:00:57.362 28157 28157 F DEBUG : #06 pc 0000000000116cd0 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:00:57.362 28157 28157 F DEBUG : #07 pc 000000000011d338 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:00:57.362 28157 28157 F DEBUG : #08 pc 0000000000071c28 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+196) (BuildId: 9ecf995a27c885d1447a549f8c253e65)
09-15 10:00:57.362 28157 28157 F DEBUG : #09 pc 0000000000063d20 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68) (BuildId: 9ecf995a27c885d1447a549f8c253e65)
09-15 10:00:57.403 2259 28162 I DropBoxManagerService: add tag=data_app_native_crash isTagEnabled=true flags=0x2
09-15 10:00:57.404 2259 28164 W ActivityManager: crash : com.gamesgames,10337
09-15 10:00:57.404 2259 28161 W ActivityTaskManager: Force finishing activity com.gamesgames/MainActivity
09-15 10:00:57.404 2259 28161 D WindowManager: Transition is created, t=TransitionRecord{593c293 id=-1 type=CLOSE flags=0x10}, caller=com.android.server.wm.Transition.:170 com.android.server.wm.TransitionController.createTransition:17 com.android.server.wm.TransitionController.requestTransitionIfNeeded:35 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:179 com.android.server.wm.Task.forAllLeafTasks:6
09-15 10:00:57.404 2259 28161 D BLASTSyncEngine: SyncGroup is created, id=22, name=Transition-CLOSE, caller=com.android.server.wm.BLASTSyncEngine$SyncGroup.:51 com.android.server.wm.TransitionController.moveToCollecting:78 com.android.server.wm.TransitionController.createTransition:47 com.android.server.wm.TransitionController.requestTransitionIfNeeded:35 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:179 com.android.server.wm.Task.forAllLeafTasks:6 com.android.server.wm.WindowContainer.forAllLeafTasks:4
09-15 10:00:57.404 2259 28161 W BLASTSyncEngine: setSyncMethod, id=22, method=0, caller=com.android.server.wm.TransitionController.moveToCollecting:90 com.android.server.wm.TransitionController.createTransition:47 com.android.server.wm.TransitionController.requestTransitionIfNeeded:35
09-15 10:00:57.405 2259 28161 V WindowManager: Start collecting in Transition: TransitionRecord{593c293 id=22 type=CLOSE flags=0x10}, caller=com.android.server.wm.TransitionController.createTransition:47 com.android.server.wm.TransitionController.requestTransitionIfNeeded:35 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:179 com.android.server.wm.Task.forAllLeafTasks:6 com.android.server.wm.WindowContainer.forAllLeafTasks:4
09-15 10:00:57.405 2259 28161 V WindowManager: Requesting StartTransition: TransitionRecord{593c293 id=22 type=CLOSE flags=0x10}, caller=com.android.server.wm.TransitionController.requestTransitionIfNeeded:47 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:179 com.android.server.wm.Task.forAllLeafTasks:6 com.android.server.wm.WindowContainer.forAllLeafTasks:4 com.android.server.wm.DisplayArgamesforAllLeafTasks:4
09-15 10:00:57.405 2259 28161 V WindowManager: Collecting in transition 22: ActivityRecord{46e9f6d u0 com.gamesgames/MainActivity t434 f}}, caller=com.android.server.wm.Transition.collectExistenceChange:42 com.android.server.wm.Transition.collectClose:7 com.android.server.wm.ActivityRecord.finishIfPossible:45 com.android.server.wm.ActivityRecord.finishIfPossible:1 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:182
09-15 10:00:57.405 2259 28161 D WindowManager: prepareSync <SYNC_STATE_WAITING_FOR_DRAW>, mPrepareSyncSeqId=0, win=Window{edf311f u0 com.gamesgames/MainActivity}
09-15 10:00:57.405 2259 28161 V WindowManager: Collecting in transition 22: ActivityRecord{46e9f6d u0 com.gamesgames/MainActivity t434 f}}, caller=com.android.server.wm.TransitionController.collect:7 com.android.server.wm.ActivityRecord.setVisibility:189 com.android.server.wm.ActivityRecord.finishIfPossible:85 com.android.server.wm.ActivityRecord.finishIfPossible:1 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:182
09-15 10:00:57.406 2259 28161 D ActivityTaskManager: scheduleTopResumedActivityChanged, onTop=false, r=ActivityRecord{46e9f6d u0 com.gamesgames.com/MainActivity t434 f}}, caller=com.android.server.wm.ActivityTaskSupervisor.scheduleTopResumedActivityStateLossIfNeeded:11 com.android.server.wm.ActivityTaskSupervisor.updateTopResumedActivityIfNeeded:19 com.android.server.wm.TaskFragment.setResumedActivity:29 com.android.server.wm.ActivityRecord.setState:95 com.android.server.wm.TaskFragment.startPausing$1:210 com.android.server.wm.ActivityRecord.finishIfPossible:92

09-15 10:01:44.539 28210 28905 F libc : Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb400006e8bad5000 in tid 28905 (FMOD mixer thre), pid 28210 (gamesgames.com)
09-15 10:01:44.802 1008 1008 D io_stats: !@ 8,0 r 274742 8275304 w 213656 5110828 d 20110 4460544 f 45 254 iot 111012 0 th 0 0 0 pt 0 inp 0 0 445.622
09-15 10:01:44.819 29637 29637 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-15 10:01:44.819 29637 29637 F DEBUG : Build fingerprint: ‘samsung/pa2qxins/pa2q:15/AP3A.240905.015.A2/S936BXXS5AYF6_OXM5AYF6:user/release-keys’
09-15 10:01:44.819 29637 29637 F DEBUG : Revision: ‘11’
09-15 10:01:44.819 29637 29637 F DEBUG : ABI: ‘arm64’
09-15 10:01:44.819 29637 29637 F DEBUG : Processor: ‘0’
09-15 10:01:44.819 29637 29637 F DEBUG : Timestamp: 2025-09-15 10:01:44.686033846+0530
09-15 10:01:44.819 29637 29637 F DEBUG : Process uptime: 48s
09-15 10:01:44.819 29637 29637 F DEBUG : Cmdline: com.gamesgames
09-15 10:01:44.819 29637 29637 F DEBUG : pid: 28210, tid: 28905, name: FMOD mixer thre >>> com.gamesgames <<<
09-15 10:01:44.819 29637 29637 F DEBUG : uid: 10337
09-15 10:01:44.819 29637 29637 F DEBUG : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE)
09-15 10:01:44.819 29637 29637 F DEBUG : pac_enabled_keys: 000000000000000f (PR_PAC_APIAKEY, PR_PAC_APIBKEY, PR_PAC_APDAKEY, PR_PAC_APDBKEY)
09-15 10:01:44.819 29637 29637 F DEBUG : signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb400006e8bad5000
09-15 10:01:44.819 29637 29637 F DEBUG : x0 b400007059cd4850 x1 0000000000000114 x2 b400006e8ba9116c x3 0000007338d22c68
09-15 10:01:44.819 29637 29637 F DEBUG : x4 0000007338d22c70 x5 0000006f19139164 x6 0000006f1913137c x7 0000000000000000
09-15 10:01:44.819 29637 29637 F DEBUG : x8 0000000000000001 x9 0000000000043e86 x10 0000000000043e86 x11 0000000000021f43
09-15 10:01:44.819 29637 29637 F DEBUG : x12 0000000000043e86 x13 0000000000000004 x14 0000000400000000 x15 0000000203917376
09-15 10:01:44.819 29637 29637 F DEBUG : x16 0000000000000001 x17 0000007319d08380 x18 0000006eefaa4000 x19 b400007099093970
09-15 10:01:44.819 29637 29637 F DEBUG : x20 0000000000000200 x21 0000000400000000 x22 b400007059cd4420 x23 0000000000000114
09-15 10:01:44.819 29637 29637 F DEBUG : x24 ffffffffc0000000 x25 0000000000000000 x26 0000000000000002 x27 0000000040000000
09-15 10:01:44.819 29637 29637 F DEBUG : x28 0000000010080012 x29 0000007338d22c80
09-15 10:01:44.819 29637 29637 F DEBUG : lr 0000006f19139164 sp 0000007338d22c30 pc 0000006f191313c0 pst 0000000020001000
09-15 10:01:44.819 29637 29637 F DEBUG : 10 total frames
09-15 10:01:44.819 29637 29637 F DEBUG : backtrace:
09-15 10:01:44.819 29637 29637 F DEBUG : #00 pc 00000000000f73c0 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:01:44.819 29637 29637 F DEBUG : #01 pc 00000000000ff160 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:01:44.819 29637 29637 F DEBUG : #02 pc 0000000000100a3c /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:01:44.819 29637 29637 F DEBUG : #03 pc 00000000000fff7c /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:01:44.819 29637 29637 F DEBUG : #04 pc 0000000000119e48 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:01:44.819 29637 29637 F DEBUG : #05 pc 000000000011af48 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:01:44.819 29637 29637 F DEBUG : #06 pc 0000000000116cd0 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:01:44.819 29637 29637 F DEBUG : #07 pc 000000000011d338 /data/app/~~kbovqFCs4ARv5PPI-Vc-1Q==/com.gamesgames.com-Iq5a-PIK3nLviMMkvn8tyQ==/base.apk!libfmod.so (offset 0x3184000) (BuildId: beb253ea4dae9e5790e064906f49c9a7)
09-15 10:01:44.819 29637 29637 F DEBUG : #08 pc 0000000000071c28 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+196) (BuildId: 9ecf995a27c885d1447a549f8c253e65)
09-15 10:01:44.819 29637 29637 F DEBUG : #09 pc 0000000000063d20 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68) (BuildId: 9ecf995a27c885d1447a549f8c253e65)
09-15 10:01:44.848 2259 29643 I DropBoxManagerService: add tag=data_app_native_crash isTagEnabled=true flags=0x2
09-15 10:01:44.849 2259 29645 W ActivityManager: crash : com.gamesgames,10337
09-15 10:01:44.849 2259 29642 W ActivityTaskManager: Force finishing activity com.gamesgames/MainActivity
09-15 10:01:44.850 2259 29642 D WindowManager: Transition is created, t=TransitionRecord{fc3df56 id=-1 type=CLOSE flags=0x10}, caller=com.android.server.wm.Transition.:170 com.android.server.wm.TransitionController.createTransition:17 com.android.server.wm.TransitionController.requestTransitionIfNeeded:35 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:179 com.android.server.wm.Task.forAllLeafTasks:6
09-15 10:01:44.850 2259 29642 D BLASTSyncEngine: SyncGroup is created, id=33, name=Transition-CLOSE, caller=com.android.server.wm.BLASTSyncEngine$SyncGroup.:51 com.android.server.wm.TransitionController.moveToCollecting:78 com.android.server.wm.TransitionController.createTransition:47 com.android.server.wm.TransitionController.requestTransitionIfNeeded:35 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:179 com.android.server.wm.Task.forAllLeafTasks:6 com.android.server.wm.WindowContainer.forAllLeafTasks:4
09-15 10:01:44.850 2259 29642 W BLASTSyncEngine: setSyncMethod, id=33, method=0, caller=com.android.server.wm.TransitionController.moveToCollecting:90 com.android.server.wm.TransitionController.createTransition:47 com.android.server.wm.TransitionController.requestTransitionIfNeeded:35
09-15 10:01:44.850 2259 29642 V WindowManager: Start collecting in Transition: TransitionRecord{fc3df56 id=33 type=CLOSE flags=0x10}, caller=com.android.server.wm.TransitionController.createTransition:47 com.android.server.wm.TransitionController.requestTransitionIfNeeded:35 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:179 com.android.server.wm.Task.forAllLeafTasks:6 com.android.server.wm.WindowContainer.forAllLeafTasks:4
09-15 10:01:44.850 2259 29642 V WindowManager: Requesting StartTransition: TransitionRecord{fc3df56 id=33 type=CLOSE flags=0x10}, caller=com.android.server.wm.TransitionController.requestTransitionIfNeeded:47 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda29.accept:179 com.android.server.wm.Task.forAllLeafTasks:6 com.android.server.wm.WindowContainer.forAllLeafTasks:4 com.android.server.wm.DisplayArgamesforAllLeafTasks:4
09-15 10:01:44.851 2259 29642 D ActivityTaskManager: scheduleTopResumedActivityChanged, onTop=false, r=ActivityRecord{9995ce6 u0 com.gamesgames/MainActivity t434 f}}, caller=com.android.server.wm.ActivityTaskSupervisor.scheduleTopResumedActivityStateLossIfNeeded:11 com.android.server.wm.ActivityTaskSupervisor.updateTopResumedActivityIfNeeded:19 com.android.server.wm.TaskDisplayArgamespositionChildAt:270 com.android.server.wm.WindowContainer.positionChildAt:86 com.android.server.wm.Task.positionChildAt:19 com.android.server.wm.Task.moveToFront:441

09-15 10:06:20.736 505 791 F libc : Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb400006fde4bc000 in tid 791 (FMOD mixer thre), pid 505 ()
09-15 10:06:20.856 2259 3173 D ActivityManager: Received BROADCAST intent 0x9d2abba Key{broadcastIntent pkg=com.google.android.gms/com.google.android.gms.gcm intent=act=com.google.android.gms.gcm.HEARTBEAT_ALARM pkg=com.google.android.gms flags=0x4000000 u=0} requestCode=0 sent=0 from uid 1000
09-15 10:06:20.857 2259 3173 D ActivityManager: Received BROADCAST intent 0x69af12c Key{broadcastIntent pkg=com.google.android.gms/com.google.android.gms.location_base intent=act=com.google.android.location.ALARM_WAKEUP_ACTIVITY_DETECTION flags=0x4000000 u=0} requestCode=0 sent=0 from uid 1000
09-15 10:06:20.859 2259 3034 D AlarmManager: force change alarm method to setWindow() callingUid=10277, sourcePackage=com.google.android.gms, action=com.google.android.gms.gcm.HEARTBEAT_ALARM, origTriggerAtTime=781678, triggerAtTime=751678, windowLength=30000
09-15 10:06:20.890 1008 1008 D io_stats: !@ 8,0 r 344873 9244344 w 366049 7528836 d 44868 16469008 f 48 266 iot 175084 0 th 0 0 0 pt 0 inp 0 0 721.709
09-15 10:06:20.893 2259 5128 W AppOps : Noting op not finished: uid 10277 pkg com.google.android.gms code 79 startTime of in progress event=1757910662024
09-15 10:06:20.894 2259 5128 D ActivityManager: Received BROADCAST intent 0xcd71293 Key{broadcastIntent pkg=com.google.android.gms/com.google.android.gms.personalsafety intent=act=com.google.android.gms.personalsafety.scanners.ACTION_ACTIVITY_DETECTED pkg=com.google.android.gms flags=0x2000000 u=0} requestCode=0 sent=0 from uid 10277
09-15 10:06:20.894 2259 5128 W AppOps : Noting op not finished: uid 10277 pkg com.google.android.gms code 113 startTime of in progress event=1757910662024
09-15 10:06:20.894 2259 5513 D ActivityManager: Received SERVICE intent 0x90f4967 Key{startService pkg=com.google.android.gms/fused_location_provider intent=act=com.google.android.location.internal.action.FLP_AR_RESULT pkg=com.google.android.gms cmp=com.google.android.gms/com.google.android.location.internal.PendingIntentCallbackService flags=0x2000000 u=0} requestCode=0 from uid 10277
09-15 10:22:36.386 18018 18170 I lib3: FMOD version:131848
09-15 10:22:36.386 18018 18170 I lib3: FMOD buffersize:512 num buffers:4
09-15 10:22:36.386 18018 18170 I AAudio : AAudioStreamBuilder_openStream() called ----------------------------------------
09-15 10:50:20.640 25261 25261 D nativeloader: Load /data/app/~~4ZaMAc4QGLXS2z_agedNNg==/com.gamesgames.com-OdeNBLsOPBn4S7KAvbQSDw==/base.apk!/lib/arm64-v8a/libfmod.so using class loader ns clns-7 (caller=/data/app/~~4ZaMAc4QGLXS2z_agedNNg==/com.gamesgames.com-OdeNBLsOPBn4S7KAvbQSDw==/base.apk!classes2.dex): ok

09-15 10:52:13.027 25261 25693 F libc : Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb400006fdd60a000 in tid 25693 (FMOD mixer thre), pid 25261 ()
09-15 10:52:13.100 30258 30258 E crash_dump64: failed to get the guest state header for thread 25261: Bad address
09-15 10:52:13.101 30258 30258 E crash_dump64: failed to get the guest state header for thread 25263: Bad address
09-15 10:52:13.101 30258 30258 E crash_dump64: failed to get the guest state header for thread 25264: Bad address
09-15 10:52:13.101 30258 30258 E crash_dump64: failed to get the guest state header for thread 25267: Bad address
09-15 10:52:13.101 30258 30258 E crash_dump64: failed to get the guest state header for thread 25268: Bad address