The document contains log messages from an Android application. It is reporting errors collecting the Google Advertising ID and determining if limited ad tracking is turned on. It is also unable to find the CoreComponentFactory class and load resources, likely due to a missing Google Play Services SDK integration. This will negatively impact ad monetization.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
139 views6 pages
Eegame Logcat
The document contains log messages from an Android application. It is reporting errors collecting the Google Advertising ID and determining if limited ad tracking is turned on. It is also unable to find the CoreComponentFactory class and load resources, likely due to a missing Google Play Services SDK integration. This will negatively impact ad monetization.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6
--------- beginning of main
03-22 17:16:46.483 32577 8539 E AppLovinSdk: [DataCollector] Could not collect
Google Advertising ID - this will negatively impact your eCPMs! Please integrate the Google Play Services SDK into your application. More info can be found online at http://developer.android.com/google/play-services/setup.html. If you're sure you've integrated the SDK and are still seeing this message, you may need to add a ProGuard exception: -keep public class com.google.android.gms.** { public protected *; } 03-22 17:16:46.483 32577 8539 E AppLovinSdk: com.google.android.gms.common.GooglePlayServicesNotAvailableException 03-22 17:16:46.483 32577 8539 E AppLovinSdk: at com.google.android.gms.ads.identifier.AdvertisingIdClient.zzb(com.google.android.gm s:play-services-ads-identifier@@17.1.0:25) 03-22 17:16:46.483 32577 8539 E AppLovinSdk: at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(com. google.android.gms:play-services-ads-identifier@@17.1.0:3) 03-22 17:16:46.483 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.utils.d.d(Unknown Source:15) 03-22 17:16:46.483 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.utils.d.c(Unknown Source:0) 03-22 17:16:46.483 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.utils.d.b(Unknown Source:29) 03-22 17:16:46.483 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.utils.d.a(Unknown Source:0) 03-22 17:16:46.483 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.p$1.run(Unknown Source:6) 03-22 17:16:46.483 32577 8539 E AppLovinSdk: at java.lang.Thread.run(Thread.java:929) 03-22 17:16:46.487 32577 8539 E AppLovinSdk: [DataCollector] Unable to determine if Fire OS limited ad tracking is turned on 03-22 17:16:46.487 32577 8539 E AppLovinSdk: android.provider.Settings$SettingNotFoundException: limit_ad_tracking 03-22 17:16:46.487 32577 8539 E AppLovinSdk: at android.provider.Settings$Secure.getIntForUser(Settings.java:5790) 03-22 17:16:46.487 32577 8539 E AppLovinSdk: at android.provider.Settings$Secure.getInt(Settings.java:5780) 03-22 17:16:46.487 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.utils.d.e(Unknown Source:30) 03-22 17:16:46.487 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.utils.d.c(Unknown Source:6) 03-22 17:16:46.487 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.utils.d.b(Unknown Source:29) 03-22 17:16:46.487 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.utils.d.a(Unknown Source:0) 03-22 17:16:46.487 32577 8539 E AppLovinSdk: at com.applovin.impl.sdk.p$1.run(Unknown Source:6) 03-22 17:16:46.487 32577 8539 E AppLovinSdk: at java.lang.Thread.run(Thread.java:929) --------- beginning of system 03-22 17:16:46.512 32577 8540 E ActivityThread: Failed to find provider info for com.google.android.gms.chimera 03-22 17:16:46.513 32577 8540 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:16:46.513 32577 8544 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:16:46.800 32577 32577 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:16:47.100 32577 8653 E iGraphics: can not load local debug xml 03-22 17:16:47.111 32605 32605 E libc : Access denied finding property "persist.device_config.runtime_native.use_app_image_startup_cache" 03-22 17:16:47.111 32605 32605 E .freegame:blac: LoadAppImageStartupCache enabled : 1 03-22 17:16:47.114 32605 32605 E .freegame:blac: Not starting debugger since process cannot load the jdwp agent. 03-22 17:16:47.139 32605 8679 E BehaviorCollectManager: Fail to acquire dataAnalyzerService... 03-22 17:16:47.160 32605 32605 E LoadedApk: Unable to instantiate appComponentFactory 03-22 17:16:47.160 32605 32605 E LoadedApk: java.lang.ClassNotFoundException: Didn't find class "androidx.core.app.CoreComponentFactory" on path: DexPathList[[zip file "/data/app/com.sosomod.freegame-uOf3fYbBDfAP5DeraH03rg==/base.apk"],nativeLibraryDi rectories=[/data/app/com.sosomod.freegame-uOf3fYbBDfAP5DeraH03rg==/lib/arm, /data/app/com.sosomod.freegame-uOf3fYbBDfAP5DeraH03rg==/base.apk!/lib/armeabi- v7a, /system/lib]] 03-22 17:16:47.160 32605 32605 E LoadedApk: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:209) 03-22 17:16:47.160 32605 32605 E LoadedApk: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 03-22 17:16:47.160 32605 32605 E LoadedApk: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.LoadedApk.createAppFactory(LoadedApk.java:270) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:1005) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.LoadedApk.getClassLoader(LoadedApk.java:1129) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.LoadedApk.getResources(LoadedApk.java:1419) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.ContextImpl.createAppContext(ContextImpl.java:2662) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.ContextImpl.createAppContext(ContextImpl.java:2644) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7452) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.ActivityThread.access$2600(ActivityThread.java:260) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2435) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.os.Handler.dispatchMessage(Handler.java:110) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.os.Looper.loop(Looper.java:219) 03-22 17:16:47.160 32605 32605 E LoadedApk: at android.app.ActivityThread.main(ActivityThread.java:8668) 03-22 17:16:47.160 32605 32605 E LoadedApk: at java.lang.reflect.Method.invoke(Native Method) 03-22 17:16:47.160 32605 32605 E LoadedApk: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513) 03-22 17:16:47.160 32605 32605 E LoadedApk: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109) --------- beginning of crash 03-22 17:16:47.223 8709 8709 F linker : error: unable to open file "/data/local" 03-22 17:16:47.223 8708 8708 F linker : error: unable to open file "/data/local" 03-22 17:16:47.223 8707 8707 F linker : error: unable to open file "/data/local" 03-22 17:16:47.878 32577 32577 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:16:47.942 32577 8730 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:16:47.971 32577 8740 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:16:48.062 32577 32577 E AdUtil : splash init com.google.android.gms.internal.ads.zzbrj@8611932 03-22 17:16:48.120 8737 8737 E : open file error 03-22 17:16:48.371 32577 8602 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:16:50.919 32577 32577 E RtgSchedManager: endActivityTransaction: margin state not match 03-22 17:16:50.927 32577 32577 E RtgSchedManager: endActivityTransaction: margin state not match 03-22 17:16:50.986 32577 32577 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:16:51.129 32577 32577 E tinker : 开始请求补丁信息 03-22 17:16:51.135 32577 32577 E lanllll : 2222 03-22 17:16:51.140 32577 32577 E RtgSchedManager: endActivityTransaction: margin state not match 03-22 17:16:51.141 32577 32577 E RtgSchedManager: endActivityTransaction: margin state not match 03-22 17:16:51.732 32577 32577 E HwViewGroupImpl: parse speed value length error 03-22 17:16:51.919 32577 32577 E RtgSchedManager: endActivityTransaction: margin state not match 03-22 17:16:53.738 32577 32577 E AdUtil : splash initializeSdk 03-22 17:16:56.847 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:16:56.849 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:16:56.989 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:16:56.994 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:16:59.291 32577 32577 E lanllll : 2222 03-22 17:17:00.969 32577 32577 E horPostion+postion: 50000 03-22 17:17:00.991 32577 32577 E horPostion+postion: 50001 03-22 17:17:01.841 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:17:01.844 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:17:01.956 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:17:01.959 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:17:02.495 32577 9071 E HttpProxyCacheDebuger: ****** injectCustomHeaders ****** :0 03-22 17:17:02.499 32577 9071 E HttpProxyCacheDebuger: ****** injectCustomHeaders ****** :0 03-22 17:17:02.529 32577 9078 E HttpProxyCacheDebuger: ****** injectCustomHeaders ****** :0 03-22 17:17:02.876 32577 9084 E HttpProxyCacheDebuger: ****** injectCustomHeaders ****** :0 03-22 17:17:03.077 32577 9077 E IJKMEDIA: Option ijkiomanager not found. 03-22 17:17:06.678 32577 32577 E lanllll : 2222 03-22 17:17:07.109 32577 32577 E IJKMEDIA: SDL_Overlay(ffmpeg): overlay_free_l(0xb1cb5780) 03-22 17:17:07.109 32577 32577 E IJKMEDIA: SDL_Overlay(ffmpeg): overlay_free_l(0xb1cb57c0) 03-22 17:17:07.109 32577 32577 E IJKMEDIA: SDL_Overlay(ffmpeg): overlay_free_l(0xb1cb5800) 03-22 17:17:07.946 32577 32577 E InputMethodManager: closeCurrentInput 03-22 17:17:08.696 32577 9071 E HttpProxyCacheDebuger: ****** injectCustomHeaders ****** :0 03-22 17:17:08.703 32577 9128 E HttpProxyCacheDebuger: ****** injectCustomHeaders ****** :0 03-22 17:17:08.971 32577 9133 E HttpProxyCacheDebuger: ****** injectCustomHeaders ****** :0 03-22 17:17:09.121 32577 9127 E IJKMEDIA: Option ijkiomanager not found. 03-22 17:17:11.933 32577 32577 E IJKMEDIA: SDL_Overlay(ffmpeg): overlay_free_l(0xb9b35700) 03-22 17:17:11.933 32577 32577 E IJKMEDIA: SDL_Overlay(ffmpeg): overlay_free_l(0xb9b35740) 03-22 17:17:11.933 32577 32577 E IJKMEDIA: SDL_Overlay(ffmpeg): overlay_free_l(0xb9b357c0) 03-22 17:17:12.041 32577 32577 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:17:12.079 32577 9165 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:17:12.079 32577 32577 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:17:15.146 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:17:15.149 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:17:15.293 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:17:15.296 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:17:29.043 32577 32577 E RtgSchedManager: endActivityTransaction: margin state not match 03-22 17:17:29.048 32577 32577 E RtgSchedManager: endActivityTransaction: margin state not match 03-22 17:17:29.174 32577 32577 E RtgSchedManager: endActivityTransaction: margin state not match 03-22 17:17:35.409 32577 9802 E asdasdasd: curLen 0 03-22 17:17:35.409 32577 9802 E asdasdasd: url https://enapk-web-13.sosomod.app/bigfiles/apk/13/20230314/733d5ed027802f7a8756b6b11 78cd6bd1678777297.apk 03-22 17:17:35.796 32577 32577 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:17:35.818 32577 9932 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:17:48.711 32577 32577 E lanllll : 2222 03-22 17:17:54.787 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:17:54.789 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:17:55.150 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:17:55.153 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:17:55.924 32577 9071 E HttpProxyCacheDebuger: ****** injectCustomHeaders ****** :0 03-22 17:17:55.941 32577 10396 E HttpProxyCacheDebuger: ****** injectCustomHeaders ****** :0 03-22 17:17:56.020 32577 10394 E IJKMEDIA: Option ijkiomanager not found. 03-22 17:18:04.461 32577 32577 E : startHeight:212 endHeight:258 03-22 17:18:17.583 32577 10687 E asdasdasd: curLen 0 03-22 17:18:17.583 32577 10687 E asdasdasd: url https://enapk-auth-web- 15.sosomod.app/bigfiles/apk/13/20230110/7b4b69155b39bec752ed93930ab5ae3f1673340680. apk 03-22 17:18:17.881 32577 32577 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:18:17.889 32577 9940 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:18:46.792 32577 32577 E lanllll : 2222 03-22 17:18:46.879 32577 32577 E IJKMEDIA: SDL_Overlay(ffmpeg): overlay_free_l(0xbb3105c0) 03-22 17:18:46.879 32577 32577 E IJKMEDIA: SDL_Overlay(ffmpeg): overlay_free_l(0xbb310600) 03-22 17:18:46.879 32577 32577 E IJKMEDIA: SDL_Overlay(ffmpeg): overlay_free_l(0xbb310640) 03-22 17:19:00.195 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:19:00.197 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:19:00.274 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:19:00.277 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:19:03.863 32577 32577 E : startHeight:212 endHeight:626 03-22 17:19:49.286 32577 8893 E Luban : Unsupported orientation 03-22 17:19:49.577 32577 11815 E TransferNetworkLossHand: TransferNetworkLossHandler is not created. Please call `TransferNetworkLossHandler.getInstance(Context)` to instantiate it before retrieving 03-22 17:19:49.577 32577 11815 E UploadTask: TransferUtilityException: [com.amazonaws.mobileconnectors.s3.transferutility.TransferUtilityException: TransferNetworkLossHandler is not created. Please call `TransferNetworkLossHandler.getInstance(Context)` to instantiate it before retrieving] 03-22 17:19:55.113 32577 11855 E HW-JPEG-DEC: [PreProcess_enc_data](2611): file enc len too short 102019 03-22 17:19:55.113 32577 11855 E HW-JPEG-DEC: [HME_JPEG_DEC_Decode_Header](3093): PreProcess_enc_data err 03-22 17:20:03.539 32577 32577 E lanllll : 2222 03-22 17:20:05.629 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:20:05.630 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:20:05.725 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:20:05.728 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:20:25.157 32577 32577 E lanllll : 2222 03-22 17:20:31.856 32577 32577 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:20:31.864 32577 11991 E DynamiteModule: Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 03-22 17:20:32.925 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:20:32.927 32577 8894 E osomod.freegam: No package ID ff found for ID 0xffffffff. 03-22 17:20:33.000 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:20:33.002 32577 32577 E ThemeUtils: View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). 03-22 17:20:36.451 32577 32577 E lanllll : 2222 03-22 17:26:56.402 32577 32577 E lanllll : 2222