The log file records errors and warnings from an Android application. It indicates that the application failed to load a class file during startup and encountered a null string resource, preventing the main activity from launching properly. Additional verification warnings are present suggesting performance issues.
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)
23 views50 pages
Logcat
The log file records errors and warnings from an Android application. It indicates that the application failed to load a class file during startup and encountered a null string resource, preventing the main activity from launching properly. Additional verification warnings are present suggesting performance issues.
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/ 50
--------- beginning of main
02-22 17:50:18.620 10221 10221 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent. 02-22 17:50:19.016 10221 10221 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-22 17:50:19.020 10221 10221 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-22 17:50:19.020 10221 10221 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1126) 02-22 17:50:19.020 10221 10221 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1080) 02-22 17:50:19.020 10221 10221 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1003) 02-22 17:50:19.020 10221 10221 W System.err: at java.lang.System.loadLibrary(System.java:1661) 02-22 17:50:19.020 10221 10221 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-22 17:50:19.020 10221 10221 W System.err: at java.lang.Class.newInstance(Native Method) 02-22 17:50:19.020 10221 10221 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-22 17:50:19.020 10221 10221 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-22 17:50:19.020 10221 10221 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1232) 02-22 17:50:19.020 10221 10221 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1565) 02-22 17:50:19.020 10221 10221 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1502) 02-22 17:50:19.020 10221 10221 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7553) 02-22 17:50:19.020 10221 10221 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 02-22 17:50:19.020 10221 10221 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400) 02-22 17:50:19.020 10221 10221 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-22 17:50:19.020 10221 10221 W System.err: at android.os.Looper.loopOnce(Looper.java:226) 02-22 17:50:19.020 10221 10221 W System.err: at android.os.Looper.loop(Looper.java:313) 02-22 17:50:19.020 10221 10221 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8757) 02-22 17:50:19.020 10221 10221 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-22 17:50:19.020 10221 10221 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571) 02-22 17:50:19.020 10221 10221 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067) 02-22 17:50:19.126 10221 10221 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. 02-22 17:50:19.421 10221 10246 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 02-22 17:50:19.840 10270 10270 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-22 17:50:19.963 10270 10270 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-22 17:50:19.964 10270 10270 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-22 17:50:19.964 10270 10270 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1126) 02-22 17:50:19.964 10270 10270 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1080) 02-22 17:50:19.964 10270 10270 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1003) 02-22 17:50:19.964 10270 10270 W System.err: at java.lang.System.loadLibrary(System.java:1661) 02-22 17:50:19.964 10270 10270 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-22 17:50:19.964 10270 10270 W System.err: at java.lang.Class.newInstance(Native Method) 02-22 17:50:19.964 10270 10270 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-22 17:50:19.964 10270 10270 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-22 17:50:19.964 10270 10270 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1232) 02-22 17:50:19.964 10270 10270 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1565) 02-22 17:50:19.964 10270 10270 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1502) 02-22 17:50:19.964 10270 10270 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7553) 02-22 17:50:19.964 10270 10270 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 02-22 17:50:19.964 10270 10270 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400) 02-22 17:50:19.964 10270 10270 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-22 17:50:19.964 10270 10270 W System.err: at android.os.Looper.loopOnce(Looper.java:226) 02-22 17:50:19.964 10270 10270 W System.err: at android.os.Looper.loop(Looper.java:313) 02-22 17:50:19.964 10270 10270 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8757) 02-22 17:50:19.964 10270 10270 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-22 17:50:19.964 10270 10270 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571) 02-22 17:50:19.964 10270 10270 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067) 02-22 17:50:20.029 10270 10270 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. 02-22 17:50:20.076 10270 10289 W LibraryVersion: Failed to get app version for libraryName: firebase-iid 02-22 17:50:20.423 10270 10270 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max- target-q,core-platform-api, reflection, denied) 02-22 17:50:20.423 10270 10270 W com.mbwhatsapp: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max- target-q, reflection, denied) 02-22 17:50:20.515 10326 10326 W libprocessgroup: Controller sfreezer is not found 02-22 17:50:20.517 10326 10326 W libprocessgroup: SetAttribute: unknown attribute: OlafState 02-22 17:50:20.517 10326 10326 W libprocessgroup: SetAttribute: unknown attribute: OlafState 02-22 17:50:22.712 10270 10270 W com.mbwhatsapp: Verification of void X.0eU.<init>() took 121.890ms (1247.02 bytecodes/s) (6400B approximate peak alloc) 02-22 17:50:22.818 10270 10270 W com.mbwhatsapp: Verification of android.os.Bundle X.0eU.A08() took 104.884ms (4662.28 bytecodes/s) (11920B approximate peak alloc) 02-22 17:50:22.831 10270 10386 W com.mbwhatsapp: Method void X.2rL.A03(java.lang.Integer) failed lock verification and will run slower. 02-22 17:50:22.831 10270 10386 W com.mbwhatsapp: Common causes for lock verification issues are non-optimized dex code 02-22 17:50:22.831 10270 10386 W com.mbwhatsapp: and incorrect proguard optimizations. 02-22 17:50:22.836 10270 10270 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK, boolean) failed lock verification and will run slower. 02-22 17:50:25.748 10270 10437 E QT : [QT]file does not exist 02-22 17:50:26.089 10270 10270 E com.mbwhatsapp: Invalid ID 0x00000000. 02-22 17:50:26.092 10270 10270 W System.err: android.content.res.Resources$NotFoundException: String resource ID #0x0 02-22 17:50:26.092 10270 10270 W System.err: at android.content.res.Resources.getText(Resources.java:512) 02-22 17:50:26.093 10270 10270 W System.err: at android.content.res.Resources.getString(Resources.java:605) 02-22 17:50:26.093 10270 10270 W System.err: at X.35t.A0E(Unknown Source:46) 02-22 17:50:26.093 10270 10270 W System.err: at com.mbwhatsapp.yo.yo.getString(Native Method) 02-22 17:50:26.093 10270 10270 W System.err: at com.mbwhatsapp.yo.yo.getString(Native Method) 02-22 17:50:26.093 10270 10270 W System.err: at com.mbwhatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method) 02-22 17:50:26.093 10270 10270 W System.err: at com.mbwhatsapp.yo.dep.showStoragePermissionRequest(Native Method) 02-22 17:50:26.093 10270 10270 W System.err: at com.mbwhatsapp.registration.EULA.onCreate(Unknown Source:248) 02-22 17:50:26.093 10270 10270 W System.err: at android.app.Activity.performCreate(Activity.java:8591) 02-22 17:50:26.094 10270 10270 W System.err: at android.app.Activity.performCreate(Activity.java:8570) 02-22 17:50:26.094 10270 10270 W System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384) 02-22 17:50:26.094 10270 10270 W System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150) 02-22 17:50:26.094 10270 10270 W System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325) 02-22 17:50:26.094 10270 10270 W System.err: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10 1) 02-22 17:50:26.094 10270 10270 W System.err: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu tor.java:135) 02-22 17:50:26.094 10270 10270 W System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java: 95) 02-22 17:50:26.095 10270 10270 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574) 02-22 17:50:26.096 10270 10270 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 02-22 17:50:26.096 10270 10270 W System.err: at android.os.Looper.loopOnce(Looper.java:226) 02-22 17:50:26.096 10270 10270 W System.err: at android.os.Looper.loop(Looper.java:313) 02-22 17:50:26.096 10270 10270 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8757) 02-22 17:50:26.096 10270 10270 W System.err: at java.lang.reflect.Method.invoke(Native Method) 02-22 17:50:26.096 10270 10270 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571) 02-22 17:50:26.097 10270 10270 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067) 02-22 17:50:26.354 10270 10270 W Activity: Can request only one set of permissions at a time 02-22 17:50:26.611 10270 10270 E ArmVmp : Match on catch block at 0x0a in for 0x75e6dff04d 02-22 17:50:27.016 10270 10270 E FBI : Can't load library: dlopen failed: library "libmagtsync.so" not found 02-22 17:50:27.055 10270 10487 E ion : ioctl c0044901 failed with code -1: Invalid argument 02-22 17:50:27.225 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:27.225 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:27.234 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:50:27.674 10270 10270 E ViewRootImpl@dc6d2c7[EULA]: Surface is not valid. 02-22 17:50:27.703 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:27.703 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:27.944 10270 10278 W com.mbwhatsapp: Cleared Reference was only reachable from finalizer (only reported once) 02-22 17:50:28.514 10270 10270 E com.mbwhatsapp: Invalid ID 0x00000000. 02-22 17:50:28.525 10270 10270 E com.mbwhatsapp: Invalid ID 0x00000000. 02-22 17:50:28.527 10270 10270 E com.mbwhatsapp: Invalid ID 0x00000000. 02-22 17:50:28.527 10270 10270 E com.mbwhatsapp: Invalid ID 0x00000000. 02-22 17:50:28.528 10270 10270 E com.mbwhatsapp: Invalid ID 0x00000000. 02-22 17:50:28.529 10270 10270 E com.mbwhatsapp: Invalid ID 0x00000000. 02-22 17:50:28.529 10270 10270 E com.mbwhatsapp: Invalid ID 0x00000000. 02-22 17:50:28.530 10270 10270 E com.mbwhatsapp: Invalid ID 0x00000000. 02-22 17:50:37.848 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:37.848 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:37.885 10270 10270 W Activity: Can request only one set of permissions at a time 02-22 17:50:37.886 10270 10270 W Activity: Can request only one set of permissions at a time 02-22 17:50:38.257 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:38.257 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:38.263 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:50:38.293 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:38.293 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:41.250 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:41.250 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:41.437 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:41.437 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:42.475 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:42.475 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:42.698 10270 10964 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 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: java.io.FileNotFoundException: /data/user/0/com.mbwhatsapp/files/ShortcutInfoCompatSaver_share_targets/ targets.xml: open failed: ENOENT (No such file or directory) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at libcore.io.IoBridge.open(IoBridge.java:574) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at java.io.FileInputStream.<init>(FileInputStream.java:160) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown Source:82) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at java.util.concurrent.FutureTask.run(FutureTask.java:264) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at java.lang.Thread.run(Thread.java:1012) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at libcore.io.Linux.open(Native Method) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at libcore.io.ForwardingOs.open(ForwardingOs.java:563) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at libcore.io.ForwardingOs.open(ForwardingOs.java:563) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8619) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: at libcore.io.IoBridge.open(IoBridge.java:560) 02-22 17:50:42.698 10270 10964 E ShortcutInfoCompatSaver: ... 7 more 02-22 17:50:42.786 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:42.786 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:42.786 10270 10437 E FrameEvents: updateAcquireFence: Did not find frame. 02-22 17:50:42.798 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:42.798 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:42.798 10270 10437 E FrameEvents: updateAcquireFence: Did not find frame. 02-22 17:50:42.818 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:42.819 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:42.819 10270 10437 E FrameEvents: updateAcquireFence: Did not find frame. 02-22 17:50:42.884 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:42.885 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:42.888 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:42.888 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:42.934 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:42.934 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:42.939 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:42.939 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:44.113 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:44.113 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:44.452 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:44.452 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:44.547 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:44.547 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:44.550 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:50:44.659 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:44.659 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:44.667 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:44.668 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:44.973 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:44.974 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.211 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.212 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.229 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.230 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.245 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.245 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.260 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.260 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.275 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.275 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.292 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.292 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.309 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.309 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.324 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.325 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.340 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.340 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.358 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.358 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.373 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.374 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.388 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.388 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.407 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.407 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.423 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.423 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.441 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.441 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.458 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.458 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.471 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.471 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.489 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.490 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.877 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.877 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.912 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.912 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.920 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.920 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.935 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.935 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.952 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.952 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.969 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.969 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:45.985 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:45.985 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.001 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.001 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.021 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.021 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.035 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.035 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.052 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.052 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.068 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.068 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.085 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.085 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.104 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.104 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.118 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.118 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.518 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.518 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.534 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.534 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.551 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.551 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.567 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.567 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.584 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.584 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.600 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.600 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.616 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.616 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.633 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.633 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.650 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.650 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.666 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.666 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.683 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.683 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.700 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.700 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.716 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.717 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.734 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.735 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.750 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.750 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.766 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.766 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.784 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.784 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:46.832 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:50:46.832 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:50:46.883 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:46.884 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.109 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.109 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.121 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.121 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.139 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.140 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.154 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.154 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.168 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.168 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.184 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.184 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.200 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.200 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.220 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.220 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.234 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.235 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.253 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.253 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.270 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.270 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.284 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.284 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.301 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.301 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.319 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.319 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.336 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.336 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.351 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.351 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.370 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.370 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.781 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.781 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.798 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.799 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.814 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.814 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.830 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.830 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.846 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.847 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.864 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.864 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.880 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.880 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.897 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.897 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.913 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.913 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.933 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.933 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.947 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.947 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.964 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.964 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.979 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.980 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:47.996 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:47.996 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:48.012 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:48.013 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:48.029 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:48.030 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:48.046 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:48.046 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:48.364 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:48.364 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:48.779 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:48.779 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:49.194 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:49.194 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:49.426 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:49.426 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:49.776 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:49.776 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:50.141 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:50.141 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:50.639 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:50.639 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:50.939 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:50.940 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:51.453 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:51.453 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:51.871 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:51.871 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:51.953 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:50:52.013 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:52.013 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:52.016 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:50:52.022 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:52.022 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:52.028 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:52.028 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:52.035 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:52.035 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:52.775 10270 10391 E PlayCore: UID: [10740] PID: [10270] StandardIntegrity : Phonesky is not installed. 02-22 17:50:52.844 10270 10329 W ziparchive: Unable to open '/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such file or directory 02-22 17:50:52.844 10270 10329 W ziparchive: Unable to open '/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such file or directory 02-22 17:50:53.732 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:53.732 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:53.736 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:50:53.744 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:50:53.744 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:50:53.767 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:53.767 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:53.781 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:53.781 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:55.331 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:55.332 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:55.390 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:50:55.390 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:50:55.407 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:55.407 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:55.958 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:55.958 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:56.140 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:50:56.216 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:56.216 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:56.219 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:50:56.328 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:56.328 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:56.331 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:50:56.341 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:56.341 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:56.349 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:56.349 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:56.354 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:56.354 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:56.377 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:56.377 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:56.388 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:56.388 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:56.738 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:56.739 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:57.351 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:57.351 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:57.490 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:50:57.496 10270 10270 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 171612761 02-22 17:50:57.582 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:57.582 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:57.586 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:50:57.598 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:57.599 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:57.633 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:57.633 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:57.707 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:57.707 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:50:57.760 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:50:57.888 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:50:57.888 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:50:58.099 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:50:58.156 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:50:58.156 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:04.300 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:04.300 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:11.082 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:11.083 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:15.065 10270 10270 W Activity: Can request only one set of permissions at a time 02-22 17:51:15.143 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:15.143 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:15.147 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:15.159 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:15.159 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:15.168 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:15.168 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:15.231 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:15.231 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:15.235 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:15.235 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:15.249 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:15.249 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:15.268 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:15.268 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:16.198 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:16.198 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:16.375 10270 10270 W X.0Z6 : Invalid or missing region code (Guatemala) provided. 02-22 17:51:16.506 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:16.506 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:16.509 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:16.515 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:16.515 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:16.528 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:16.528 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:16.535 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:16.535 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:16.763 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:16.763 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:16.778 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:16.779 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:16.859 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:51:16.859 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:51:16.950 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:16.950 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:16.960 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:16.960 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.213 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.213 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.231 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.231 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.248 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.248 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.263 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.264 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.281 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.281 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.296 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.297 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.314 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.314 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.329 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.330 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.346 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.346 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.362 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.362 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.379 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.379 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.397 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.397 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.412 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.413 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.432 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.432 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.446 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.446 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.461 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.461 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.479 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.480 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:17.742 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:17.742 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:18.091 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:18.091 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:18.407 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:18.407 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:18.806 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:18.806 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:19.055 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:19.055 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:19.470 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:19.470 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:19.968 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:19.968 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:20.018 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:20.018 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:20.516 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:20.516 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:20.851 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:20.851 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:21.348 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:21.348 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:21.869 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:21.869 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:22.359 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:22.359 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:22.411 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:22.412 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:22.483 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:51:22.533 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:22.533 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:22.536 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:22.542 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:22.542 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:22.548 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:22.548 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:22.562 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:22.562 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:23.402 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:23.403 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:23.407 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:24.871 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:24.871 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:24.920 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:51:24.920 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:51:24.936 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:24.936 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:25.482 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:51:25.560 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:25.560 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:25.564 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:25.683 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:25.684 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:25.687 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:25.694 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:25.694 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:25.707 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:25.707 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:25.718 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:25.718 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:25.725 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:25.726 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:25.740 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:25.740 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:25.751 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:25.751 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:26.086 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:26.086 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:26.547 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:51:26.548 10270 10270 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 171612761 02-22 17:51:26.595 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:26.596 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:26.598 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:26.609 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:26.609 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:26.639 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:26.639 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:26.690 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:51:26.690 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:51:26.690 10270 10270 E ViewRootImpl: Calling showInsets(8,true) on window that no longer has views. 02-22 17:51:26.704 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:26.704 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:26.813 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:51:26.833 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:26.834 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:38.562 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:38.562 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:38.713 10270 10270 W Activity: Can request only one set of permissions at a time 02-22 17:51:38.786 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:38.786 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:38.789 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:38.803 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:38.803 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:38.813 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:38.813 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:38.837 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:38.837 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:38.843 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:38.843 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:38.859 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:38.859 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:38.877 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:38.877 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:38.894 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:38.894 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:40.330 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:40.330 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:40.455 10270 10270 W X.0Z6 : Invalid or missing region code (Guatemala) provided. 02-22 17:51:40.574 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:40.574 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:40.577 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:40.582 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:40.582 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:40.599 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:40.599 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:40.609 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:40.610 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:40.831 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:40.832 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:40.871 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:40.871 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:40.912 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:51:40.912 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:51:41.015 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.015 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.023 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.023 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.292 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.292 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.310 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.310 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.326 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.326 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.342 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.342 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.359 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.359 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.374 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.374 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.391 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.391 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.408 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.408 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.426 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.426 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.441 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.441 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.457 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.457 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.474 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.474 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.490 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.490 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.506 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.506 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.522 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.522 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.538 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.538 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.555 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.555 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:41.874 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:41.874 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.202 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.202 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.277 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.277 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.317 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.317 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.319 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:42.326 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.326 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.332 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.332 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.337 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.337 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.344 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.344 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.352 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.352 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.370 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.370 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.402 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.403 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.419 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.419 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.436 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.436 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.452 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.453 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.469 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.469 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.486 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.486 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.502 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.502 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.519 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.519 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.536 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.536 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.552 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.552 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.865 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.865 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:42.977 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:42.977 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:43.012 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:43.012 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:43.191 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:43.191 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:43.385 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:43.385 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:43.388 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:43.437 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:43.437 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:43.445 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:43.445 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:43.451 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:51:43.451 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:51:43.484 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:43.484 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:43.508 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:51:43.567 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:43.567 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:44.597 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:44.598 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:45.708 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:45.708 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:45.773 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:45.773 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:45.775 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:51:45.783 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:45.783 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:45.799 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:45.799 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:51:48.278 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:51:48.278 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:04.519 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:04.519 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:19.096 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:19.096 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:19.217 10270 10270 W X.0Z6 : Invalid or missing region code (Guatemala) provided. 02-22 17:52:19.324 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:19.324 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:19.327 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:52:19.342 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:19.342 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:19.351 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:19.351 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:19.361 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:19.361 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:19.563 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:19.563 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:19.611 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:19.611 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:19.656 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:52:19.656 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:52:19.748 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:19.748 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:19.757 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:19.757 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.042 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.043 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.060 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.060 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.076 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.076 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.094 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.094 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.109 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.109 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.126 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.126 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.142 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.143 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.160 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.160 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.176 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.176 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.192 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.192 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.209 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.210 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.224 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.224 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.240 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.241 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.257 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.258 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.273 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.274 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.291 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.291 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.306 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.306 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:20.591 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:20.591 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.035 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.035 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.085 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.085 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.130 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.130 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.256 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.256 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.258 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:52:21.266 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.266 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.287 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.287 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.290 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:52:21.290 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:52:21.320 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:52:21.322 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.322 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.337 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.337 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.342 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.342 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.351 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.351 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.367 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.367 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.385 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.385 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.400 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.400 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.417 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.417 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.433 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.433 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.450 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.450 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.467 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.467 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.483 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.483 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.500 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.500 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.517 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.517 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.533 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.533 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.550 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.550 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.566 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.566 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.584 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.584 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:21.600 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:21.600 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.005 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.006 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.020 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.021 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.038 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.038 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.054 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.054 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.071 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.071 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.087 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.088 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.106 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.107 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.118 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.118 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.136 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.136 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.152 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.152 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.170 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.170 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.186 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.186 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.202 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.202 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.219 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.219 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.236 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.236 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.252 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.252 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:22.268 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:22.269 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:24.300 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:24.300 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:24.339 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:24.339 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:24.372 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:24.372 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.747 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.747 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.761 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.761 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.772 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.772 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.790 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.790 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.805 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.805 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.821 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.822 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.828 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:52:25.828 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:52:25.838 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.838 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.854 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.854 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.871 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.871 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.892 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.892 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:25.924 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:25.924 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.253 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.253 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.286 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.286 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.302 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.302 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.319 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.319 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.336 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.336 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.353 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.353 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.370 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.370 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.403 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.403 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.419 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.419 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.436 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.436 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.453 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.453 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.469 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.469 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.486 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.486 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.503 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.503 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.519 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.519 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.536 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.536 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.552 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.552 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:26.757 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:26.757 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:27.274 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:27.274 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:27.771 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:27.772 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:28.269 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:28.270 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:28.769 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:28.769 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:29.266 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:29.267 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:29.661 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:29.661 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:30.159 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:30.160 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:30.682 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:30.683 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:31.177 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:31.177 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:31.675 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:31.676 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:32.174 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:32.174 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:32.674 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:32.674 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:32.902 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:32.902 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:33.400 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:33.400 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:33.595 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:33.595 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:33.599 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:33.599 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:33.981 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:33.982 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:34.280 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:34.281 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:34.779 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:34.779 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:35.062 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:35.062 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:35.278 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:35.278 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:35.511 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:35.511 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:35.659 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:35.659 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:35.959 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:35.959 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:36.457 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:36.458 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:36.806 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:36.806 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:36.888 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:36.889 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:36.972 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:36.972 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:37.476 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:37.476 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:37.974 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:37.974 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:38.471 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:38.472 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:38.971 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:38.972 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:39.469 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:39.469 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:39.984 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:39.985 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:40.484 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:40.484 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:40.983 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:40.983 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:41.480 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:41.481 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:41.724 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:41.724 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:41.823 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:41.824 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:41.974 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:41.974 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:42.476 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:42.477 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:42.991 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:42.991 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:43.493 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:43.493 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:43.988 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:43.988 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:44.486 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:44.488 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:44.617 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:44.617 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:44.669 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:52:44.716 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:44.716 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:44.718 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:52:44.724 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:44.724 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:44.730 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:44.730 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:44.748 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:44.748 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:45.456 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:45.456 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:45.460 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:52:46.496 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:46.496 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:46.544 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:52:46.544 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:52:46.562 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:46.563 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:47.158 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:52:47.255 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:47.255 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:47.258 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:52:47.349 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:47.349 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:47.353 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:52:47.360 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:47.361 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:47.371 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:47.371 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:47.380 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:47.380 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:47.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:47.386 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:47.401 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:47.401 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:47.412 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:47.413 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:47.775 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:47.776 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:48.436 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:48.436 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:48.465 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:48.465 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:48.591 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:52:48.709 10270 10270 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 171612761 02-22 17:52:52.794 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:52.794 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:52:59.106 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:52:59.106 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:02.782 10270 10270 W Activity: Can request only one set of permissions at a time 02-22 17:53:02.861 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:02.861 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:02.865 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:02.877 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:02.877 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:02.908 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:02.908 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:02.912 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:02.912 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:02.932 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:02.932 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:02.946 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:02.946 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:02.962 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:02.962 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:02.980 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:02.980 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:03.761 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:03.761 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:03.912 10270 10270 W X.0Z6 : Invalid or missing region code (Guatemala) provided. 02-22 17:53:04.028 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.028 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.031 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:04.036 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.036 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.050 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.050 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.059 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.059 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.286 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.286 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.305 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.305 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.367 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:53:04.367 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:53:04.444 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.445 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.456 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.456 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.744 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.745 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.761 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.761 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.777 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.778 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.793 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.794 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.811 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.811 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.826 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.826 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.842 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.843 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.861 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.861 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.876 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.876 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.894 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.894 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.909 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.909 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.925 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.925 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.944 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.944 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.959 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.959 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.976 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.976 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:04.992 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:04.992 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:05.009 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:05.009 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:05.304 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:05.304 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:05.405 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:05.405 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:05.620 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:05.620 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:05.787 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:05.787 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:06.036 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:06.036 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:06.285 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:06.286 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:06.485 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:06.485 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:06.601 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:06.601 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:06.816 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:06.817 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:07.315 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:07.315 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:07.414 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:07.414 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:07.480 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:07.480 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:07.830 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:07.830 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:08.263 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:08.264 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:08.325 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:53:08.373 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:08.373 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:08.376 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:08.382 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:08.382 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:08.388 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:08.388 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:08.395 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:08.395 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:09.216 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:09.216 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:09.220 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:10.111 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.111 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:10.155 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:53:10.155 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:53:10.172 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.172 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:10.701 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:53:10.775 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.775 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:10.777 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:10.880 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.880 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:10.884 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:10.890 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.891 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:10.901 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.901 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:10.911 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.911 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:10.916 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.916 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:10.933 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.933 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:10.947 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:10.947 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:11.289 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:11.289 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:11.887 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:53:11.888 10270 10270 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 171612761 02-22 17:53:11.934 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:11.934 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:11.937 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:11.950 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:11.950 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:11.977 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:11.977 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:12.011 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:53:12.037 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:53:12.037 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:53:12.058 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:12.058 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:12.122 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:53:12.152 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:12.152 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.468 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.468 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.623 10270 10270 W Activity: Can request only one set of permissions at a time 02-22 17:53:14.694 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.695 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.698 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:14.709 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.709 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.715 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.715 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.725 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.725 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.754 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.754 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.759 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.759 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.774 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.775 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.792 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.792 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:14.810 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:14.810 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.056 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.056 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.189 10270 10270 W X.0Z6 : Invalid or missing region code (Guatemala) provided. 02-22 17:53:16.307 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.307 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.310 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:16.316 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.316 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.330 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.331 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.342 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.342 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.632 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.633 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.661 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.662 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.671 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.671 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.686 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.686 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.695 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:53:16.695 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:53:16.702 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.702 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.719 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.719 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.736 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.736 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.759 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.759 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:16.770 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:16.770 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.155 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.156 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.173 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.173 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.189 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.190 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.207 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.207 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.221 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.221 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.239 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.239 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.255 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.256 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.272 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.272 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.290 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.290 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.306 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.306 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.322 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.323 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.337 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.337 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.353 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.354 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.370 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.370 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.389 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.389 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.406 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.406 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.421 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.422 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.650 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.651 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.718 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.718 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:17.917 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:17.917 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:18.083 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:18.084 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:18.316 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:18.316 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:18.549 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:18.549 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:18.715 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:18.715 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:18.831 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:18.831 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:19.030 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:19.030 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:19.529 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:19.529 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:19.880 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:19.880 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:19.935 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:53:19.984 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:19.985 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:19.988 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:19.993 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:19.993 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:19.999 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:19.999 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:20.010 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:20.011 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:20.953 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:20.953 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:20.957 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:21.663 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:21.664 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:21.710 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:53:21.710 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:53:21.722 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:21.722 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:22.275 10270 10270 W Settings: Setting show_button_background has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 02-22 17:53:22.352 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:22.352 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:22.354 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:22.459 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:22.459 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:22.464 10270 10437 W Parcel : Expecting binder but got null! 02-22 17:53:22.470 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:22.470 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:22.480 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:22.481 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:22.489 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:22.489 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:22.494 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:22.494 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:22.510 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:22.510 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:22.519 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:22.519 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:22.870 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:22.870 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:23.419 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:23.419 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:23.444 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:23.444 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:23.462 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:53:23.462 10270 10270 E ImeBackDispatcher: Ime callback not found. Ignoring unregisterReceivedCallback. callbackId: 171612761 02-22 17:53:23.499 10270 10270 W RemoteInputConnectionImpl: getExtractedText on inactive InputConnection 02-22 17:53:23.521 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:53:23.537 10270 10270 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 02-22 17:53:23.537 10270 10270 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 02-22 17:53:23.610 10270 10270 W RemoteInputConnectionImpl: requestCursorAnchorInfo on inactive InputConnection 02-22 17:53:27.008 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:27.008 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:53:27.090 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:53:27.090 10270 10437 E IMGMapper: set:488 set: Unset optional value from type CTA861_3 02-22 17:54:03.735 10270 10437 E IMGMapper: set:488 set: Unset optional value from type SMPTE2086 02-22 17:54:03.735 10270 10437 E IMGMapper: set:488 set: Unset optional value from type--------- beginning of main 02-22 17:54:38.734 10270 10270 W MessageQueue: Handler (X.10H) {2d3268a} sending message to a Handler on a dead thread 02-22 17:54:38.734 10270 10270 W MessageQueue: java.lang.IllegalStateException: Handler (X.10H) {2d3268a} sending message to a Handler on a dead thread 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.MessageQueue.enqueueMessage(MessageQueue.java:560) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.Handler.enqueueMessage(Handler.java:778) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.Handler.sendMessageAtTime(Handler.java:727) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.Handler.sendMessageDelayed(Handler.java:697) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.Handler.sendMessage(Handler.java:635) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.Message.sendToTarget(Message.java:468) 02-22 17:54:38.734 10270 10270 W MessageQueue: at X.0yI.A19(Unknown Source:4) 02-22 17:54:38.734 10270 10270 W MessageQueue: at X.2tO.A02(Unknown Source:46) 02-22 17:54:38.734 10270 10270 W MessageQueue: at X.0yu.onReceive(Unknown Source:51) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app- LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1918) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.Handler.handleCallback(Handler.java:942) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.Handler.dispatchMessage(Handler.java:99) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.Looper.loopOnce(Looper.java:226) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.os.Looper.loop(Looper.java:313) 02-22 17:54:38.734 10270 10270 W MessageQueue: at android.app.ActivityThread.main(ActivityThread.java:8757) 02-22 17:54:38.734 10270 10270 W MessageQueue: at java.lang.reflect.Method.invoke(Native Method) 02-22 17:54:38.734 10270 10270 W MessageQueue: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571) 02-22 17:54:38.734 10270 10270 W MessageQueue: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067) 02-22 18:06:59.962 22989 22989 E com.mbwhatsapp: Not starting debugger since process cannot load the jdwp agent. 02-22 18:07:00.228 22989 22989 W System.err: java.lang.ClassNotFoundException: mbmodsd.mbmodsw.ui.views.btn.BtnBK 02-22 18:07:00.229 22989 22989 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 02-22 18:07:00.229 22989 22989 W System.err: at java.lang.Runtime.nativeLoad(Runtime.java:1126) 02-22 18:07:00.229 22989 22989 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1080) 02-22 18:07:00.229 22989 22989 W System.err: at java.lang.Runtime.loadLibrary0(Runtime.java:1003) 02-22 18:07:00.229 22989 22989 W System.err: at java.lang.System.loadLibrary(System.java:1661) 02-22 18:07:00.229 22989 22989 W System.err: at arm.EpicVm.<clinit>(Unknown Source:2) 02-22 18:07:00.229 22989 22989 W System.err: at java.lang.Class.newInstance(Native Method) 02-22 18:07:00.229 22989 22989 W System.err: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) 02-22 18:07:00.229 22989 22989 W System.err: at androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0) 02-22 18:07:00.229 22989 22989 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1232) 02-22 18:07:00.229 22989 22989 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1565) 02-22 18:07:00.229 22989 22989 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1502) 02-22 18:07:00.229 22989 22989 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7553) 02-22 18:07:00.229 22989 22989 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 0