动态加载使用Appsflyer报错Attribution data for this AppsFlyer ID is not available

2024-09-03 20:12

本文主要是介绍动态加载使用Appsflyer报错Attribution data for this AppsFlyer ID is not available,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

1. 使用动态classloader加载AF SDK 日志:不能获取到非自然量

2024-09-03 18:07:22.350  2114-2114  ddup                    com.pn.cal                           I  找到AssetManager
2024-09-03 18:07:22.350  2114-2114  ddup                    com.pn.cal                           I  Last 开始,进入下面的逻辑
2024-09-03 18:07:22.350  2114-2114  ddup                    com.pn.cal                           I  xxx fromJava==/storage/emulated/0/Android/data/com.pn.cal/files
2024-09-03 18:07:22.350  2114-2114  ddup                    com.pn.cal                           I  xxx fromJava==route.prop
2024-09-03 18:07:22.351  2114-2114  ddup                    com.pn.cal                           I  这一步
2024-09-03 18:07:22.352  2114-2114  ddup                    com.pn.cal                           I  /storage/emulated/0/Android/data/com.pn.cal/files/in.prop
2024-09-03 18:07:22.352  2114-2114  ddup                    com.pn.cal                           I  xxx 拷贝成功
2024-09-03 18:07:22.352  2114-2114  ddup                    com.pn.cal                           I  开始解密
2024-09-03 18:07:22.366  2114-2114  ddup                    com.pn.cal                           I  dexclassloaderclazz  find
2024-09-03 18:07:22.366  2114-2114  ddup                    com.pn.cal                           I  找到File class
2024-09-03 18:07:22.366  2114-2114  ddup                    com.pn.cal                           I  设置只读
2024-09-03 18:07:22.366  2114-2114  ddup                    com.pn.cal                           I  /storage/emulated/0/Android/data/com.pn.cal/files
2024-09-03 18:07:22.367  2114-2114  ziparchive              com.pn.cal                           W  Unable to open '/storage/emulated/0/Android/data/com.pn.cal/files/out.dm': No such file or directory
2024-09-03 18:07:22.372  2114-2114  ddup                    com.pn.cal                           I  加载DexclassLoader成功
2024-09-03 18:07:22.372  2114-2114  ddup                    com.pn.cal                           I  找到了 heaveClass 
2024-09-03 18:07:22.373  2114-2114  xxx                     com.pn.cal                           E  initAF from C
2024-09-03 18:07:22.387  2114-2114  xxx                     com.pn.cal                           E  AppsFlyerLib.getInstance() 正确
2024-09-03 18:07:22.389  2114-2114  xxx                     com.pn.cal                           E  aaa
2024-09-03 18:07:22.401  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: FETCH_ADVERTISING_ID-FetchAdvertisingIdTask-1
2024-09-03 18:07:22.405  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: FETCH_ADVERTISING_ID-FetchAdvertisingIdTask-1
2024-09-03 18:07:22.409  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] Trying to fetch GAID...
2024-09-03 18:07:22.414  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           E  [Other] Google Play Services is missing com.google.android.gms.ads.identifier.AdvertisingIdClient
                                                                                                    java.lang.ClassNotFoundException: com.google.android.gms.ads.identifier.AdvertisingIdClient
                                                                                                        at java.lang.Class.classForName(Native Method)
                                                                                                        at java.lang.Class.forName(Class.java:454)
                                                                                                        at java.lang.Class.forName(Class.java:379)
                                                                                                        at com.appsflyer.internal.AFf1uSDK.valueOf(:271)
                                                                                                        at com.appsflyer.internal.AFf1uSDK.AFInAppEventParameterName(:193)
                                                                                                        at com.appsflyer.internal.AFf1uSDK.afInfoLog(:162)
                                                                                                        at com.appsflyer.internal.AFf1uSDK.AFKeystoreWrapper(:116)
                                                                                                        at com.appsflyer.internal.AFe1dSDK.AFLogger(:207)
                                                                                                        at com.appsflyer.internal.AFe1cSDK$1.run(:186)
                                                                                                        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
                                                                                                        at java.util.concurrent.FutureTask.run(FutureTask.java:264)
                                                                                                        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
                                                                                                        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
                                                                                                        at java.lang.Thread.run(Thread.java:1012)
                                                                                                    Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.ads.identifier.AdvertisingIdClient" on path: DexPathList[[zip file "/storage/emulated/0/Android/data/com.pn.cal/files/out.prop"],nativeLibraryDirectories=[/storage/emulated/0/Android/data/com.pn.cal/files, /system/lib64, /system_ext/lib64]]
                                                                                                        at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
                                                                                                        at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
                                                                                                        at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
                                                                                                        at java.lang.Class.classForName(Native Method) 
                                                                                                        at java.lang.Class.forName(Class.java:454) 
                                                                                                        at java.lang.Class.forName(Class.java:379) 
                                                                                                        at com.appsflyer.internal.AFf1uSDK.valueOf(:271) 
                                                                                                        at com.appsflyer.internal.AFf1uSDK.AFInAppEventParameterName(:193) 
                                                                                                        at com.appsflyer.internal.AFf1uSDK.afInfoLog(:162) 
                                                                                                        at com.appsflyer.internal.AFf1uSDK.AFKeystoreWrapper(:116) 
                                                                                                        at com.appsflyer.internal.AFe1dSDK.AFLogger(:207) 
                                                                                                        at com.appsflyer.internal.AFe1cSDK$1.run(:186) 
                                                                                                        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463) 
                                                                                                        at java.util.concurrent.FutureTask.run(FutureTask.java:264) 
                                                                                                        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137) 
                                                                                                        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) 
                                                                                                        at java.lang.Thread.run(Thread.java:1012) 
2024-09-03 18:07:22.416  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] WARNING: Google Play Services is missing.
2024-09-03 18:07:22.416  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [CFG] No configuration found in cache
2024-09-03 18:07:22.417  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: RC_CDN-UpdateRemoteConfiguration-2
2024-09-03 18:07:22.417  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: RC_CDN-UpdateRemoteConfiguration-2
2024-09-03 18:07:22.418  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [CFG] active config is missing - fetching from CDN
2024-09-03 18:07:22.418  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [CFG] Cached config is expired, updating...
2024-09-03 18:07:22.420  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [181014377] GET:https://a4z6kh-cdn-settings.appsflyersdk.com/android/v1/61561671a0e44edf190b64a5e23ae58a907c6b49bef4c6d16c093f028a5c8ef7/settings
2024-09-03 18:07:22.421  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Referrer] Huawei referrer collection disallowed by missing content provider.
2024-09-03 18:07:22.421  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Facebook app id Manifest metadata is not found.
2024-09-03 18:07:22.422  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Facebook app id string resource is not found.
2024-09-03 18:07:22.422  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: AF Facebook app id Manifest metadata is not found.
2024-09-03 18:07:22.423  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Referrer collection disallowed by missing Facebook app id.
2024-09-03 18:07:22.423  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Facebook app id Manifest metadata is not found.
2024-09-03 18:07:22.423  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Facebook app id string resource is not found.
2024-09-03 18:07:22.424  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: AF Facebook app id Manifest metadata is not found.
2024-09-03 18:07:22.424  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Referrer collection disallowed by missing Facebook app id.
2024-09-03 18:07:22.425  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [General] Initializing AppsFlyer SDK: (v6.14.0.288)
2024-09-03 18:07:22.425  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [General] Starting AppsFlyer: (v6.14.0.288)
2024-09-03 18:07:22.425  2114-2114  xxx                     com.pn.cal                           E  bbb
2024-09-03 18:07:22.426  2114-2114  xxx                     com.pn.cal                           E  1725358042420-7501386517338283212
2024-09-03 18:07:22.426  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [General] Build Number: 288
2024-09-03 18:07:22.426  2114-2114  xxx                     com.pn.cal                           E  {"appsflyer_id":"1725358042420-7501386517338283212","app_id":"com.pn.cal","token":"b801b903-4318-4bb0-9107-73efffdc7886"}
2024-09-03 18:07:22.426  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] tried to add already running task: RC_CDN-UpdateRemoteConfiguration-3
2024-09-03 18:07:22.426  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: LOAD_CACHE-LoadCachedRequests-4
2024-09-03 18:07:22.427  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [General] appsflyer_backup_rules.xml detected, using AppsFlyer defined backup rules for AppsFlyer SDK data
2024-09-03 18:07:22.427  2114-2114  Quality                 com.pn.cal                           I  Skipped: true 5 cost 99.85616 refreshRate 0 processName com.pn.cal
2024-09-03 18:07:22.427  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] onBecameForeground
2024-09-03 18:07:22.428  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] tried to add already running task: RC_CDN-UpdateRemoteConfiguration-5
2024-09-03 18:07:22.428  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] tried to add already scheduled task: LOAD_CACHE-LoadCachedRequests-6
2024-09-03 18:07:22.439  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for FETCH_ADVERTISING_ID-FetchAdvertisingIdTask-1, result: SUCCESS
2024-09-03 18:07:22.439  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: LOAD_CACHE-LoadCachedRequests-4
2024-09-03 18:07:22.440  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for LOAD_CACHE-LoadCachedRequests-4, result: SUCCESS
2024-09-03 18:07:22.445  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.446  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.447  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.447  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.448  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.448  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.448  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.448  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.448  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.448  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.448  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.449  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.450  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.450  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.450  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.450  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.450  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.450  2114-2958  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.451  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] No deep link detected
2024-09-03 18:07:22.452  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] Sending first launch for this session!
2024-09-03 18:07:22.452  2114-2961  SystemSens...gerExtImpl com.pn.cal                           V  RegisterListener lsm6dsm ACCELEROMETER type:1 delay:20000us by com.appsflyer.internal.AFi1dSDK
2024-09-03 18:07:22.452  2114-2961  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.453  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] sendWithEvent from activity: android.app.Application
2024-09-03 18:07:22.457  2114-2961  SystemSens...gerExtImpl com.pn.cal                           V  RegisterListener mmc5603 MAGNETOMETER type:2 delay:20000us by com.appsflyer.internal.AFi1dSDK
2024-09-03 18:07:22.458  2114-2961  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.461  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] ******* sendTrackingWithEvent: Launch
2024-09-03 18:07:22.463  2114-2961  SystemSens...gerExtImpl com.pn.cal                           V  RegisterListener lsm6dsm GYROSCOPE type:4 delay:20000us by com.appsflyer.internal.AFi1dSDK
2024-09-03 18:07:22.464  2114-2961  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.464  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] AppsFlyer: first launch detected
2024-09-03 18:07:22.465  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [General] AppsFlyer: first launch date: 2024-09-03_180722+0800
2024-09-03 18:07:22.468  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           W  [Other] Exception while collecting facebook's attribution ID. 
2024-09-03 18:07:22.468  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] AppsFlyerLib.sendWithEvent
2024-09-03 18:07:22.472  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task was blocked: CONVERSION-7
2024-09-03 18:07:22.495  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] didConfigureTokenRefreshService=false
2024-09-03 18:07:22.505  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] IMEI was not collected.
2024-09-03 18:07:22.506  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] Android ID was not collected.
2024-09-03 18:07:22.510  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] No OAID library
2024-09-03 18:07:22.532  2114-2926  com.pn.cal              com.pn.cal                           W  Accessing hidden method Landroid/app/ActivityThread;->currentApplication()Landroid/app/Application; (unsupported, reflection, allowed)
2024-09-03 18:07:22.535  2114-2926  System                  com.pn.cal                           E  Unable to open zip file: /storage/emulated/0/Android/data/com.pn.cal/files/out.prop
2024-09-03 18:07:22.536  2114-2970  ProfileInstaller        com.pn.cal                           D  Installing profile for com.pn.cal
2024-09-03 18:07:22.540  2114-2926  System                  com.pn.cal                           E  java.util.zip.ZipException: error in opening zip file
                                                                                                        at java.util.zip.ZipFile.open(Native Method)
                                                                                                        at java.util.zip.ZipFile.<init>(ZipFile.java:265)
                                                                                                        at java.util.zip.ZipFile.<init>(ZipFile.java:187)
                                                                                                        at java.util.jar.JarFile.<init>(JarFile.java:169)
                                                                                                        at java.util.jar.JarFile.<init>(JarFile.java:106)
                                                                                                        at libcore.io.ClassPathURLStreamHandler.<init>(ClassPathURLStreamHandler.java:46)
                                                                                                        at dalvik.system.DexPathList$Element.maybeInit(DexPathList.java:750)
                                                                                                        at dalvik.system.DexPathList$Element.findResource(DexPathList.java:777)
                                                                                                        at dalvik.system.DexPathList.findResource(DexPathList.java:554)
                                                                                                        at dalvik.system.BaseDexClassLoader.findResource(BaseDexClassLoader.java:313)
                                                                                                        at java.lang.ClassLoader.getResource(ClassLoader.java:793)
                                                                                                        at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:987)
                                                                                                        at java.lang.Class.getResourceAsStream(Class.java:2246)
                                                                                                        at com.appsflyer.internal.AFc1fSDK.<clinit>(:2418)
                                                                                                        at com.appsflyer.internal.AFg1wSDK.valueOf(:145)
                                                                                                        at com.appsflyer.internal.AFf1lSDK.valueOf(:122)
                                                                                                        at com.appsflyer.internal.AFf1cSDK.valueOf(:85)
                                                                                                        at com.appsflyer.internal.AFf1lSDK.AFKeystoreWrapper(:82)
                                                                                                        at com.appsflyer.internal.AFf1nSDK.values(:118)
                                                                                                        at com.appsflyer.internal.AFe1cSDK$2.run(:111)
                                                                                                        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
                                                                                                        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
                                                                                                        at java.lang.Thread.run(Thread.java:1012)
2024-09-03 18:07:22.552  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] CONVERSION-7: preparing data: {"platform_extension_v2":{"platform":"android_native","version":"6.14.0"},"country":"CN","af_timestamp":"1725358042461","appsflyerKey":"2********************7","isFirstCall":"true","registeredUninstall":false,"targetSDKver":34,"operator":"","isGaidWithGps":"false","app_version_code":"1","model":"RMX2117","brand":"realme","deviceType":"user","deviceData":{"sensors":[{"sT":2,"sVS":[18.4125,-25.0125,-41.9625],"sV":"memsic","sN":"mmc5603 MAGNETOMETER"},{"sT":1,"sVS":[0.081,0.33495003,9.571051],"sV":"STMicro","sVE":[0.08595,0.32505003,9.556951],"sN":"lsm6dsm ACCELEROMETER"},{"sT":4,"sVS":[-0.001375,8.25E-4,0.001375],"sV":"STMicro","sVE":[-1.375E-4,-4.125E-4,1.375E-4],"sN":"lsm6dsm GYROSCOPE"}],"cpu_abi":"arm64-v8a","build_display_id":"RMX2117_11_F.12","btch":"no","dim":{"xdp":"397.565","ydp":"406.4","x_px":"1080","y_px":"2158","d_dpi":"480","size":"2"},"arch":"","btl":"100.0","cpu_abi2":""},"disk":"90470\/111989","meta":{"fetchAdIdLatency":36,"host":{"name":"appsflyersdk.com","prefix":"a4z6kh-"},"first_launch":{"from_fg":123,"start_with":"activity","init_to_fg":32}},"sdk":"31","app_version_name":"1.0","device":"RMX2117CN","af_events_api":"1","cell":{"mcc":0,"mnc":0},"network":"WIFI","timepassedsincelastlaunch":"-1","sig":"E3F6C14E4252734ECBE9A8FCB2BFB5F218E326EA966D11D8E7ACECA7B3E3F603","open_referrer":"android-app:\/\/com.pn.cal","uid":"1725358042420-7501386517338283212","lang_code":"zh","installDate":"2024-09-03_100713+0000","firstLaunchDate":"2024-09-03_180722+0800","ivc":false,"lang":"中文","batteryLevel":"100.0","last_boot_time":1724921938387,"install_source_info":{"initiating_package":"com.android.packageinstaller","installing_package":"com.android.packageinstaller"},"product":"RMX2117","kef7062":"31203c237c857ea6481912120c531a0d5919130d5a1f1d","date2":"2024-09-03_180713+0800","counter":"1","installer_package":"com.android.packageinstaller","date1":"2024-09-03_180713+0800","advertiserId":"52a05cb1-96d7-44e4-91a0-38b9d30fd5fb","advertiserIdEnabled":"true","GAID_retry":"false","carrier":"","af_preinstalled":"false","iaecounter":"0","tokenRefreshConfigured":false,"gaidError":"-1: ClassNotFoundException |","platformextension":"android_native"}
2024-09-03 18:07:22.568  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: CONVERSION-7
2024-09-03 18:07:22.603  2114-2961  SystemSens...gerExtImpl com.pn.cal                           V  unRegisterListener by com.appsflyer.internal.AFi1dSDK
2024-09-03 18:07:22.611  2114-2961  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.612  2114-2961  SystemSens...gerExtImpl com.pn.cal                           V  unRegisterListener by com.appsflyer.internal.AFi1dSDK
2024-09-03 18:07:22.615  2114-2961  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:22.615  2114-2961  SystemSens...gerExtImpl com.pn.cal                           V  unRegisterListener by com.appsflyer.internal.AFi1dSDK
2024-09-03 18:07:22.619  2114-2961  Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 18:07:23.226  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [181014377] response code:200 OK
                                                                                                     body:{"features":{},"ver":"default.v1.1637149529"}
                                                                                                     took 809ms
2024-09-03 18:07:23.232  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [CFG] Config successfully updated, timeToLive: 86400 seconds
2024-09-03 18:07:23.233  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for RC_CDN-UpdateRemoteConfiguration-2, result: SUCCESS
2024-09-03 18:07:23.267  2114-2933  com.pn.cal              com.pn.cal                           I  Rejecting re-init on previously-failed class java.lang.Class<com.appsflyer.internal.AFc1fSDK>: java.lang.ExceptionInInitializerError: 
                                                                                                      at java.util.Map com.appsflyer.internal.AFg1wSDK.valueOf(java.util.Map) (:145)
                                                                                                      at void com.appsflyer.internal.AFf1lSDK.valueOf(com.appsflyer.internal.AFa1qSDK) (:122)
                                                                                                      at void com.appsflyer.internal.AFf1cSDK.valueOf(com.appsflyer.internal.AFa1qSDK) (:85)
                                                                                                      at com.appsflyer.internal.AFe1sSDK com.appsflyer.internal.AFf1lSDK.AFKeystoreWrapper(java.lang.String) (:82)
                                                                                                      at void com.appsflyer.internal.AFf1nSDK.values() (:118)
                                                                                                      at void com.appsflyer.internal.AFe1cSDK$2.run() (:111)
                                                                                                      at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1137)
                                                                                                      at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:637)
                                                                                                      at void java.lang.Thread.run() (Thread.java:1012)
2024-09-03 18:07:23.273  2114-2933  com.pn.cal              com.pn.cal                           I  Rejecting re-init on previously-failed class java.lang.Class<com.appsflyer.internal.AFa1uSDK>: java.lang.ExceptionInInitializerError: 
                                                                                                      at com.appsflyer.internal.AFe1sSDK com.appsflyer.internal.AFe1ySDK.AFKeystoreWrapper(com.appsflyer.internal.AFa1qSDK, java.lang.String, com.appsflyer.internal.AFd1lSDK) (:169)
                                                                                                      at com.appsflyer.internal.AFe1sSDK com.appsflyer.internal.AFf1lSDK.AFKeystoreWrapper(java.lang.String) (:94)
                                                                                                      at void com.appsflyer.internal.AFf1nSDK.values() (:118)
                                                                                                      at void com.appsflyer.internal.AFe1cSDK$2.run() (:111)
                                                                                                      at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1137)
                                                                                                      at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:637)
                                                                                                      at void java.lang.Thread.run() (Thread.java:1012)
2024-09-03 18:07:23.298  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: CONVERSION-7
2024-09-03 18:07:23.298  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] didConfigureTokenRefreshService=false
2024-09-03 18:07:23.298  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] IMEI was not collected.
2024-09-03 18:07:23.298  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] Android ID was not collected.
2024-09-03 18:07:23.299  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] No OAID library
2024-09-03 18:07:23.299  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] CONVERSION-7: preparing data: {"platform_extension_v2":{"platform":"android_native","version":"6.14.0"},"country":"CN","af_timestamp":"1725358042461","appsflyerKey":"2********************7","isFirstCall":"true","registeredUninstall":false,"targetSDKver":34,"operator":"","isGaidWithGps":"false","app_version_code":"1","model":"RMX2117","brand":"realme","deviceType":"user","deviceData":{"sensors":[{"sT":2,"sVS":[18.4125,-25.0125,-41.9625],"sV":"memsic","sVE":[17.60625,-27.31875,-39.3375],"sN":"mmc5603 MAGNETOMETER"},{"sT":1,"sVS":[0.081,0.33495003,9.571051],"sV":"STMicro","sVE":[0.09105001,0.33495003,9.5449505],"sN":"lsm6dsm ACCELEROMETER"},{"sT":4,"sVS":[-0.001375,8.25E-4,0.001375],"sV":"STMicro","sVE":[-1.375E-4,-4.125E-4,-0.0011],"sN":"lsm6dsm GYROSCOPE"}],"cpu_abi":"arm64-v8a","build_display_id":"RMX2117_11_F.12","btch":"no","dim":{"xdp":"397.565","ydp":"406.4","x_px":"1080","y_px":"2158","d_dpi":"480","size":"2"},"arch":"","btl":"100.0","cpu_abi2":""},"disk":"90470\/111989","meta":{"rc":{"sig":"success","delay":822,"c_ver":"default.v1.1637149529","latency":809,"cdn_token":"61561671a0e44edf190b64a5e23ae58a907c6b49bef4c6d16c093f028a5c8ef7","res_code":200},"fetchAdIdLatency":36,"host":{"name":"appsflyersdk.com","prefix":"a4z6kh-"},"first_launch":{"from_fg":842,"start_with":"activity","init_to_fg":32}},"sdk":"31","app_version_name":"1.0","device":"RMX2117CN","af_events_api":"1","cell":{"mcc":0,"mnc":0},"network":"WIFI","timepassedsincelastlaunch":"0","sig":"E3F6C14E4252734ECBE9A8FCB2BFB5F218E326EA966D11D8E7ACECA7B3E3F603","open_referrer":"android-app:\/\/com.pn.cal","uid":"1725358042420-7501386517338283212","lang_code":"zh","installDate":"2024-09-03_100713+0000","firstLaunchDate":"2024-09-03_180722+0800","ivc":false,"lang":"中文","batteryLevel":"100.0","last_boot_time":1724921938387,"install_source_info":{"initiating_package":"com.android.packageinstaller","installing_package":"com.android.packageinstaller"},"product":"RMX2117","kef7062":"31203c237c857ea6481912120c531a0d5919130d5a1f13","date2":"2024-09-03_180713+0800","counter":"1","installer_package":"com.android.packageinstaller","date1":"2024-09-03_180713+0800","advertiserId":"52a05cb1-96d7-44e4-91a0-38b9d30fd5fb","advertiserIdEnabled":"true","GAID_retry":"false","carrier":"","af_preinstalled":"false","iaecounter":"0","tokenRefreshConfigured":false,"gaidError":"-1: ClassNotFoundException |","platformextension":"android_native"}
2024-09-03 18:07:23.299  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for CONVERSION-7, result: FAILURE
2024-09-03 18:07:23.299  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: GCDSDK-GCD-CHECK-8
2024-09-03 18:07:23.299  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: GCDSDK-GCD-CHECK-8
2024-09-03 18:07:23.299  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [GCD-A01] Loading conversion data. Counter: 1
2024-09-03 18:07:23.300  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for GCDSDK-GCD-CHECK-8, result: FAILURE
2024-09-03 18:07:23.300  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: GCDSDK-GCD-FETCH-9
2024-09-03 18:07:23.300  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: GCDSDK-GCD-FETCH-9
2024-09-03 18:07:23.300  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           I  [Other] [GCD-B01] URL: https://a4z6kh-gcdsdk.appsflyersdk.com/install_data/v5.0/com.pn.cal?device_id=1725358042420-7501386517338283212
2024-09-03 18:07:23.300  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [124300077] GET:https://a4z6kh-gcdsdk.appsflyersdk.com/install_data/v5.0/com.pn.cal?device_id=1725358042420-7501386517338283212
                                                                                                     Connection: close
                                                                                                     af_request_epoch_ms: 1725358043279
                                                                                                     af_sig: 697f2a4b5a6ae774f1b7fa6ed5e9d652cefdcfe915310edea2acccdb8a464b9d
2024-09-03 18:07:27.107  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [124300077] response code:404 Not Found
                                                                                                     body:{"error_reason":"Attribution data for this AppsFlyer ID is not available","status_code":404}
                                                                                                     took 3825ms
2024-09-03 18:07:27.113  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [GCD-A03] Server retrieving attempt finished
2024-09-03 18:07:27.113  2114-2933  xxx                     com.pn.cal                           E  af success
2024-09-03 18:07:27.114  2114-2933  xxx1                    com.pn.cal                           E  Organic
2024-09-03 18:07:27.114  2114-2933  xxx2                    com.pn.cal                           E  Organic
2024-09-03 18:07:27.115  2114-2922  AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [GCD-A02] Calling onConversionDataSuccess with:
                                                                                                    {af_status=Organic, af_message=organic install, is_first_launch=true}
 

========================================================================

2. 静态配置AF SDK依赖,jvm直接加载AF字节码文件。能成功获取到非自然量。

2024-09-03 17:53:12.435  1597-1811  PackageManager          system_server                        E  Fix up user restrict data of pkg: com.pn.cal
2024-09-03 17:53:12.954  1597-1802  VerityUtils             system_server                        E  Failed to measure fs-verity, errno 1: /data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/base.apk
2024-09-03 17:53:13.933  1597-13385 WindowManager           system_server                        E  makeSurface ActivityRecord{835e482 u0 com.pn.cal/com.example.myapplication.SplalshActivity t1708} windowType 2
2024-09-03 17:53:14.236 29393-29393 libc                    com.pn.cal                           W  Access denied finding property "ro.odm.prev.product.name"
2024-09-03 17:53:14.238 29393-29393 OplusFeatu...figManager com.pn.cal                           D  Milliseconds spent on initOplusFeatureCache(): 1
2024-09-03 17:53:14.240 29393-29393 LoadedApk               com.pn.cal                           D  mApplicationInfo overrideDisplayId:null
2024-09-03 17:53:14.241 29393-29393 ziparchive              com.pn.cal                           W  Unable to open '/data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/base.dm': No such file or directory
2024-09-03 17:53:14.241 29393-29393 ziparchive              com.pn.cal                           W  Unable to open '/data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/base.dm': No such file or directory
2024-09-03 17:53:14.547 29393-29393 nativeloader            com.pn.cal                           D  Configuring classloader-namespace for other apk /data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/lib/arm64:/data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.pn.cal
2024-09-03 17:53:14.548 29393-29393 Quality                 com.pn.cal                           I  ActivityThread: createClassLoader delay 307 /data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/base.apk 29393
2024-09-03 17:53:14.550 29393-29393 Quality                 com.pn.cal                           I  ActivityThread: createOrUpdateClassLoaderLocked delay 309 com.pn.cal 29393
2024-09-03 17:53:14.564 29393-29393 GraphicsEnvironment     com.pn.cal                           V  ANGLE Developer option for 'com.pn.cal' set to: 'default'
2024-09-03 17:53:14.564 29393-29393 GraphicsEnvironment     com.pn.cal                           V  App is not on the allowlist for updatable production driver.
2024-09-03 17:53:14.567 29393-29393 NetworkSecurityConfig   com.pn.cal                           D  No Network Security Config specified, using platform default
2024-09-03 17:53:14.567 29393-29393 NetworkSecurityConfig   com.pn.cal                           D  No Network Security Config specified, using platform default
2024-09-03 17:53:14.607 29393-29441 libMEOW                 com.pn.cal                           D  meow new tls: 0xb400006f38891400
2024-09-03 17:53:14.607 29393-29441 libMEOW                 com.pn.cal                           D  meow reload base cfg path: na
2024-09-03 17:53:14.607 29393-29441 libMEOW                 com.pn.cal                           D  meow reload overlay cfg path: na
2024-09-03 17:53:14.607 29393-29441 libMEOW                 com.pn.cal                           D  applied 0 plugin for [com.pn.cal].
2024-09-03 17:53:14.607 29393-29441 libMEOW                 com.pn.cal                           D  rebuild call chain: 0xb400006f388aaf00
2024-09-03 17:53:14.607 29393-29441 libMEOW                 com.pn.cal                           D  meow delete tls: 0xb400006f38891400
2024-09-03 17:53:14.641 29393-29393 MultiApp.Impl           com.pn.cal                           E  OplusMultiAppImpl
2024-09-03 17:53:14.642 29393-29393 AppCompatDelegate       com.pn.cal                           D  Checking for metadata for AppLocalesMetadataHolderService : Service not found
2024-09-03 17:53:14.686 29393-29393 oplus.andr...actoryImpl com.pn.cal                           I  Unknow feature:IOplusTextViewRTLUtilForUG
2024-09-03 17:53:14.710 29393-29393 com.pn.cal              com.pn.cal                           W  Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)
2024-09-03 17:53:14.732  1597-3708  WindowManager           system_server                        E  makeSurface ActivityRecord{c3e3606 u0 com.pn.cal/com.example.myapplication.ProtocolActivity t1708} windowType 2
2024-09-03 17:53:14.745 29393-29393 Quality                 com.pn.cal                           I  ActivityThread: activityStart delay 152 com.pn.cal 29393
2024-09-03 17:53:14.748 29393-29393 PowerHalWrapper         com.pn.cal                           I  PowerHalWrapper.getInstance 
2024-09-03 17:53:14.750 29393-29393 Quality                 com.pn.cal                           I  Skipped: true 13 cost 153.22354 refreshRate 0 processName com.pn.cal
2024-09-03 17:53:14.751 29393-29393 ExtensionsLoader        com.pn.cal                           D  createInstance(64bit) : createExtendedFactory
2024-09-03 17:53:14.751 29393-29393 ExtensionsLoader        com.pn.cal                           D  Opened libSchedAssistExtImpl.so
2024-09-03 17:53:14.751 29393-29393 com.pn.cal              com.pn.cal                           E  ofbOpen failed with error=No such file or directory
2024-09-03 17:53:14.751 29393-29393 com.pn.cal              com.pn.cal                           E  sysOpen failed with error=No such file or directory
2024-09-03 17:53:14.766 29393-29449 libMEOW                 com.pn.cal                           D  meow new tls: 0xb400006f3889aa00
2024-09-03 17:53:14.766 29393-29449 libMEOW                 com.pn.cal                           D  applied 0 plugin for [com.pn.cal].
2024-09-03 17:53:14.766 29393-29449 libMEOW                 com.pn.cal                           D  rebuild call chain: 0xb400006f388b7680
2024-09-03 17:53:14.766 29393-29449 libMEOW                 com.pn.cal                           D  meow delete tls: 0xb400006f3889aa00
2024-09-03 17:53:14.776 29393-29393 ziparchive              com.pn.cal                           W  Unable to open '/data/app/~~h8Dxq07DJ9IsbCKoY6ZMAg==/com.google.android.trichromelibrary_653310533--gfn0lJGIfJjwYi_uBrFSw==/base.dm': No such file or directory
2024-09-03 17:53:14.776 29393-29393 ziparchive              com.pn.cal                           W  Unable to open '/data/app/~~h8Dxq07DJ9IsbCKoY6ZMAg==/com.google.android.trichromelibrary_653310533--gfn0lJGIfJjwYi_uBrFSw==/base.dm': No such file or directory
2024-09-03 17:53:14.776 29393-29393 com.pn.cal              com.pn.cal                           W  Entry not found
2024-09-03 17:53:14.777 29393-29393 nativeloader            com.pn.cal                           D  Configuring classloader-namespace for other apk /data/app/~~h8Dxq07DJ9IsbCKoY6ZMAg==/com.google.android.trichromelibrary_653310533--gfn0lJGIfJjwYi_uBrFSw==/base.apk. target_sdk_version=35, uses_libraries=ALL, library_path=/data/app/~~jBeesWI2zn2II--_IdyOCQ==/com.google.android.webview-IyaOHimaGzch19jJBmxgmw==/lib/arm64:/data/app/~~jBeesWI2zn2II--_IdyOCQ==/com.google.android.webview-IyaOHimaGzch19jJBmxgmw==/base.apk!/lib/arm64-v8a:/data/app/~~h8Dxq07DJ9IsbCKoY6ZMAg==/com.google.android.trichromelibrary_653310533--gfn0lJGIfJjwYi_uBrFSw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand
2024-09-03 17:53:14.777 29393-29393 nativeloader            com.pn.cal                           D  Extending system_exposed_libraries: libapuwareapusys.mtk.so:libapuwareapusys_v2.mtk.so:libapuwarexrp.mtk.so:libapuwarexrp_v2.mtk.so:libapuwareutils.mtk.so:libapuwareutils_v2.mtk.so:libapuwarehmp.mtk.so:libmcv_runtime_usdk.mtk.so:libneuron_graph_delegate.mtk.so:libneuronusdk_adapter.mtk.so:libtflite_mtk.mtk.so:libarmnn_ndk.mtk.so:libcmdl_ndk.mtk.so:libnir_neon_driver_ndk.mtk.so:libmvpu_runtime.mtk.so:libmvpu_runtime_pub.mtk.so:libmvpu_engine_pub.mtk.so:libmvpu_pattern_pub.mtk.so:libmvpuop_mtk_cv.mtk.so:libmvpuop_mtk_nn.mtk.so:libteeservice_client.trustonic.so:libSloganJni.oplus.so:libsuperNight.oplus.so
2024-09-03 17:53:14.783 29393-29393 nativeloader            com.pn.cal                           D  Configuring classloader-namespace for other apk /data/app/~~jBeesWI2zn2II--_IdyOCQ==/com.google.android.webview-IyaOHimaGzch19jJBmxgmw==/base.apk. target_sdk_version=35, uses_libraries=, library_path=/data/app/~~jBeesWI2zn2II--_IdyOCQ==/com.google.android.webview-IyaOHimaGzch19jJBmxgmw==/lib/arm64:/data/app/~~jBeesWI2zn2II--_IdyOCQ==/com.google.android.webview-IyaOHimaGzch19jJBmxgmw==/base.apk!/lib/arm64-v8a:/data/app/~~h8Dxq07DJ9IsbCKoY6ZMAg==/com.google.android.trichromelibrary_653310533--gfn0lJGIfJjwYi_uBrFSw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand
2024-09-03 17:53:14.787 29393-29393 WebViewFactory          com.pn.cal                           I  Loading com.google.android.webview version 127.0.6533.105 (code 653310533)
2024-09-03 17:53:14.807 29393-29393 cr_WVCFactoryProvider   com.pn.cal                           I  version=127.0.6533.105 (653310533) minSdkVersion=29 isBundle=true multiprocess=true packageId=2
2024-09-03 17:53:14.851 29393-29466 chromium                com.pn.cal                           I  [0903/175314.850669:INFO:variations_seed_loader.cc(68)] Failed to open file for reading.: No such file or directory (2)
2024-09-03 17:53:14.851 29393-29466 chromium                com.pn.cal                           I  [0903/175314.851400:INFO:variations_seed_loader.cc(68)] Failed to open file for reading.: No such file or directory (2)
2024-09-03 17:53:14.872 29393-29393 cr_LibraryLoader        com.pn.cal                           I  Successfully loaded native library
2024-09-03 17:53:14.872 29393-29393 cr_CachingUmaRecorder   com.pn.cal                           I  Flushed 6 samples from 6 histograms, 0 samples were dropped.
2024-09-03 17:53:14.877 29393-29393 cr_CombinedPProvider    com.pn.cal                           I  #registerProvider() provider:WV.V7@2b12e4c isPolicyCacheEnabled:false policyProvidersSize:0
2024-09-03 17:53:14.878 29393-29393 cr_PolicyProvider       com.pn.cal                           I  #setManagerAndSource() 0
2024-09-03 17:53:14.893 29393-29393 cr_CombinedPProvider    com.pn.cal                           I  #linkNativeInternal() 1
2024-09-03 17:53:14.895 29393-29393 cr_AppResProvider       com.pn.cal                           I  #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL]
2024-09-03 17:53:14.895 29393-29393 cr_PolicyProvider       com.pn.cal                           I  #notifySettingsAvailable() 0
2024-09-03 17:53:14.895 29393-29393 cr_CombinedPProvider    com.pn.cal                           I  #onSettingsAvailable() 0
2024-09-03 17:53:14.895 29393-29393 cr_CombinedPProvider    com.pn.cal                           I  #flushPolicies()
2024-09-03 17:53:15.028 29393-29393 Compatibil...geReporter com.pn.cal                           D  Compat change id reported: 171228096; UID 10377; state: ENABLED
2024-09-03 17:53:15.074 29393-29393 AutofillManager         com.pn.cal                           V  receiver results: flags=7 enabled=true, enabledForAugmentedOnly: false
2024-09-03 17:53:15.081 29393-29393 OplusCusto...ionManager com.pn.cal                           E  sInstance is null, start a new sInstance
2024-09-03 17:53:15.099 29393-29393 xxx2                    com.pn.cal                           E  https://desiredboom.blogspot.com/2024/08/xx-privacy-policy.html
2024-09-03 17:53:15.101 29393-29393 xxx                     com.pn.cal                           E  https://desiredboom.blogspot.com/2024/08/xx-privacy-policy.html
2024-09-03 17:53:15.105 29393-29526 libMEOW                 com.pn.cal                           D  meow new tls: 0xb400006f3895e400
2024-09-03 17:53:15.105 29393-29526 libMEOW                 com.pn.cal                           D  applied 0 plugin for [com.pn.cal].
2024-09-03 17:53:15.105 29393-29526 libMEOW                 com.pn.cal                           D  rebuild call chain: 0xb400006f38977d40
2024-09-03 17:53:15.115 29393-29498 cr_media                com.pn.cal                           W  BLUETOOTH_CONNECT permission is missing.
2024-09-03 17:53:15.116 29393-29393 Quality                 com.pn.cal                           I  ActivityThread: activityStart delay 356 com.pn.cal 29393
2024-09-03 17:53:15.116 29393-29498 cr_media                com.pn.cal                           W  getBluetoothAdapter() requires BLUETOOTH permission
2024-09-03 17:53:15.116 29393-29498 cr_media                com.pn.cal                           W  registerBluetoothIntentsIfNeeded: Requires BLUETOOTH permission
2024-09-03 17:53:15.123 29393-29393 OplusInputMethodUtil    com.pn.cal                           D  init DEBUG to false, update DEBUG_IME to false
2024-09-03 17:53:15.123 29393-29393 OplusInputMethodUtil    com.pn.cal                           D  init DEBUG to false, update DEBUG_IME to false
2024-09-03 17:53:15.126 29393-29393 SurfaceFactory          com.pn.cal                           I  [static] sSurfaceFactory = com.mediatek.view.impl.SurfaceFactoryImpl@755017
2024-09-03 17:53:15.128 29393-29393 MsyncFactory            com.pn.cal                           I  [static] sMsyncFactory = com.mediatek.view.impl.MsyncFactoryImpl@9244c04
2024-09-03 17:53:15.129 29393-29528 OpenMsyncAppList        com.pn.cal                           D  loadTunerAppList + 
2024-09-03 17:53:15.131 29393-29528 OpenMsyncAppList        com.pn.cal                           D  loadTunerAppList - 
2024-09-03 17:53:15.132 29393-29393 OplusSlideAnimOptHelper com.pn.cal                           I  checkListMode: is blacklist mode = true
2024-09-03 17:53:15.133 29393-29393 OplusSlideAnimOptHelper com.pn.cal                           D  com.pn.cal scrollEffectOpt enable = true
2024-09-03 17:53:15.138 29393-29393 WindowManager           com.pn.cal                           D  Add to mViews: DecorView@39c2470[ProtocolActivity],pkg= com.pn.cal
2024-09-03 17:53:15.142 29393-29439 ExtensionsLoader        com.pn.cal                           D  createInstance(64bit) : createExtendedFactory
2024-09-03 17:53:15.144 29393-29439 ExtensionsLoader        com.pn.cal                           D  Opened libhwuiextimpl.so
2024-09-03 17:53:15.144 29393-29393 ExtensionsLoader        com.pn.cal                           D  createInstance(64bit) : createExtendedFactory
2024-09-03 17:53:15.144 29393-29393 ExtensionsLoader        com.pn.cal                           D  Opened libSchedAssistExtImpl.so
2024-09-03 17:53:15.149 29393-29393 ViewRootIm...lActivity] com.pn.cal                           D  hardware acceleration = true, sRendererEnabled = true, forceHwAccelerated = false
2024-09-03 17:53:15.158 29393-29393 libMEOW                 com.pn.cal                           D  meow new tls: 0xb400006ebdc88640
2024-09-03 17:53:15.158 29393-29393 libMEOW                 com.pn.cal                           D  applied 0 plugin for [com.pn.cal].
2024-09-03 17:53:15.158 29393-29393 libMEOW                 com.pn.cal                           D  rebuild call chain: 0xb400006ebdc97100
2024-09-03 17:53:15.175 29393-29526 hw-ProcessState         com.pn.cal                           D  Binder ioctl to enable oneway spam detection failed: Invalid argument
2024-09-03 17:53:15.188 29393-29393 Quality                 com.pn.cal                           I  Skipped: false 6 cost 75.218315 refreshRate 0 processName com.pn.cal
2024-09-03 17:53:15.201 29393-29393 BufferQueueConsumer     com.pn.cal                           I  [](id:72d100000000,api:0,p:-1,c:29393) connect: controlledByApp=false
2024-09-03 17:53:15.205 29393-29473 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:15.208 29393-29393 BLASTBufferQueue        com.pn.cal                           I  [ViewRootImpl[com.pn.cal/com.example.myapplication.ProtocolActivity]#0] constructor()
2024-09-03 17:53:15.209 29393-29393 ExtensionsLoader        com.pn.cal                           D  createInstance(64bit) : createExtendedFactory
2024-09-03 17:53:15.209 29393-29393 ExtensionsLoader        com.pn.cal                           D  Opened libSchedAssistExtImpl.so
2024-09-03 17:53:15.211 29393-29393 ZoomWindowDecorView     com.pn.cal                           V  setLastReportedMergedConfiguration mZoomDisplayHeight: 2400 getDecorView.60564592
2024-09-03 17:53:15.211 29393-29439 libMEOW                 com.pn.cal                           D  meow new tls: 0xb400006ebdcd3480
2024-09-03 17:53:15.211 29393-29439 libMEOW                 com.pn.cal                           D  applied 0 plugin for [com.pn.cal].
2024-09-03 17:53:15.211 29393-29439 libMEOW                 com.pn.cal                           D  rebuild call chain: 0xb400006ebdcec100
2024-09-03 17:53:15.237 29393-29439 BufferQueueProducer     com.pn.cal                           I  [ViewRootImpl[com.pn.cal/com.example.myapplication.ProtocolActivity]#0(BLAST Consumer)0](id:72d100000000,api:1,p:29393,c:29393) connect: api=1 producerControlledByApp=true
2024-09-03 17:53:15.247 29393-29473 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:15.274 29393-29439 hw-ProcessState         com.pn.cal                           D  Binder ioctl to enable oneway spam detection failed: Invalid argument
2024-09-03 17:53:15.297 29393-29439 OpenGLRenderer          com.pn.cal                           E  fbcNotifyFrameComplete error: undefined symbol: fbcNotifyFrameComplete
2024-09-03 17:53:15.297 29393-29439 OpenGLRenderer          com.pn.cal                           E  fbcNotifyNoRender error: undefined symbol: fbcNotifyNoRender
2024-09-03 17:53:15.307 29393-29393 Quality                 com.pn.cal                           I  Skipped: false 10 cost 116.40423 refreshRate 0 processName com.pn.cal
2024-09-03 17:53:15.311 29393-29415 SurfaceComposerClient   com.pn.cal                           D  VRR [FRTC] client handle [bufferId:18446744073709551615 framenumber:0] [ffffffff, ffffffff]
2024-09-03 17:53:15.329 29393-29415 BLASTBufferQueue        com.pn.cal                           E  [ViewRootImpl[com.pn.cal/com.example.myapplication.ProtocolActivity]#0](f:0,a:2) isEGL=1, mPendingRelease.size()=1, mMaxAcquiredBuffers=5, currentMaxAcquiredBufferCount=4
2024-09-03 17:53:15.349  2149-11554 BLASTBufferQueue        com.android.systemui                 E  [ViewRootImpl[Splash Screen com.pn.cal]#442](f:0,a:3) isEGL=1, mPendingRelease.size()=1, mMaxAcquiredBuffers=5, currentMaxAcquiredBufferCount=4
2024-09-03 17:53:15.362 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/x-adpcm-dvi-ima
2024-09-03 17:53:15.363 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/x-adpcm-dvi-ima
2024-09-03 17:53:15.364 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/x-adpcm-ms
2024-09-03 17:53:15.365 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/x-adpcm-ms
2024-09-03 17:53:15.365 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/alac
2024-09-03 17:53:15.366 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/alac
2024-09-03 17:53:15.367 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/ape
2024-09-03 17:53:15.368 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/ape
2024-09-03 17:53:15.368 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/x-ms-wma
2024-09-03 17:53:15.369 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/x-ms-wma
2024-09-03 17:53:15.376 29393-29517 AudioCapabilities       com.pn.cal                           W  Unsupported mime audio/ffmpeg
2024-09-03 17:53:15.377 29393-29517 VideoCapabilities       com.pn.cal                           W  Unsupported mime video/ffmpeg
2024-09-03 17:53:15.382 29393-29517 VideoCapabilities       com.pn.cal                           W  Unsupported mime image/vnd.android.heic
2024-09-03 17:53:15.383 29393-29517 VideoCapabilities       com.pn.cal                           W  Unsupported mime image/vnd.android.heic
2024-09-03 17:53:15.384 29393-29517 VideoCapabilities       com.pn.cal                           W  Unsupported mime image/vnd.android.heic
2024-09-03 17:53:15.385 29393-29517 VideoCapabilities       com.pn.cal                           W  Unsupported mime image/vnd.android.heic
2024-09-03 17:53:15.390 29393-29517 VideoCapabilities       com.pn.cal                           W  Unsupported mime video/x-ms-wmv
2024-09-03 17:53:15.390 29393-29517 VideoCapabilities       com.pn.cal                           W  Unsupported mime video/x-ms-wmv
2024-09-03 17:53:15.597 29217-29217 ANR_LOG                 com.nearme.gamecenter                E  Current msg <1> = { when=-2s321ms what=113 target=android.app.ActivityThread$H obj=ReceiverData{intent=Intent { act=oplus.intent.action.PACKAGE_ADDED dat=package:com.pn.cal flg=0x5000010 cmp=com.nearme.gamecenter/com.heytap.cdo.client.domain.receiver.PackageReceiver (has extras) } packageName=com.nearme.gamecenter resultCode=0 resultData=null resultExtras=null} }
2024-09-03 17:53:15.914 29393-29518 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:17.348 29393-29712 BLASTBufferQueue        com.pn.cal                           E  [ViewRootImpl[com.pn.cal/com.example.myapplication.ProtocolActivity]#0](f:0,a:3) isEGL=1, mPendingRelease.size()=2, mMaxAcquiredBuffers=5, currentMaxAcquiredBufferCount=2
2024-09-03 17:53:17.394 29393-29712 BLASTBufferQueue        com.pn.cal                           E  [ViewRootImpl[com.pn.cal/com.example.myapplication.ProtocolActivity]#0](f:0,a:4) isEGL=1, mPendingRelease.size()=3, mMaxAcquiredBuffers=5, currentMaxAcquiredBufferCount=2
2024-09-03 17:53:19.446 29393-29393 ddup                    com.pn.cal                           I  Last 开始,进入下面的逻辑
2024-09-03 17:53:19.446 29393-29393 ddup                    com.pn.cal                           I  xxx fromJava==/storage/emulated/0/Android/data/com.pn.cal/files
2024-09-03 17:53:19.446 29393-29393 ddup                    com.pn.cal                           I  xxx fromJava==out.dex
2024-09-03 17:53:19.448 29393-29393 ddup                    com.pn.cal                           I  这一步
2024-09-03 17:53:19.449 29393-29393 ddup                    com.pn.cal                           I  /storage/emulated/0/Android/data/com.pn.cal/files/out.dex
2024-09-03 17:53:19.449 29393-29393 ddup                    com.pn.cal                           I  xxx 拷贝成功
2024-09-03 17:53:19.449 29393-29393 ziparchive              com.pn.cal                           W  Unable to open '/storage/emulated/0/Android/data/com.pn.cal/files/out.dm': No such file or directory
2024-09-03 17:53:19.452 29393-29393 xxx                     com.pn.cal                           E  hello from Heave
2024-09-03 17:53:19.452 29393-29393 xxx                     com.pn.cal                           E  hello zhougang
2024-09-03 17:53:19.452 29393-29393 xxx                     com.pn.cal                           E  initAF from C
2024-09-03 17:53:19.467 29393-29393 xxx                     com.pn.cal                           E  AppsFlyerLib.getInstance() 正确
2024-09-03 17:53:19.469 29393-29393 xxx                     com.pn.cal                           E  aaa
2024-09-03 17:53:19.481 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: FETCH_ADVERTISING_ID-FetchAdvertisingIdTask-1
2024-09-03 17:53:19.483 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: FETCH_ADVERTISING_ID-FetchAdvertisingIdTask-1
2024-09-03 17:53:19.486 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] Trying to fetch GAID...
2024-09-03 17:53:19.489 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           E  [Other] Google Play Services is missing com.google.android.gms.ads.identifier.AdvertisingIdClient
                                                                                                    java.lang.ClassNotFoundException: com.google.android.gms.ads.identifier.AdvertisingIdClient
                                                                                                        at java.lang.Class.classForName(Native Method)
                                                                                                        at java.lang.Class.forName(Class.java:454)
                                                                                                        at java.lang.Class.forName(Class.java:379)
                                                                                                        at com.appsflyer.internal.AFf1uSDK.valueOf(:271)
                                                                                                        at com.appsflyer.internal.AFf1uSDK.AFInAppEventParameterName(:193)
                                                                                                        at com.appsflyer.internal.AFf1uSDK.afInfoLog(:162)
                                                                                                        at com.appsflyer.internal.AFf1uSDK.AFKeystoreWrapper(:116)
                                                                                                        at com.appsflyer.internal.AFe1dSDK.AFLogger(:207)
                                                                                                        at com.appsflyer.internal.AFe1cSDK$1.run(:186)
                                                                                                        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
                                                                                                        at java.util.concurrent.FutureTask.run(FutureTask.java:264)
                                                                                                        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
                                                                                                        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
                                                                                                        at java.lang.Thread.run(Thread.java:1012)
                                                                                                    Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.ads.identifier.AdvertisingIdClient" on path: DexPathList[[zip file "/data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/base.apk"],nativeLibraryDirectories=[/data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/lib/arm64, /data/app/~~kby-fOlVKW6AvE9U4G0dFg==/com.pn.cal-HJM66FYxodhrOiXP-gG4FQ==/base.apk!/lib/arm64-v8a, /system/lib64, /system_ext/lib64]]
                                                                                                        at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
                                                                                                        at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
                                                                                                        at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
                                                                                                        at java.lang.Class.classForName(Native Method) 
                                                                                                        at java.lang.Class.forName(Class.java:454) 
                                                                                                        at java.lang.Class.forName(Class.java:379) 
                                                                                                        at com.appsflyer.internal.AFf1uSDK.valueOf(:271) 
                                                                                                        at com.appsflyer.internal.AFf1uSDK.AFInAppEventParameterName(:193) 
                                                                                                        at com.appsflyer.internal.AFf1uSDK.afInfoLog(:162) 
                                                                                                        at com.appsflyer.internal.AFf1uSDK.AFKeystoreWrapper(:116) 
                                                                                                        at com.appsflyer.internal.AFe1dSDK.AFLogger(:207) 
                                                                                                        at com.appsflyer.internal.AFe1cSDK$1.run(:186) 
                                                                                                        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463) 
                                                                                                        at java.util.concurrent.FutureTask.run(FutureTask.java:264) 
                                                                                                        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137) 
                                                                                                        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) 
                                                                                                        at java.lang.Thread.run(Thread.java:1012) 
2024-09-03 17:53:19.489 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] WARNING: Google Play Services is missing.
2024-09-03 17:53:19.489 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [CFG] No configuration found in cache
2024-09-03 17:53:19.491 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: RC_CDN-UpdateRemoteConfiguration-2
2024-09-03 17:53:19.492 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: RC_CDN-UpdateRemoteConfiguration-2
2024-09-03 17:53:19.492 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [CFG] active config is missing - fetching from CDN
2024-09-03 17:53:19.493 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [CFG] Cached config is expired, updating...
2024-09-03 17:53:19.494 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [135496214] GET:https://a4z6kh-cdn-settings.appsflyersdk.com/android/v1/61561671a0e44edf190b64a5e23ae58a907c6b49bef4c6d16c093f028a5c8ef7/settings
2024-09-03 17:53:19.497 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Referrer] Huawei referrer collection disallowed by missing content provider.
2024-09-03 17:53:19.498 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Facebook app id Manifest metadata is not found.
2024-09-03 17:53:19.499 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Facebook app id string resource is not found.
2024-09-03 17:53:19.499 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: AF Facebook app id Manifest metadata is not found.
2024-09-03 17:53:19.500 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Referrer collection disallowed by missing Facebook app id.
2024-09-03 17:53:19.500 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Facebook app id Manifest metadata is not found.
2024-09-03 17:53:19.500 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Facebook app id string resource is not found.
2024-09-03 17:53:19.500 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: AF Facebook app id Manifest metadata is not found.
2024-09-03 17:53:19.500 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [MetaReferrer]: Referrer collection disallowed by missing Facebook app id.
2024-09-03 17:53:19.502 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [General] Initializing AppsFlyer SDK: (v6.14.0.288)
2024-09-03 17:53:19.503 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [General] Starting AppsFlyer: (v6.14.0.288)
2024-09-03 17:53:19.503 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [General] Build Number: 288
2024-09-03 17:53:19.504 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] tried to add already running task: RC_CDN-UpdateRemoteConfiguration-3
2024-09-03 17:53:19.505 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: LOAD_CACHE-LoadCachedRequests-4
2024-09-03 17:53:19.505 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [General] appsflyer_backup_rules.xml detected, using AppsFlyer defined backup rules for AppsFlyer SDK data
2024-09-03 17:53:19.506 29393-29393 xxx                     com.pn.cal                           E  bbb
2024-09-03 17:53:19.506 29393-29393 xxx                     com.pn.cal                           E  1725357199500-3385802532510102531
2024-09-03 17:53:19.506 29393-29393 xxx                     com.pn.cal                           E  {"appsflyer_id":"1725357199500-3385802532510102531","app_id":"com.pn.cal","token":"b801b903-4318-4bb0-9107-73efffdc7886"}
2024-09-03 17:53:19.507 29393-29393 Quality                 com.pn.cal                           I  Skipped: true 4 cost 77.558876 refreshRate 0 processName com.pn.cal
2024-09-03 17:53:19.507 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] tried to add already running task: RC_CDN-UpdateRemoteConfiguration-5
2024-09-03 17:53:19.507 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] onBecameForeground
2024-09-03 17:53:19.509 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] tried to add already scheduled task: LOAD_CACHE-LoadCachedRequests-6
2024-09-03 17:53:19.523 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.524 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.524 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.525 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.525 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.526 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.526 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.527 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.527 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.527 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: LOAD_CACHE-LoadCachedRequests-4
2024-09-03 17:53:19.527 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for FETCH_ADVERTISING_ID-FetchAdvertisingIdTask-1, result: SUCCESS
2024-09-03 17:53:19.528 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for LOAD_CACHE-LoadCachedRequests-4, result: SUCCESS
2024-09-03 17:53:19.528 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.528 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.529 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.529 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.530 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.530 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.531 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.531 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.531 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.531 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.532 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.532 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.532 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.533 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.533 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.533 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.533 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.533 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.533 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.533 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.533 29393-29751 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.537 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] No deep link detected
2024-09-03 17:53:19.537 29393-29754 SystemSens...gerExtImpl com.pn.cal                           V  RegisterListener lsm6dsm ACCELEROMETER type:1 delay:20000us by com.appsflyer.internal.AFi1dSDK
2024-09-03 17:53:19.537 29393-29754 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.537 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] Sending first launch for this session!
2024-09-03 17:53:19.538 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] sendWithEvent from activity: android.app.Application
2024-09-03 17:53:19.541 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] ******* sendTrackingWithEvent: Launch
2024-09-03 17:53:19.546 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] AppsFlyer: first launch detected
2024-09-03 17:53:19.546 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [General] AppsFlyer: first launch date: 2024-09-03_175319+0800
2024-09-03 17:53:19.548 29393-29754 SystemSens...gerExtImpl com.pn.cal                           V  RegisterListener mmc5603 MAGNETOMETER type:2 delay:20000us by com.appsflyer.internal.AFi1dSDK
2024-09-03 17:53:19.548 29393-29754 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.552 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           W  [Other] Exception while collecting facebook's attribution ID. 
2024-09-03 17:53:19.553 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] AppsFlyerLib.sendWithEvent
2024-09-03 17:53:19.558 29393-29754 SystemSens...gerExtImpl com.pn.cal                           V  RegisterListener lsm6dsm GYROSCOPE type:4 delay:20000us by com.appsflyer.internal.AFi1dSDK
2024-09-03 17:53:19.558 29393-29754 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.560 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task was blocked: CONVERSION-7
2024-09-03 17:53:19.572 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] didConfigureTokenRefreshService=false
2024-09-03 17:53:19.575 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] IMEI was not collected.
2024-09-03 17:53:19.575 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] Android ID was not collected.
2024-09-03 17:53:19.578 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] No OAID library
2024-09-03 17:53:19.598 29393-29744 com.pn.cal              com.pn.cal                           W  Accessing hidden method Landroid/app/ActivityThread;->currentApplication()Landroid/app/Application; (unsupported, reflection, allowed)
2024-09-03 17:53:19.605 29393-29744 com.pn.cal              com.pn.cal                           W  Accessing hidden field Ldalvik/system/BaseDexClassLoader;->pathList:Ldalvik/system/DexPathList; (unsupported, reflection, allowed)
2024-09-03 17:53:19.605 29393-29744 com.pn.cal              com.pn.cal                           W  Accessing hidden field Ldalvik/system/DexPathList;->nativeLibraryDirectories:Ljava/util/List; (unsupported, reflection, allowed)
2024-09-03 17:53:19.605 29393-29744 com.pn.cal              com.pn.cal                           W  Accessing hidden field Ldalvik/system/DexPathList;->nativeLibraryPathElements:[Ldalvik/system/DexPathList$NativeLibraryElement; (unsupported, reflection, allowed)
2024-09-03 17:53:19.619 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] CONVERSION-7: preparing data: {"platform_extension_v2":{"platform":"android_native","version":"6.14.0"},"country":"CN","af_timestamp":"1725357199540","appsflyerKey":"2********************7","isFirstCall":"true","registeredUninstall":false,"targetSDKver":34,"operator":"","isGaidWithGps":"false","app_version_code":"1","model":"RMX2117","brand":"realme","deviceType":"user","deviceData":{"sensors":[{"sT":2,"sV":"memsic","sN":"mmc5603 MAGNETOMETER"},{"sT":1,"sV":"STMicro","sN":"lsm6dsm ACCELEROMETER"},{"sT":4,"sV":"STMicro","sN":"lsm6dsm GYROSCOPE"}],"cpu_abi":"arm64-v8a","build_display_id":"RMX2117_11_F.12","btch":"no","dim":{"xdp":"397.565","ydp":"406.4","x_px":"1080","y_px":"2158","d_dpi":"480","size":"2"},"arch":"","btl":"100.0","cpu_abi2":""},"kef7160":"bf2db8bd50e27dec48181a1b0c531a0d5919130d5a1f1d","disk":"90472\/111989","meta":{"fetchAdIdLatency":44,"host":{"name":"appsflyersdk.com","prefix":"a4z6kh-"},"first_launch":{"from_fg":110,"start_with":"activity","init_to_fg":32}},"sdk":"31","app_version_name":"1.0","device":"RMX2117CN","cksm_v3":"d24c1d8f447d77f1","af_events_api":"1","cell":{"mcc":0,"mnc":0},"network":"WIFI","timepassedsincelastlaunch":"-1","sig":"E3F6C14E4252734ECBE9A8FCB2BFB5F218E326EA966D11D8E7ACECA7B3E3F603","open_referrer":"android-app:\/\/com.pn.cal","uid":"1725357199500-3385802532510102531","lang_code":"zh","installDate":"2024-09-03_095312+0000","firstLaunchDate":"2024-09-03_175319+0800","ivc":false,"lang":"中文","batteryLevel":"100.0","last_boot_time":1724921938387,"install_source_info":{"initiating_package":"com.android.packageinstaller","installing_package":"com.android.packageinstaller"},"product":"RMX2117","date2":"2024-09-03_175312+0800","counter":"1","installer_package":"com.android.packageinstaller","date1":"2024-09-03_175312+0800","advertiserId":"52a05cb1-96d7-44e4-91a0-38b9d30fd5fb","advertiserIdEnabled":"true","GAID_retry":"false","carrier":"","af_preinstalled":"false","iaecounter":"0","tokenRefreshConfigured":false,"gaidError":"-1: ClassNotFoundException |","platformextension":"android_native"}
2024-09-03 17:53:19.687 29393-29754 SystemSens...gerExtImpl com.pn.cal                           V  unRegisterListener by com.appsflyer.internal.AFi1dSDK
2024-09-03 17:53:19.691 29393-29754 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.691 29393-29754 SystemSens...gerExtImpl com.pn.cal                           V  unRegisterListener by com.appsflyer.internal.AFi1dSDK
2024-09-03 17:53:19.694 29393-29754 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.694 29393-29754 SystemSens...gerExtImpl com.pn.cal                           V  unRegisterListener by com.appsflyer.internal.AFi1dSDK
2024-09-03 17:53:19.699 29393-29754 Parcel                  com.pn.cal                           E  Reading a NULL string not supported here.
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; CpuFgTime = 0 ms; CpuBgTime = 0 ms.
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; CpuKernelFgTime = 0 ms; CpuKernelBgTime = 0 ms.
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; CpuUserFgTime = 0 ms ; CpuUserBgTime = 0 ms.
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; CpuFgPower = 0.0 mAh.; CpuBgPower = 0.0 mAh.
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; AlarmFgWakeupCount = 0; AlarmBgWakeupCount = 0
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; JobFgCount = 0; JobBgCount = 0; JobFgTime = 0; JobBgTime = 0
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; SyncFgCount = 0; SyncBgCount = 0; SyncFgTime = 0; SyncBgTime = 0
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; WakeLockFgTime = 0 ms; WakeLockFgPower = 0.0 mAh.; WakeLockBgTime = 0 ms; WakeLockBgPower = 0.0 mAh.
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; ScreenFgTime = 7546410 ms; ScreenFgPower = 188.66025 mAh.
2024-09-03 17:53:19.844  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgWifiRxBytes = 0 Bytes; BgWifiRxBytes = -453236392 Bytes; FgWifiTxBytes = 0 Bytes; BgWifiTxBytes = -32734476 Bytes; FgWifiRxPackets = 0 ; BgWifiRxPackets = -425466 ; FgWifiTxPackets = 0 ; BgWifiTxPackets = -348062 ; FgWiFiScanTimeMs = 0 ; BgWiFiScanTimeMs = 0 ; FgWiFiBatchScanTimeMs = 0 ; BgWiFiBatchScanTimeMs = 0 
2024-09-03 17:53:19.845  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgWifiRxPacketsPower = 0.0 mAh; BgWifiRxPacketsPower = -84.20681762695312 mAh; FgWifiTxPacketsPower = 0.0 mAh; BgWifiTxPacketsPower = -68.88727569580078 mAh; FgWifiScanPower = 0.0 mAh; BgWifiScanPower = 0.0 mAh; FgWifiBatchScanPower = 0.0 mAh; BgWifiBatchScanPower = 0.0 mAh; FgWiFiTotalPower = 0.0 mAh; BgWiFiTotalPower = -153.0940933227539 mAh.
2024-09-03 17:53:19.845  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgGpsTime = 0 ms; BgGpsTime = 0 ms.
2024-09-03 17:53:19.845  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgGpsPower = 0.0 mAh; BgGpsPower = 0.0 mAh.
2024-09-03 17:53:19.845  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgSensorTime = 0 ms; BgSensorTime = 0 ms.
2024-09-03 17:53:19.845  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgSensorPower = 0.0 mAh; BgSensorPower = 0.0 mAh.
2024-09-03 17:53:19.845  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgCameraTime = 0 ms; BgCameraTime = 0 ms
2024-09-03 17:53:19.845  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgCameraPower = 0.0 mAh; BgCameraPower = 0.0 mAh
2024-09-03 17:53:19.845  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgFlashLightTime = 0 ms; BgFlashLightTime = 0 ms
2024-09-03 17:53:19.845  2504-3274  Battery                 com.oplus.persist.system             E  AppStats: Uid = 10351; pkgName = com.pn.cal; FgFlashLightPower = 0.0 mAh; BgFlashLightPower = 0.0 mAh
2024-09-03 17:53:20.029 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Cache] caching request with URL: https://a4z6kh-conversions.appsflyersdk.com/api/v6.14/androidevent?app_id=com.pn.cal&buildnumber=6.14.0
2024-09-03 17:53:20.030 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Cache] done, cacheKey: 1725357200028
2024-09-03 17:53:20.032 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: CONVERSION-7
2024-09-03 17:53:20.344 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [135496214] response code:200 OK
                                                                                                     body:{"features":{},"ver":"default.v1.1637149529"}
                                                                                                     took 849ms
2024-09-03 17:53:20.351 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [CFG] Config successfully updated, timeToLive: 86400 seconds
2024-09-03 17:53:20.352 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for RC_CDN-UpdateRemoteConfiguration-2, result: SUCCESS
2024-09-03 17:53:20.354 29393-29772 ProfileInstaller        com.pn.cal                           D  Installing profile for com.pn.cal
2024-09-03 17:53:20.399 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: CONVERSION-7
2024-09-03 17:53:20.399 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] didConfigureTokenRefreshService=false
2024-09-03 17:53:20.400 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] IMEI was not collected.
2024-09-03 17:53:20.400 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] Android ID was not collected.
2024-09-03 17:53:20.400 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] No OAID library
2024-09-03 17:53:20.400 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] CONVERSION-7: preparing data: {"platform_extension_v2":{"platform":"android_native","version":"6.14.0"},"country":"CN","af_timestamp":"1725357199540","appsflyerKey":"2********************7","isFirstCall":"true","registeredUninstall":false,"targetSDKver":34,"operator":"","isGaidWithGps":"false","app_version_code":"1","model":"RMX2117","brand":"realme","deviceType":"user","deviceData":{"sensors":[{"sT":2,"sVS":[6.6937504,-40.912502,-10.856251],"sV":"memsic","sVE":[6.1312504,-37.987503,-18.31875],"sN":"mmc5603 MAGNETOMETER"},{"sT":1,"sVS":[-0.28395,7.0459504,6.74595],"sV":"STMicro","sVE":[-0.21000001,6.91695,7.0789504],"sN":"lsm6dsm ACCELEROMETER"},{"sT":4,"sVS":[0.0103124995,-0.060225,0.0342375],"sV":"STMicro","sVE":[-0.040975,0.021724999,0.0072875],"sN":"lsm6dsm GYROSCOPE"}],"cpu_abi":"arm64-v8a","build_display_id":"RMX2117_11_F.12","btch":"no","dim":{"xdp":"397.565","ydp":"406.4","x_px":"1080","y_px":"2158","d_dpi":"480","size":"2"},"arch":"","btl":"100.0","cpu_abi2":""},"kef7160":"bf2db8bd50e27dec48181a1b0c531a0d5919130d5a1e1a","disk":"90472\/111989","meta":{"rc":{"sig":"success","delay":860,"c_ver":"default.v1.1637149529","latency":849,"cdn_token":"61561671a0e44edf190b64a5e23ae58a907c6b49bef4c6d16c093f028a5c8ef7","res_code":200},"fetchAdIdLatency":44,"host":{"name":"appsflyersdk.com","prefix":"a4z6kh-"},"first_launch":{"from_fg":870,"start_with":"activity","init_to_fg":32}},"sdk":"31","app_version_name":"1.0","device":"RMX2117CN","cksm_v3":"d24c1d8f447d77f1","af_events_api":"1","cell":{"mcc":0,"mnc":0},"network":"WIFI","timepassedsincelastlaunch":"0","sig":"E3F6C14E4252734ECBE9A8FCB2BFB5F218E326EA966D11D8E7ACECA7B3E3F603","open_referrer":"android-app:\/\/com.pn.cal","uid":"1725357199500-3385802532510102531","lang_code":"zh","installDate":"2024-09-03_095312+0000","firstLaunchDate":"2024-09-03_175319+0800","ivc":false,"lang":"中文","batteryLevel":"100.0","last_boot_time":1724921938387,"install_source_info":{"initiating_package":"com.android.packageinstaller","installing_package":"com.android.packageinstaller"},"product":"RMX2117","date2":"2024-09-03_175312+0800","counter":"1","installer_package":"com.android.packageinstaller","date1":"2024-09-03_175312+0800","advertiserId":"52a05cb1-96d7-44e4-91a0-38b9d30fd5fb","advertiserIdEnabled":"true","GAID_retry":"false","carrier":"","af_preinstalled":"false","iaecounter":"0","tokenRefreshConfigured":false,"gaidError":"-1: ClassNotFoundException |","platformextension":"android_native"}
2024-09-03 17:53:20.720 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Cache] caching request with URL: https://a4z6kh-conversions.appsflyersdk.com/api/v6.14/androidevent?app_id=com.pn.cal&buildnumber=6.14.0
2024-09-03 17:53:20.721 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Cache] done, cacheKey: 1725357200720
2024-09-03 17:53:20.721 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Cache] Deleting 1725357200028 from cache
2024-09-03 17:53:20.722 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [143250883] POST:https://a4z6kh-conversions.appsflyersdk.com/api/v6.14/androidevent?app_id=com.pn.cal&buildnumber=6.14.0
                                                                                                     payload: <encrypted>
2024-09-03 17:53:22.004 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [143250883] response code:200 OK
                                                                                                     body:ok
                                                                                                     took 1282ms
2024-09-03 17:53:22.005 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Cache] Deleting 1725357200720 from cache
2024-09-03 17:53:22.006 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for CONVERSION-7, result: SUCCESS
2024-09-03 17:53:22.008 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: GCDSDK-GCD-CHECK-8
2024-09-03 17:53:22.009 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: GCDSDK-GCD-CHECK-8
2024-09-03 17:53:22.009 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [GCD-A01] Loading conversion data. Counter: 1
2024-09-03 17:53:22.009 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for GCDSDK-GCD-CHECK-8, result: FAILURE
2024-09-03 17:53:22.011 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] new task added: GCDSDK-GCD-FETCH-9
2024-09-03 17:53:22.011 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] starting task execution: GCDSDK-GCD-FETCH-9
2024-09-03 17:53:22.015 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           I  [Other] [GCD-B01] URL: https://a4z6kh-gcdsdk.appsflyersdk.com/install_data/v5.0/com.pn.cal?device_id=1725357199500-3385802532510102531
2024-09-03 17:53:22.016 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [183281442] GET:https://a4z6kh-gcdsdk.appsflyersdk.com/install_data/v5.0/com.pn.cal?device_id=1725357199500-3385802532510102531
                                                                                                     Connection: close
                                                                                                     af_request_epoch_ms: 1725357202012
                                                                                                     af_sig: 9e19cfa788807da7694381b1ffa191918309dded573412a139e74ac07855b03d
2024-09-03 17:53:23.965 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [HTTP Client] [183281442] response code:200 OK
                                                                                                     body:{"is_retargeting":"false","http_referrer":null,"adset":null,"redirect_response_data":null,"clickid":"a3db9c6c-a0ff-46f2-801c-e155cd053612","adgroup":null,"campaign_id":null,"af_status":"Non-organic","agency":null,"af_sub3":null,"engmnt_source":null,"match_type":"id_matching","af_siteid":null,"af_r":"https://qr.sdktest.appsflyer.com/sdk-integration-test/install/no-store?test_id=a3db9c6c-a0ff-46f2-801c-e155cd053612&app_id=com.pn.cal","adset_id":null,"is_incentivized":"false","advertising_id":"52a05cb1-96d7-44e4-91a0-38b9d30fd5fb","click_time":"2024-09-03 09:52:49.268","cost_cents_USD":"0","iscache":true,"esp_name":null,"af_cpi":null,"ts":"1725357112","af_sub1":null,"af_pmod_lookback_window":"30m","is_universal_link":null,"af_click_lookback":"7d","campaign":"None","is_branded_link":null,"af_sub4":null,"adgroup_id":null,"retargeting_conversion_type":"none","orig_cost":"0.0","af_sub5":null,"media_source":"appsflyer_sdk_test_int","install_time":"2024-09-03 09:53:22.600","CB_preload_equal_priority_enabled":false,"af_sub2":null}
                                                                                                     took 1949ms
2024-09-03 17:53:23.969 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [CrossPromotion] App was installed via null's Cross Promotion
2024-09-03 17:53:23.972 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [GCD-A03] Server retrieving attempt finished
2024-09-03 17:53:23.973 29393-29746 xxx                     com.pn.cal                           E  af success
2024-09-03 17:53:23.973 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Other] [GCD-A02] Calling onConversionDataSuccess with:
                                                                                                    {redirect_response_data=null, adgroup_id=null, engmnt_source=null, is_incentivized=false, retargeting_conversion_type=none, orig_cost=0.0, is_first_launch=true, af_click_lookback=7d, CB_preload_equal_priority_enabled=false, af_cpi=null, iscache=true, click_time=2024-09-03 09:52:49.268, is_branded_link=null, adset=null, match_type=id_matching, campaign_id=null, af_pmod_lookback_window=30m, install_time=2024-09-03 09:53:22.600, agency=null, media_source=appsflyer_sdk_test_int, advertising_id=52a05cb1-96d7-44e4-91a0-38b9d30fd5fb, clickid=a3db9c6c-a0ff-46f2-801c-e155cd053612, af_siteid=null, af_status=Non-organic, af_sub1=null, cost_cents_USD=0, af_sub5=null, af_r=https://qr.sdktest.appsflyer.com/sdk-integration-test/install/no-store?test_id=a3db9c6c-a0ff-46f2-801c-e155cd053612&app_id=com.pn.cal, af_sub4=null, af_sub3=null, af_sub2=null, adset_id=null, esp_name=null, http_referrer=null, campaign=None, is_universal_link=null, is_retargeting=false, adgroup=null, ts=1725357112}
2024-09-03 17:53:23.975 29393-29746 xxx1                    com.pn.cal                           E  Non-organic
2024-09-03 17:53:23.975 29393-29746 xxx2                    com.pn.cal                           E  Non-organic
2024-09-03 17:53:23.995  1597-11549 WindowManager           system_server                        E  makeSurface ActivityRecord{f1d80c1 u0 com.pn.cal/com.example.myapplication.MainActivity t1708} windowType 2
2024-09-03 17:53:24.004 29393-29740 AppsFlyer_6.14.0        com.pn.cal                           D  [Queue] execution finished for GCDSDK-GCD-FETCH-9, result: SUCCESS


3.总结:

我比较了一下,日志基本上一致。只有最后一个接口请求的时候报错不一样:

1. 动态加载时,失败日志:

https://a4z6kh-gcdsdk.appsflyersdk.com/install_data/v5.0/com.pn.cal?device_id=1725358042420-7501386517338283212

2.jvm加载正常日志:

https://a4z6kh-conversions.appsflyersdk.com/api/v6.14/androidevent?app_id=com.pn.cal&buildnumber=6.14.0

为什么会加上device_id,加上device_id后接口请求错误。没有加上device_id时,接口返回正确。

不知道什么原因,这涉及到后代业务。

这篇关于动态加载使用Appsflyer报错Attribution data for this AppsFlyer ID is not available的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1133926

相关文章

中文分词jieba库的使用与实景应用(一)

知识星球:https://articles.zsxq.com/id_fxvgc803qmr2.html 目录 一.定义: 精确模式(默认模式): 全模式: 搜索引擎模式: paddle 模式(基于深度学习的分词模式): 二 自定义词典 三.文本解析   调整词出现的频率 四. 关键词提取 A. 基于TF-IDF算法的关键词提取 B. 基于TextRank算法的关键词提取

使用SecondaryNameNode恢复NameNode的数据

1)需求: NameNode进程挂了并且存储的数据也丢失了,如何恢复NameNode 此种方式恢复的数据可能存在小部分数据的丢失。 2)故障模拟 (1)kill -9 NameNode进程 [lytfly@hadoop102 current]$ kill -9 19886 (2)删除NameNode存储的数据(/opt/module/hadoop-3.1.4/data/tmp/dfs/na

Hadoop数据压缩使用介绍

一、压缩原则 (1)运算密集型的Job,少用压缩 (2)IO密集型的Job,多用压缩 二、压缩算法比较 三、压缩位置选择 四、压缩参数配置 1)为了支持多种压缩/解压缩算法,Hadoop引入了编码/解码器 2)要在Hadoop中启用压缩,可以配置如下参数

Makefile简明使用教程

文章目录 规则makefile文件的基本语法:加在命令前的特殊符号:.PHONY伪目标: Makefilev1 直观写法v2 加上中间过程v3 伪目标v4 变量 make 选项-f-n-C Make 是一种流行的构建工具,常用于将源代码转换成可执行文件或者其他形式的输出文件(如库文件、文档等)。Make 可以自动化地执行编译、链接等一系列操作。 规则 makefile文件

第10章 中断和动态时钟显示

第10章 中断和动态时钟显示 从本章开始,按照书籍的划分,第10章开始就进入保护模式(Protected Mode)部分了,感觉从这里开始难度突然就增加了。 书中介绍了为什么有中断(Interrupt)的设计,中断的几种方式:外部硬件中断、内部中断和软中断。通过中断做了一个会走的时钟和屏幕上输入字符的程序。 我自己理解中断的一些作用: 为了更好的利用处理器的性能。协同快速和慢速设备一起工作

使用opencv优化图片(画面变清晰)

文章目录 需求影响照片清晰度的因素 实现降噪测试代码 锐化空间锐化Unsharp Masking频率域锐化对比测试 对比度增强常用算法对比测试 需求 对图像进行优化,使其看起来更清晰,同时保持尺寸不变,通常涉及到图像处理技术如锐化、降噪、对比度增强等 影响照片清晰度的因素 影响照片清晰度的因素有很多,主要可以从以下几个方面来分析 1. 拍摄设备 相机传感器:相机传

动态规划---打家劫舍

题目: 你是一个专业的小偷,计划偷窃沿街的房屋。每间房内都藏有一定的现金,影响你偷窃的唯一制约因素就是相邻的房屋装有相互连通的防盗系统,如果两间相邻的房屋在同一晚上被小偷闯入,系统会自动报警。 给定一个代表每个房屋存放金额的非负整数数组,计算你 不触动警报装置的情况下 ,一夜之内能够偷窃到的最高金额。 思路: 动态规划五部曲: 1.确定dp数组及含义 dp数组是一维数组,dp[i]代表

pdfmake生成pdf的使用

实际项目中有时会有根据填写的表单数据或者其他格式的数据,将数据自动填充到pdf文件中根据固定模板生成pdf文件的需求 文章目录 利用pdfmake生成pdf文件1.下载安装pdfmake第三方包2.封装生成pdf文件的共用配置3.生成pdf文件的文件模板内容4.调用方法生成pdf 利用pdfmake生成pdf文件 1.下载安装pdfmake第三方包 npm i pdfma

零基础学习Redis(10) -- zset类型命令使用

zset是有序集合,内部除了存储元素外,还会存储一个score,存储在zset中的元素会按照score的大小升序排列,不同元素的score可以重复,score相同的元素会按照元素的字典序排列。 1. zset常用命令 1.1 zadd  zadd key [NX | XX] [GT | LT]   [CH] [INCR] score member [score member ...]

git使用的说明总结

Git使用说明 下载安装(下载地址) macOS: Git - Downloading macOS Windows: Git - Downloading Windows Linux/Unix: Git (git-scm.com) 创建新仓库 本地创建新仓库:创建新文件夹,进入文件夹目录,执行指令 git init ,用以创建新的git 克隆仓库 执行指令用以创建一个本地仓库的