The document contains log output from an Android application. It reports errors loading classes and resources, with messages about missing classes, permissions, and string resources. The application is having issues during startup on an Android device.
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)
52 views7 pages
Logcat
The document contains log output from an Android application. It reports errors loading classes and resources, with messages about missing classes, permissions, and string resources. The application is having issues during startup on an Android device.
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/ 7
--------- beginning of main
03-18 23:53:35.400 22912 22912 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent. 03-18 23:53:35.695 22912 22912 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-18 23:53:35.695 22912 22912 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-18 23:53:35.695 22912 22912 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1126) 03-18 23:53:35.695 22912 22912 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1080) 03-18 23:53:35.695 22912 22912 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1003) 03-18 23:53:35.695 22912 22912 W System.err: at java.lang.System.loadLibrary(System.java:1661) 03-18 23:53:35.695 22912 22912 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-18 23:53:35.695 22912 22912 W System.err: at java.lang.Class.newInstance(Native Method) 03-18 23:53:35.695 22912 22912 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-18 23:53:35.695 22912 22912 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-18 23:53:35.695 22912 22912 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 03-18 23:53:35.695 22912 22912 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 03-18 23:53:35.696 22912 22912 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6819) 03-18 23:53:35.696 22912 22912 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:277) 03-18 23:53:35.696 22912 22912 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2132) 03-18 23:53:35.696 22912 22912 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-18 23:53:35.696 22912 22912 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 03-18 23:53:35.696 22912 22912 W System.err: at android.os.Looper.loop(Looper.java:288) 03-18 23:53:35.696 22912 22912 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7996) 03-18 23:53:35.696 22912 22912 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-18 23:53:35.696 22912 22912 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 03-18 23:53:35.696 22912 22912 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 03-18 23:53:35.812 22912 22912 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-18 23:53:36.557 22912 22945 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 03-18 23:53:37.149 23046 23046 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 03-18 23:53:37.376 23046 23046 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 03-18 23:53:37.376 23046 23046 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 03-18 23:53:37.376 23046 23046 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1126) 03-18 23:53:37.376 23046 23046 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1080) 03-18 23:53:37.376 23046 23046 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1003) 03-18 23:53:37.376 23046 23046 W System.err: at java.lang.System.loadLibrary(System.java:1661) 03-18 23:53:37.376 23046 23046 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 03-18 23:53:37.376 23046 23046 W System.err: at java.lang.Class.newInstance(Native Method) 03-18 23:53:37.376 23046 23046 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 03-18 23:53:37.376 23046 23046 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 03-18 23:53:37.377 23046 23046 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1177) 03-18 23:53:37.377 23046 23046 W System.err: at android.app.LoadedApk.makeApplication(LoadedApk.java:1366) 03-18 23:53:37.377 23046 23046 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6819) 03-18 23:53:37.377 23046 23046 W System.err: at android.app.ActivityThread.access$1500(ActivityThread.java:277) 03-18 23:53:37.377 23046 23046 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2132) 03-18 23:53:37.377 23046 23046 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-18 23:53:37.377 23046 23046 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 03-18 23:53:37.377 23046 23046 W System.err: at android.os.Looper.loop(Looper.java:288) 03-18 23:53:37.377 23046 23046 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7996) 03-18 23:53:37.377 23046 23046 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-18 23:53:37.377 23046 23046 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 03-18 23:53:37.377 23046 23046 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 03-18 23:53:37.431 23046 23046 E CustomActivityOnCrash: IMPORTANT WARNING! You already have an UncaughtExceptionHandler, are you sure this is correct? If you use a custom UncaughtExceptionHandler, you must initialize it AFTER CustomActivityOnCrash! Installing anyway, but your original handler will not be called. 03-18 23:53:37.507 23046 23077 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 03-18 23:53:37.990 23046 23046 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 03-18 23:53:37.990 23046 23046 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 03-18 23:53:39.201 23046 23046 W com.mbwhatsapp: type=1400 audit(0.0:99660): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" dev="dm-11" ino=442614 scontext=u:r:untrusted_app:s0:c23,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c23,c257,c512,c768 tclass=file app=com.mbwhatsapp 03-18 23:53:39.205 23046 23046 W com.mbwhatsapp: type=1400 audit(0.0:99661): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libvlc.so" dev="dm- 11" ino=435210 scontext=u:r:untrusted_app:s0:c23,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c23,c257,c512,c768 tclass=file app=com.mbwhatsapp 03-18 23:53:39.209 23046 23046 W com.mbwhatsapp: type=1400 audit(0.0:99662): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=435309 scontext=u:r:untrusted_app:s0:c23,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c23,c257,c512,c768 tclass=file app=com.mbwhatsapp 03-18 23:53:39.229 23046 23046 W com.mbwhatsapp: type=1400 audit(0.0:99663): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libcurve25519.so" dev="dm-11" ino=435088 scontext=u:r:untrusted_app:s0:c23,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c23,c257,c512,c768 tclass=file app=com.mbwhatsapp 03-18 23:53:39.237 23046 23046 W com.mbwhatsapp: type=1400 audit(0.0:99664): avc: granted { execute } for path="/data/data/com.mbwhatsapp/files/decompressed/libs.spk.zst/libwhatsapp.so" dev="dm-11" ino=435309 scontext=u:r:untrusted_app:s0:c23,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c23,c257,c512,c768 tclass=file app=com.mbwhatsapp 03-18 23:53:39.330 23046 23046 W CheckTime: App running slow: Executing handleBindApplication : callApplicationOnCreate took 1809ms 03-18 23:53:39.335 23046 23237 W com.mbwhatsapp: Method void X.2rL.A03(java.lang.Integer) failed lock verification and will run slower. 03-18 23:53:39.335 23046 23237 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 03-18 23:53:39.335 23046 23237 W com.mbwhatsapp: and incorrect proguard optimizations. 03-18 23:53:39.349 23046 23046 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK, boolean) failed lock verification and will run slower. 03-18 23:53:39.777 23046 23046 E com.mbwhatsapp: Invalid ID 0x00000000. 03-18 23:53:39.780 23046 23046 W System.err: android.content.res.Resources$NotFoundException: String resource ID #0x0 03-18 23:53:39.785 23046 23046 W System.err: at android.content.res.Resources.getText(Resources.java:444) 03-18 23:53:39.786 23046 23046 W System.err: at android.content.res.Resources.getString(Resources.java:537) 03-18 23:53:39.786 23046 23046 W System.err: at X.35t.A0E(Unknown Source:46) 03-18 23:53:39.786 23046 23046 W System.err: at com.mbwhatsapp.yo.yo.getString(Native Method) 03-18 23:53:39.786 23046 23046 W System.err: at com.mbwhatsapp.yo.yo.getString(Native Method) 03-18 23:53:39.786 23046 23046 W System.err: at com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method) 03-18 23:53:39.786 23046 23046 W System.err: at com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method) 03-18 23:53:39.786 23046 23046 W System.err: at com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248) 03-18 23:53:39.786 23046 23046 W System.err: at android.app.Activity.performCreate(Activity.java:8069) 03-18 23:53:39.786 23046 23046 W System.err: at android.app.Activity.performCreate(Activity.java:8049) 03-18 23:53:39.786 23046 23046 W System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329) 03-18 23:53:39.786 23046 23046 W System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3690) 03-18 23:53:39.786 23046 23046 W System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3877) 03-18 23:53:39.787 23046 23046 W System.err: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10 5) 03-18 23:53:39.787 23046 23046 W System.err: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu tor.java:136) 03-18 23:53:39.787 23046 23046 W System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java: 96) 03-18 23:53:39.787 23046 23046 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2289) 03-18 23:53:39.787 23046 23046 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 03-18 23:53:39.787 23046 23046 W System.err: at android.os.Looper.loopOnce(Looper.java:201) 03-18 23:53:39.787 23046 23046 W System.err: at android.os.Looper.loop(Looper.java:288) 03-18 23:53:39.787 23046 23046 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7996) 03-18 23:53:39.787 23046 23046 W System.err: at java.lang.reflect.Method.invoke(Native Method) 03-18 23:53:39.787 23046 23046 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:553) 03-18 23:53:39.787 23046 23046 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 03-18 23:53:39.864 23046 23046 W Activity: Can request only one set of permissions at a time 03-18 23:53:40.004 23046 23281 E RenderScript: Failed loading RS driver: dlopen failed: library "libRSDriverArm.so" not found 03-18 23:53:40.004 23046 23281 E RenderScript: Failed to load runtime libRSDriverArm.so, loading default 03-18 23:53:40.074 23046 23046 E ArmVmp : Match on catch block at 0x0a in for 0x77cf63704d 03-18 23:53:40.110 23046 23046 E Dialog : show dialog view = DecorView@c1fdd91[EULA] 03-18 23:53:40.310 23046 23249 W libc : Access denied finding property "vendor.mali.config" --------- beginning of system 03-18 23:53:40.809 23046 23249 W CheckTime: System running slow: Executing root = android.view.UnisocViewRootImpl@790a3cb , this = DecorView@c1fdd91[EULA] [Warning] Frame time too long , Received frameCompleteCallback frameNum = 1 took 487ms 03-18 23:53:41.966 23046 23046 E com.mbwhatsapp: Invalid ID 0x00000000. 03-18 23:53:41.967 23046 23046 E com.mbwhatsapp: Invalid ID 0x00000000. 03-18 23:53:41.968 23046 23046 E com.mbwhatsapp: Invalid ID 0x00000000. 03-18 23:53:41.968 23046 23046 E com.mbwhatsapp: Invalid ID 0x00000000. 03-18 23:53:41.969 23046 23046 E com.mbwhatsapp: Invalid ID 0x00000000. 03-18 23:53:41.969 23046 23046 E com.mbwhatsapp: Invalid ID 0x00000000. 03-18 23:53:41.970 23046 23046 E com.mbwhatsapp: Invalid ID 0x00000000. 03-18 23:53:41.970 23046 23046 E com.mbwhatsapp: Invalid ID 0x00000000. 03-18 23:53:46.619 23046 23243 W com.mbwhatsapp: Cleared Reference was only reachable from finalizer (only reported once) 03-18 23:53:48.659 23046 23046 E Dialog : remove dialog view = DecorView@c1fdd91[EULA] 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: Failed to load saved values from file /data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/ targets.xml. Old state removed, new added 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: java.io.FileNotFoundException: /data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/ targets.xml: open failed: ENOENT (No such file or directory) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at libcore.io.IoBridge.open(IoBridge.java:574) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at java.io.FileInputStream.<init>(FileInputStream.java:160) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown Source:82) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at java.util.concurrent.FutureTask.run(FutureTask.java:264) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at java.lang.Thread.run(Thread.java:1012) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at libcore.io.Linux.open(Native Method) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at libcore.io.ForwardingOs.open(ForwardingOs.java:563) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at libcore.io.ForwardingOs.open(ForwardingOs.java:563) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7880) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: at libcore.io.IoBridge.open(IoBridge.java:560) 03-18 23:53:49.707 23046 23591 E ShortcutInfoCompatSaver: ... 7 more 03-18 23:53:49.747 23046 23249 E FrameEvents: updateAcquireFence: Did not find frame. 03-18 23:53:49.763 23046 23249 E FrameEvents: updateAcquireFence: Did not find frame. 03-18 23:53:49.770 23046 23249 E FrameEvents: updateAcquireFence: Did not find frame. 03-18 23:53:49.773 23046 23046 W com.mbwhatsapp: type=1400 audit(0.0:99704): avc: denied { read } for name="osrelease" dev="proc" ino=46365742 scontext=u:r:untrusted_app:s0:c23,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 03-18 23:53:49.773 23046 23046 W com.mbwhatsapp: type=1400 audit(0.0:99705): avc: denied { read } for name="version" dev="proc" ino=46365743 scontext=u:r:untrusted_app:s0:c23,c257,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.mbwhatsapp 03-18 23:53:56.208 23046 23046 E Dialog : show dialog view = DecorView@1bed936[RegisterPhone] 03-18 23:54:01.011 23046 23140 E PlayCore: UID: [10279] PID: [23046] StandardIntegrity : Phonesky is not installed. 03-18 23:54:01.051 23046 23244 W ziparchive: Unable to open '/apex/com.android.extservices/javalib/android.ext.adservices.dm': No such file or directory 03-18 23:54:01.051 23046 23244 W ziparchive: Unable to open '/apex/com.android.extservices/javalib/android.ext.adservices.dm': No such file or directory 03-18 23:54:02.065 23046 23046 E Dialog : remove dialog view = DecorView@1bed936[RegisterPhone] 03-18 23:54:02.111 23046 23046 E Dialog : show dialog view = DecorView@6ab64cd[RegisterPhone] 03-18 23:54:03.232 23046 23046 E Dialog : remove dialog view = DecorView@6ab64cd[RegisterPhone] 03-18 23:54:03.823 23046 23046 E Dialog : show dialog view = DecorView@f65c867[VerifyPhoneNumber] 03-18 23:54:10.116 23046 23046 E Dialog : remove dialog view = DecorView@f65c867[VerifyPhoneNumber] 03-18 23:54:10.341 23046 23046 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 03-18 23:54:36.009 23046 23046 W X.0Z6 : Invalid or missing region code (Venezuela) provided. 03-18 23:54:45.429 23046 23046 E Dialog : show dialog view = DecorView@9c746e5[RegisterPhone] 03-18 23:54:58.142 23046 23046 E Dialog : remove dialog view = DecorView@9c746e5[RegisterPhone] 03-18 23:54:58.197 23046 23046 E Dialog : show dialog view = DecorView@83e8035[RegisterPhone] 03-18 23:54:59.426 23046 23046 E Dialog : remove dialog view = DecorView@83e8035[RegisterPhone] 03-18 23:54:59.887 23046 23046 E Dialog : show dialog view = DecorView@e98b943[VerifyPhoneNumber] 03-18 23:55:04.555 23046 23046 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 03-18 23:56:01.308 23046 23046 E Dialog : remove dialog view = DecorView@e98b943[VerifyPhoneNumber] 03-18 23:56:01.332 23046 23046 E Dialog : show dialog view = DecorView@b253b2b[VerifyPhoneNumber] 03-18 23:56:04.489 23046 23046 E Dialog : remove dialog view = DecorView@b253b2b[VerifyPhoneNumber] 03-18 23:56:04.541 23046 23046 E Dialog : show dialog view = DecorView@d69eac7[VerifyPhoneNumber] 03-18 23:56:09.248 23046 23046 E Dialog : remove dialog view = DecorView@d69eac7[VerifyPhoneNumber] 03-18 23:56:11.806 23046 23046 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 03-18 23:56:18.677 23046 23046 W X.0Z6 : Invalid or missing region code (Venezuela) provided. 03-18 23:57:28.503 23046 23046 E Dialog : show dialog view = DecorView@2b37242[EULA] 03-18 23:57:29.125 23046 23046 E Dialog : remove dialog view = DecorView@2b37242[EULA] 03-18 23:57:29.164 23046 23046 E Dialog : show dialog view = DecorView@b6f4f52[EULA] 03-18 23:57:29.593 23046 23246 W Settings: Setting wifi_sleep_policy has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 03-18 23:57:29.641 23046 23046 E Dialog : remove dialog view = DecorView@b6f4f52[EULA] 03-18 23:57:39.708 23046 23046 E Dialog : show dialog view = DecorView@92f3692[EULA] 03-18 23:57:39.980 23046 23046 E Dialog : remove dialog view = DecorView@92f3692[EULA] 03-18 23:57:40.010 23046 23046 E Dialog : show dialog view = DecorView@46fef3e[EULA] 03-18 23:57:40.095 23046 23387 W Settings: Setting wifi_sleep_policy has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 03-18 23:57:40.121 23046 23046 E Dialog : remove dialog view = DecorView@46fef3e[EULA] 03-18 23:57:47.686 23046 23046 E Dialog : show dialog view = DecorView@f9ce3f8[EULA] 03-18 23:57:48.327 23046 23046 E Dialog : remove dialog view = DecorView@f9ce3f8[EULA] 03-18 23:57:48.364 23046 23046 E Dialog : show dialog view = DecorView@e186804[EULA] 03-18 23:57:51.002 23046 23246 W Settings: Setting wifi_sleep_policy has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 03-18 23:57:51.040 23046 23046 E Dialog : remove dialog view = DecorView@e186804[EULA] 03-18 23:59:17.195 23046 23046 W X.0Z6 : Invalid or missing region code (Venezuela) provided. 03-18 23:59:24.792 23046 23046 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 03-18 23:59:40.406 23046 23046 W X.0Z6 : Invalid or missing region code (Venezuela) provided. 03-18 23:59:45.952 23046 23046 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection 03-19 00:11:45.140 23046 23046 W X.0Z6 : Invalid or missing region code (Venezuela) provided.