0% found this document useful (0 votes)
30 views449 pages

Logcat

The log file records errors and warnings from an Android application. It shows that the application failed to load a class file and crashed. It also shows issues with lock verification, hidden method access errors, and long wait times for a database connection.

Uploaded by

Zapata Morgan
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
30 views449 pages

Logcat

The log file records errors and warnings from an Android application. It shows that the application failed to load a class file and crashed. It also shows issues with lock verification, hidden method access errors, and long wait times for a database connection.

Uploaded by

Zapata Morgan
Copyright
© © All Rights Reserved
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/ 449

--------- beginning of main

01-25 08:28:15.095 2269 2269 E com.mbwhatsapp: Not starting debugger since


process cannot load the jdwp agent.
01-25 08:28:15.604 2269 2269 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-25 08:28:15.609 2269 2269 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-25 08:28:15.609 2269 2269 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-25 08:28:15.609 2269 2269 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-25 08:28:15.609 2269 2269 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-25 08:28:15.609 2269 2269 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-25 08:28:15.609 2269 2269 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-25 08:28:15.609 2269 2269 W System.err: at
java.lang.Class.newInstance(Native Method)
01-25 08:28:15.609 2269 2269 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-25 08:28:15.609 2269 2269 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-25 08:28:15.610 2269 2269 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-25 08:28:15.610 2269 2269 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-25 08:28:15.610 2269 2269 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-25 08:28:15.610 2269 2269 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-25 08:28:15.610 2269 2269 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-25 08:28:15.610 2269 2269 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-25 08:28:15.610 2269 2269 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-25 08:28:15.610 2269 2269 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 08:28:15.610 2269 2269 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-25 08:28:15.610 2269 2269 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-25 08:28:15.610 2269 2269 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-25 08:28:15.610 2269 2269 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-25 08:28:15.610 2269 2269 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-25 08:28:15.930 2269 2269 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.
01-25 08:28:17.724 2269 2269 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 08:28:17.724 2269 2269 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 08:28:18.876 2269 2369 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-25 08:28:18.876 2269 2369 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-25 08:28:18.876 2269 2369 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-25 08:28:21.363 2269 2369 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #6 (2415) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=4 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.acquireConnection(java.lang.String,
int, android.os.CancellationSignal) for 255ms
01-25 08:36:25.410 3934 3934 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-25 08:36:25.683 3934 3934 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-25 08:36:25.687 3934 3934 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-25 08:36:25.687 3934 3934 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-25 08:36:25.687 3934 3934 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-25 08:36:25.687 3934 3934 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-25 08:36:25.687 3934 3934 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-25 08:36:25.687 3934 3934 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-25 08:36:25.687 3934 3934 W System.err: at
java.lang.Class.newInstance(Native Method)
01-25 08:36:25.687 3934 3934 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-25 08:36:25.687 3934 3934 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-25 08:36:25.687 3934 3934 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-25 08:36:25.687 3934 3934 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-25 08:36:25.687 3934 3934 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-25 08:36:25.687 3934 3934 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-25 08:36:25.687 3934 3934 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-25 08:36:25.687 3934 3934 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-25 08:36:25.687 3934 3934 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-25 08:36:25.687 3934 3934 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 08:36:25.687 3934 3934 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-25 08:36:25.687 3934 3934 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-25 08:36:25.687 3934 3934 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-25 08:36:25.688 3934 3934 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-25 08:36:25.688 3934 3934 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-25 08:36:25.728 3934 3934 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.
01-25 08:36:27.077 3934 3934 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 08:36:27.077 3934 3934 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 08:36:27.083 4080 4080 W libprocessgroup: Controller sfreezer is not found
01-25 08:36:27.084 4080 4080 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 08:36:27.084 4080 4080 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 08:36:29.625 3934 4098 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-25 08:36:29.625 3934 4098 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-25 08:36:29.625 3934 4098 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-25 08:36:29.982 3934 3934 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-25 08:36:30.312 3934 4142 E QT : [QT]file does not exist
01-25 08:36:30.317 3934 3934 W com.mbwhatsapp: Method void
com.mbwhatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-25 08:36:31.686 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012031
01-25 08:36:31.728 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc01204d
01-25 08:36:31.876 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 08:36:31.876 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 08:36:31.876 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 08:36:31.876 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-25 08:36:31.876 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-25 08:36:31.876 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-25 08:36:31.877 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-25 08:36:31.877 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-25 08:36:32.194 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-25 08:36:32.194 3934 4165 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-25 08:36:32.519 3934 3934 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
01-25 08:36:32.532 3934 4184 E ion : ioctl c0044901 failed with code -1:
Invalid argument
01-25 08:36:34.060 3934 3934 E RecyclerView: No adapter attached; skipping layout
01-25 08:36:34.290 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:34.290 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:34.296 3934 4142 W Parcel : Expecting binder but got null!
01-25 08:36:34.378 3934 3934 E RecyclerView: No adapter attached; skipping layout
01-25 08:36:34.380 3934 3934 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{d005d06 VFED..C.. ......ID 122,0-
183,0 #7f0b0f8a app:id/menuitem_search} during layout: running second layout pass
01-25 08:36:34.380 3934 3934 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{e2cf148 V.E...... ......ID 441,157-
741,157} during layout: running second layout pass
01-25 08:36:34.420 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 08:36:34.444 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:34.444 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:34.471 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:34.471 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:34.586 3934 3973 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-25 08:36:34.594 3934 3934 W View : requestLayout() improperly called by
DecorView@8f1382f[HomeActivity] during second layout pass: posting in next frame
01-25 08:36:34.684 3934 4202 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-25 08:36:35.627 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:35.627 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:35.743 3934 3934 W LOTTIE : Animation contains merge paths but they
are disabled.
01-25 08:36:35.768 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:35.768 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:35.781 3934 3944 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
01-25 08:36:35.878 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:35.878 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:36.233 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:36.233 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:36.358 3934 3934 E ArmVmp : Match on catch block at 0x5b in for
0x7bbc01201d
01-25 08:36:36.428 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:36.428 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:36.451 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:36.451 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:36.711 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:36.711 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:36.796 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:36.796 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:36.825 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:36.825 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:36.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:36.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:39.641 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:39.641 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:40.225 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:40.226 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 08:36:42.257 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 08:36:42.257 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:21.190 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:21.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:21.319 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:21.320 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:21.352 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:21.352 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:21.371 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:21.371 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:21.530 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:21.530 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:21.550 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:21.550 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.814 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.814 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.847 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.847 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.867 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.867 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.885 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.885 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.902 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.902 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.918 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.919 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.935 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.935 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.952 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.952 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.969 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.969 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:24.986 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:24.986 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:25.002 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:25.003 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:25.019 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:25.019 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:25.036 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:25.036 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:25.664 3934 9526 W LOTTIE : Unknown shape type rd
01-25 09:48:25.664 3934 9525 W LOTTIE : Unknown shape type rd
01-25 09:48:25.942 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 09:48:25.953 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 09:48:25.955 3934 4113 E ArmVmp : Match on catch block at 0x48 in for
0x7bad3d7421
01-25 09:48:25.957 3934 4113 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-25 09:48:25.958 3934 4113 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
01-25 09:48:25.958 3934 4113 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-25 09:48:25.958 3934 4113 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-25 09:48:25.958 3934 4113 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-25 09:48:25.958 3934 4113 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-25 09:48:25.958 3934 4113 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-25 09:48:25.958 3934 4113 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-25 09:48:25.958 3934 4113 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-25 09:48:25.959 3934 4113 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-25 09:48:25.959 3934 4113 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-25 09:48:25.959 3934 4113 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-25 09:48:25.959 3934 4113 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-25 09:48:25.959 3934 4113 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-25 09:48:25.959 3934 4113 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-25 09:48:25.959 3934 4113 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-25 09:48:25.959 3934 4113 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-25 09:48:25.959 3934 4113 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-25 09:48:25.959 3934 4113 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:25.960 3934 4113 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:25.960 3934 4113 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-25 09:48:25.960 3934 4113 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-25 09:48:25.960 3934 4113 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-25 09:48:25.960 3934 4113 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-25 09:48:25.960 3934 4113 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-25 09:48:25.960 3934 4113 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-25 09:48:25.960 3934 4113 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
01-25 09:48:25.960 3934 4113 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
01-25 09:48:25.961 3934 4113 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-25 09:48:25.961 3934 4113 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
01-25 09:48:25.961 3934 4113 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-25 09:48:25.961 3934 4113 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
01-25 09:48:25.961 3934 4113 W System.err: ... 24 more
01-25 09:48:25.962 3934 4113 E ArmVmp : Match on catch block at 0x48 in for
0x7bad3d7425
01-25 09:48:25.962 3934 4113 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-25 09:48:25.963 3934 4113 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-25 09:48:25.963 3934 4113 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-25 09:48:25.963 3934 4113 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-25 09:48:25.963 3934 4113 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-25 09:48:25.963 3934 4113 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-25 09:48:25.963 3934 4113 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-25 09:48:25.963 3934 4113 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-25 09:48:25.963 3934 4113 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-25 09:48:25.963 3934 4113 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-25 09:48:25.964 3934 4113 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-25 09:48:25.964 3934 4113 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-25 09:48:25.964 3934 4113 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-25 09:48:25.964 3934 4113 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-25 09:48:25.964 3934 4113 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-25 09:48:25.964 3934 4113 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-25 09:48:25.964 3934 4113 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-25 09:48:25.964 3934 4113 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-25 09:48:25.964 3934 4113 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:25.964 3934 4113 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:25.964 3934 4113 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-25 09:48:25.965 3934 4113 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-25 09:48:25.965 3934 4113 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-25 09:48:25.965 3934 4113 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-25 09:48:25.965 3934 4113 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-25 09:48:25.965 3934 4113 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-25 09:48:26.014 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012071
01-25 09:48:26.073 3934 3934 W SQLiteLog: (28) double-quoted string literal: ""
01-25 09:48:26.136 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.136 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.150 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.150 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.167 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.167 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.175 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.175 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.178 3934 4142 W Parcel : Expecting binder but got null!
01-25 09:48:26.185 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.185 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.202 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.202 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.219 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.219 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.236 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.236 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.252 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.252 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.269 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.269 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.286 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.286 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.302 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.302 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.319 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.320 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.352 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.352 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.369 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.369 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.386 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.386 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.403 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.403 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.419 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.419 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.679 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012021
01-25 09:48:26.688 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012021
01-25 09:48:26.798 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.798 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.801 3934 4142 W Parcel : Expecting binder but got null!
01-25 09:48:26.843 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.843 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.857 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:26.861 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:26.946 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.946 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:26.963 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:26.967 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:26.996 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:26.996 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.006 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.006 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.019 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.026 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.037 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.038 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.052 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.052 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.063 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.063 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.069 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.073 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.086 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.086 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.092 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.093 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.099 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.104 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.117 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.117 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.123 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.123 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.130 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.136 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.147 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.148 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.155 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.155 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.165 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.172 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.186 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.186 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.197 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.203 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.222 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.222 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.230 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.230 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.237 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.242 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.257 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.257 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.264 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.264 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.272 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.278 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.293 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.293 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.301 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.301 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.306 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.311 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.329 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.329 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.344 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.352 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.366 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.366 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.390 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.390 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.415 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.419 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.437 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.437 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.443 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.443 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.451 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.456 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.472 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.472 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.478 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.478 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.484 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.489 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.505 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.506 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.512 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.513 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.518 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.523 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.540 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.540 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.546 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.546 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.553 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.558 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.573 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.573 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.580 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.580 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.586 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.590 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.605 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.605 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.612 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.612 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.617 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.621 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.636 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.636 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.642 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.642 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.648 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.653 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.666 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.666 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.673 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.673 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.678 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.684 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.699 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.699 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.705 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.705 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.712 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.717 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.731 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.731 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.737 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.738 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.743 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.749 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.763 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.763 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.770 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.770 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.776 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.781 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.795 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.795 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.802 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.802 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.808 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.813 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.829 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.829 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.835 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.835 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.840 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.846 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.861 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.861 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.867 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.868 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.874 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.879 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.893 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.893 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.900 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.900 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.906 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.912 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.926 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.926 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.932 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.932 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.938 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.942 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.956 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.956 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.962 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.963 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.968 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.974 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:27.990 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.990 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:27.997 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:27.997 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.003 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.007 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.022 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.022 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.029 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.029 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.035 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.040 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.054 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.054 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.060 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.061 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.067 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.072 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.085 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.086 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.092 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.092 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.098 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.104 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.118 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.118 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.124 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.125 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.130 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.135 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.149 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.149 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.155 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.155 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.161 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.165 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.179 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.180 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.186 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.186 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.191 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.196 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.210 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.210 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.216 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.216 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.222 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.229 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.243 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.243 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.249 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.249 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.257 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.262 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.276 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.276 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.282 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.282 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.288 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.292 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.306 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.306 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.312 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.312 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.318 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.322 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.342 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.342 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.348 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.353 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.366 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.366 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.372 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.372 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.378 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.383 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.396 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.396 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.402 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.402 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.407 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.413 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.426 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.427 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.432 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.432 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.438 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.442 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.456 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.456 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.462 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.462 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.469 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.473 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.487 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.487 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.493 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.493 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.500 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.504 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.518 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.518 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.524 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.524 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.531 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.536 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.550 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.550 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.556 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.557 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.566 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.574 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.588 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.588 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.594 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.594 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.600 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.604 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.619 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.619 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.626 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.626 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.635 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.640 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.655 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.655 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.661 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.661 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.668 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.672 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.686 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.686 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.692 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.692 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.698 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.702 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.716 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.716 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.722 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.722 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.731 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.736 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.750 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.750 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.756 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.756 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.762 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.767 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.783 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.783 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.789 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.789 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.796 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.801 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.814 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.814 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.820 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.821 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.826 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.832 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.845 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.846 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.852 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.852 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.859 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.865 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.879 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.879 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.885 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.885 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.891 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.896 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.909 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.909 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.915 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.916 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.921 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.928 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.942 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.942 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.949 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.949 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.955 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.962 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.976 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.976 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.982 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:28.982 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:28.987 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:28.992 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.004 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.004 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.010 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.011 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.019 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.025 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.039 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.039 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.046 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.046 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.052 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.056 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.071 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.071 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.077 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.077 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.084 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.088 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.102 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.103 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.109 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.109 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.115 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.119 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.133 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.133 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.139 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.139 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.145 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.151 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.166 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.166 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.172 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.172 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.178 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.183 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.197 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.197 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.204 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.204 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.210 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.215 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.227 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.227 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.233 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.233 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.239 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.244 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.257 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.257 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.264 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.264 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.270 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.276 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.290 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.290 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.296 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.296 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.304 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.309 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.323 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.323 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.329 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.329 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.334 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.336 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.346 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.347 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.352 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.352 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.356 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.359 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.369 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.369 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.374 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.375 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.379 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.382 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.392 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.392 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.398 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.398 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.402 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.405 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.415 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.415 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.420 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.420 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.424 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.428 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.438 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.438 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.443 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.443 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.448 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.451 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.461 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.461 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.467 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.467 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.471 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.474 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.485 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.485 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.490 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.490 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.494 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.498 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.507 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.507 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.533 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.536 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.546 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.548 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.548 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.551 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.562 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.562 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.562 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.568 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.574 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.575 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.601 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.604 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.610 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.614 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.616 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.616 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.622 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.626 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.628 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.628 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.634 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.638 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.640 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.640 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.646 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.650 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.653 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.653 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.662 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.666 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.669 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.669 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.679 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.683 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.686 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.686 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.696 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.701 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.706 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.706 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.713 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.717 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.719 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.719 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.729 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.733 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.734 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.734 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.746 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.750 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.751 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.751 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.762 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.766 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.767 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.767 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.779 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.784 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.784 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.784 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.796 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.801 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.801 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.801 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.812 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.817 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.817 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.817 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.829 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.833 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.834 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.834 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.846 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.850 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.852 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.852 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.862 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.866 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.867 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.867 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.879 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.883 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.884 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.884 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.896 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.901 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.902 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.902 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.912 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.917 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.918 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.918 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.929 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.933 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.934 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.934 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.946 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.950 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.951 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.951 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.962 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.967 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.967 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.967 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.979 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.983 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:29.984 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:29.984 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:29.998 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.004 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.005 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.006 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.014 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.019 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.021 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.021 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.030 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.036 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.038 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.038 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.047 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.052 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.053 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.053 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.063 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.069 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.070 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.070 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.080 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.086 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.086 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.087 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.096 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.103 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.104 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.104 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.113 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.119 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.122 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.123 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.130 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.135 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.138 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.138 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.147 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.153 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.156 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.156 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.163 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.168 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.170 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.171 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.181 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.186 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.187 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.188 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.197 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.202 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.203 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.203 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.213 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.219 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.220 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.220 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.230 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.235 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.237 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.237 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.247 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.252 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.253 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.253 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.264 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.269 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.270 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.270 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.280 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.285 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.287 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.287 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.297 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.301 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.303 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.303 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.314 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.320 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.323 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.323 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.330 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.336 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.347 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.352 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.354 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.354 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.364 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.368 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.369 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.369 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.380 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.385 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.386 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.386 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.396 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.403 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.403 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.403 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.413 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.420 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.420 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.421 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.431 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.436 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.437 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.437 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.447 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.453 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.453 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.453 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.464 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.469 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.470 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.470 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.480 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.485 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.486 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.486 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.497 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.503 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.503 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.504 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.513 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.519 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.520 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.520 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.531 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.536 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.536 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.536 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.547 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.552 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.553 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.553 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.563 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.569 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.570 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.570 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.581 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.586 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.587 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.587 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.597 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.602 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.603 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.603 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.615 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.620 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.623 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.623 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.630 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.636 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.638 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.638 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.647 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.653 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.656 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.657 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.663 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.668 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.671 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.671 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.680 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.686 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.688 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.688 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.698 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.703 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.705 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.705 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.713 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.719 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.720 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.720 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.730 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.735 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.736 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.736 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.747 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.753 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.753 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.753 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.763 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.768 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.771 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.771 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.780 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.785 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.786 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.786 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.800 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.804 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.804 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.806 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.816 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.821 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.822 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.822 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.833 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.837 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.839 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.839 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.849 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.855 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.855 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.856 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.866 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.870 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.870 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.872 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.883 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.888 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.888 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.888 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.899 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.904 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.904 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.907 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.916 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.921 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.921 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.923 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.932 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.937 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.938 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.938 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.951 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.951 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.955 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.958 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.965 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.968 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.968 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.969 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.981 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.984 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:30.985 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:30.985 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:30.998 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.001 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.001 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.002 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.015 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.017 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.018 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.019 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.031 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.034 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.046 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.046 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.051 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.053 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.053 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.055 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.065 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.067 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.067 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.069 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.081 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.084 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.084 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.085 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.098 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.100 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.100 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.102 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.114 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.119 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.119 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.120 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.131 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.135 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.136 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.136 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.149 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.153 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.154 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.154 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.165 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.167 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.167 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.169 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.182 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.185 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.185 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.187 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.197 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.201 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.201 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.202 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.214 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.218 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.219 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.219 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.231 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.235 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.236 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.236 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.248 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.252 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.252 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.252 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.269 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.269 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.509 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.509 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.512 3934 4142 W Parcel : Expecting binder but got null!
01-25 09:48:31.514 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.518 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.530 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.530 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.558 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.559 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.559 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.562 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.573 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.573 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.578 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.579 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.581 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.584 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.596 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.596 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.603 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.609 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.622 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.622 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.626 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.626 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.629 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.636 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.647 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.650 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.650 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.652 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.664 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.665 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.665 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.669 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.680 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.682 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.682 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.685 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.695 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.695 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.697 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.702 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.712 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.713 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.714 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.719 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.728 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.729 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.730 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.735 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.744 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.744 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.747 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.751 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.760 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.760 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.763 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.769 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.778 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.779 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.780 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.785 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.795 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.795 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.797 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.802 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.811 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.811 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.813 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.818 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.826 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.827 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.830 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.835 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.844 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.844 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.848 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.852 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.861 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.861 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.864 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.869 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.878 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.878 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.880 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.884 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.893 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.893 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.897 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.901 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.913 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.913 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.915 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.919 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.928 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.928 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.930 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.935 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.944 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.944 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.947 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.952 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.961 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.961 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.963 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.969 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.977 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.978 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.980 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.985 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:31.994 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:31.994 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:31.997 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.002 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.011 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.011 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.013 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.018 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.027 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.027 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.030 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.035 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.045 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.045 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.048 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.052 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.061 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.062 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.064 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.069 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.077 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.078 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.080 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.086 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.096 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.096 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.098 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.103 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.111 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.111 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.113 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.118 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.127 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.127 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.130 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.136 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.144 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.144 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.147 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.152 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.160 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.160 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.163 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.168 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.176 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.176 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.180 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.185 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.194 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.195 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.197 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.202 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.210 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.210 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.214 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.219 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.227 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.227 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.230 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.234 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.243 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.243 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.247 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.252 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.260 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.260 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.263 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.268 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.278 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.278 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.280 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.285 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.293 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.293 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.297 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.302 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.312 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.312 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.314 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.319 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.328 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.328 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.331 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.336 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.345 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.345 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.347 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.352 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.361 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.361 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.364 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.370 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.379 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.379 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.381 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.386 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.396 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.396 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.398 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.403 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.414 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.414 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.416 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.420 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.429 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.430 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.431 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.437 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.447 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.447 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.447 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.452 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.462 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.462 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.464 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.470 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.480 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.480 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.481 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.486 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.496 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.496 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.497 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.501 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.511 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.511 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.514 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.519 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.529 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.529 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.531 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.536 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.547 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.547 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.547 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.553 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.564 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.564 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.564 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.570 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.580 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.581 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.581 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.586 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.596 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.596 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.597 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.603 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.613 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.613 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.614 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.619 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.627 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.627 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.630 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.635 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.644 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.644 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.648 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.652 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.662 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.662 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.664 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.669 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.677 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.677 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.681 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.685 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.695 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.695 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.697 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.702 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.712 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.712 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.714 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.719 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.728 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.728 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.730 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.735 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.744 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.744 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.747 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.752 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.762 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.762 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.764 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.769 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.780 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.780 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.781 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.786 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.795 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.796 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.797 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.803 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.812 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.813 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.814 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.819 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.829 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.829 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.830 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.836 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.846 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.846 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.847 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.853 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.863 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.863 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.864 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.869 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.879 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.879 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.881 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.886 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.895 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.896 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.897 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.903 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.914 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.914 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.915 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.921 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.931 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.931 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.931 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.937 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.946 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.947 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.947 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.953 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.963 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.963 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.964 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.969 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.979 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.979 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.981 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.985 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:32.994 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:32.994 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:32.997 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.001 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.010 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.011 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.013 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.019 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.028 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.028 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.031 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.035 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.045 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.045 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.047 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.053 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.062 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.062 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.064 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.069 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.078 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.079 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.080 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.085 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.094 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.094 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.097 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.102 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.111 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.111 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.114 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.119 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.128 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.128 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.131 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.135 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.145 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.145 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.147 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.152 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.162 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.162 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.164 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.169 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.178 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.178 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.180 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.185 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.194 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.195 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.198 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.202 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.212 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.212 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.214 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.219 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.229 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.229 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.231 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.236 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.246 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.247 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.248 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.252 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.262 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.262 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.264 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.269 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.279 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.279 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.281 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.285 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.296 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.297 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.298 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.303 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.312 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.312 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.314 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.319 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.329 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.329 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.331 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.337 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.346 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.346 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.347 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.352 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.364 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.364 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.364 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.369 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.378 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.378 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.381 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.385 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.395 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.395 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.398 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.403 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.412 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.412 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.414 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.419 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.429 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.429 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.431 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.435 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.445 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.445 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.448 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.453 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.463 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.463 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.465 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.469 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.479 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.479 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.481 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.485 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.495 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.495 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.497 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.502 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.512 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.513 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.514 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.519 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.528 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.528 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.531 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.536 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.545 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.546 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.547 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.552 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.562 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.562 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.565 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.570 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.579 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.580 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.581 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.586 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.594 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.594 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.612 3934 3934 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-25 09:48:33.614 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.618 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.624 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.624 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.629 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.633 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.640 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.640 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.662 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.666 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.671 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.676 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.677 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.677 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.684 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.688 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.696 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.701 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.704 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.704 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.714 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.719 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.719 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.720 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.729 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.733 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.734 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.734 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.748 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.751 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.751 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.752 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.763 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.767 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.768 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.768 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.780 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.784 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.784 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.784 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.796 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.801 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.801 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.801 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.813 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.818 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.818 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.818 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.830 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.833 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.834 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.834 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.847 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.851 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.851 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.851 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.869 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.869 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.869 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.874 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.880 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.884 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.884 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.884 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.896 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.901 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.901 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.901 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.913 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.917 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.918 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.918 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.930 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.935 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.935 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.935 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.946 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.950 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.951 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.951 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.963 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.967 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.968 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.968 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.980 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.984 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:33.985 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:33.985 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:33.997 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.001 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.002 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.002 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.013 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.017 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.018 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.018 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.030 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.034 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.035 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.035 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.047 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.051 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.052 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.052 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.063 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.067 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.068 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.068 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.080 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.084 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.085 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.085 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.096 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.100 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.101 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.102 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.113 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.118 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.118 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.119 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.130 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.134 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.135 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.135 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.146 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.151 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.152 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.152 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.163 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.167 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.170 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.170 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.180 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.185 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.187 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.187 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.197 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.201 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.204 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.204 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.214 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.218 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.218 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.218 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.230 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.234 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.235 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.235 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.247 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.252 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.253 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.253 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.264 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.270 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.271 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.271 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.280 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.287 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.288 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.288 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.297 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.304 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.304 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.304 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.313 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.319 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.321 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.321 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.330 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.336 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.337 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.337 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.347 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.352 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.353 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.353 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.364 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.369 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.370 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.370 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.381 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.386 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.387 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.387 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.398 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.404 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.405 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.405 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.414 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.419 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.422 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.422 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.431 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.436 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.437 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.437 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.447 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.452 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.453 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.453 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.464 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.469 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.471 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.471 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.480 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.485 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.486 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.486 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.497 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.502 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.503 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.503 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.514 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.520 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.521 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.521 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.531 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.537 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.538 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.538 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.548 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.554 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.554 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.555 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.564 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.569 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.569 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.569 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.580 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.586 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.587 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.587 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.597 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.603 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.604 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.604 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.614 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.619 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.620 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.620 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.632 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.637 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.637 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.639 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.647 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.653 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.654 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.654 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.664 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.670 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.673 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.673 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.681 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.687 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.698 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.703 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.707 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.707 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.714 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.720 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.720 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.721 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.731 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.736 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.736 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.736 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.747 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.753 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.753 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.753 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.764 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.770 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.770 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.771 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.780 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.786 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.786 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.786 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.797 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.803 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.803 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.803 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.813 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.819 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.820 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.820 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.830 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.837 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.837 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.837 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.848 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.854 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.863 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.869 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.870 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.870 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.880 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.885 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.887 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.887 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.897 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.904 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.904 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.904 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.914 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.919 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.921 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.921 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.931 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.937 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.937 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.937 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.947 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.953 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.954 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.954 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.964 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.972 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.972 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.976 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.983 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.987 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:34.987 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:34.989 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:34.997 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.003 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.003 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.004 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.014 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.020 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.020 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.020 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.031 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.038 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.038 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.039 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.047 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.053 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.053 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.053 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.064 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.069 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.069 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.069 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.081 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.087 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.088 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.088 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.098 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.104 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.104 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.104 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.114 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.120 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.121 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.121 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.132 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.137 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.139 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.139 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.147 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.152 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.154 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.154 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.164 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.169 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.170 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.170 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.181 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.185 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.189 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.189 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.198 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.202 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.203 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.204 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.214 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.218 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.219 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.219 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.231 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.235 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.235 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.235 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.247 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.251 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.251 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.252 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.264 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.268 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.268 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.268 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.284 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.284 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.284 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.287 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.301 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.301 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.303 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.306 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.314 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.318 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.343 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.343 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.350 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.355 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.356 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.356 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.364 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.368 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.372 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.372 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.381 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.385 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.389 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.389 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.398 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.402 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.405 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.406 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.415 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.419 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.422 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.422 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.432 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.435 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.439 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.439 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.449 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.453 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.456 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.456 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.465 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.468 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.472 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.472 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.482 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.485 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.489 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.489 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.499 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.502 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.506 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.506 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.515 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.518 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.522 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.522 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.532 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.535 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.539 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.539 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.549 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.552 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.556 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.556 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.565 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.569 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.574 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.574 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.583 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.586 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.588 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.588 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.598 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.601 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.605 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.605 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.614 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.618 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.622 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.623 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.631 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.635 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.639 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.639 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.648 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.651 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.655 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.655 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.664 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.668 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.672 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.672 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.681 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.685 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.689 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.689 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.698 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.701 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.707 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.707 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.714 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.718 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.722 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.722 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.731 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.735 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.739 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.739 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.748 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.752 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.756 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.756 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.764 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.768 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.772 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.772 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.781 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.785 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.789 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.789 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.798 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.801 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.805 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.805 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.814 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.818 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.821 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.821 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.831 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.836 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.839 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.839 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.848 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.852 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.852 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.852 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.863 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.867 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.868 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.868 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.880 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.885 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.885 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.885 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.897 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.901 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.901 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.901 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.913 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.917 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.918 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.918 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.930 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.934 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.935 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.935 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.948 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.952 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.952 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.952 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.968 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.968 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.972 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.975 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.982 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.987 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:35.988 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:35.988 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:35.997 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.002 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.006 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.006 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.014 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.018 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.022 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.022 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.031 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.035 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.036 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.037 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.047 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.051 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.052 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.052 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.063 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.067 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.068 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.068 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.080 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.085 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.086 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.086 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.101 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.102 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.104 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.107 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.121 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.121 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.135 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.139 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.148 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.148 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.259 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.259 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.263 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.267 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.279 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.279 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.299 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.304 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.315 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.315 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.337 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.340 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.352 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.352 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.363 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.363 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.384 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.389 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.398 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.399 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.410 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.410 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.419 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.424 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.436 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.436 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.446 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.450 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.459 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.459 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.471 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.471 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.476 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.480 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.486 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.490 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.492 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.493 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.499 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.504 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.507 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.507 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.514 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.516 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.516 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.521 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.527 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.527 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.530 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.534 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.540 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.541 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.546 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.551 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.557 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.558 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.563 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.568 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.575 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.575 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.585 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.589 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.598 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.598 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.604 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.608 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.609 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.609 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.615 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.620 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.621 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.621 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.631 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.635 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.635 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:36.638 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:36.646 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:36.646 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:37.869 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:37.869 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:37.902 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:37.902 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:37.924 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:37.924 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:37.930 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:37.931 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:37.937 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:37.937 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:37.954 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:37.954 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:37.971 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:37.971 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:37.988 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:37.988 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.004 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.004 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.021 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.021 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.037 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.038 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.054 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.054 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.071 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.071 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.088 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.088 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.211 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 09:48:38.219 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 09:48:38.220 3934 9535 E ArmVmp : Match on catch block at 0x48 in for
0x7bad230821
01-25 09:48:38.220 3934 9535 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-25 09:48:38.221 3934 9535 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
01-25 09:48:38.221 3934 9535 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-25 09:48:38.221 3934 9535 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-25 09:48:38.221 3934 9535 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-25 09:48:38.222 3934 9535 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-25 09:48:38.222 3934 9535 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-25 09:48:38.222 3934 9535 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-25 09:48:38.222 3934 9535 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-25 09:48:38.222 3934 9535 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-25 09:48:38.222 3934 9535 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-25 09:48:38.222 3934 9535 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-25 09:48:38.223 3934 9535 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-25 09:48:38.223 3934 9535 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-25 09:48:38.223 3934 9535 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-25 09:48:38.223 3934 9535 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-25 09:48:38.223 3934 9535 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-25 09:48:38.223 3934 9535 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-25 09:48:38.223 3934 9535 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:38.223 3934 9535 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:38.224 3934 9535 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-25 09:48:38.224 3934 9535 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-25 09:48:38.224 3934 9535 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-25 09:48:38.224 3934 9535 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-25 09:48:38.224 3934 9535 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-25 09:48:38.224 3934 9535 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-25 09:48:38.224 3934 9535 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
01-25 09:48:38.225 3934 9535 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
01-25 09:48:38.225 3934 9535 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-25 09:48:38.225 3934 9535 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
01-25 09:48:38.225 3934 9535 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-25 09:48:38.225 3934 9535 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
01-25 09:48:38.225 3934 9535 W System.err: ... 24 more
01-25 09:48:38.226 3934 9535 E ArmVmp : Match on catch block at 0x48 in for
0x7bad230825
01-25 09:48:38.226 3934 9535 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-25 09:48:38.227 3934 9535 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-25 09:48:38.227 3934 9535 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-25 09:48:38.227 3934 9535 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-25 09:48:38.227 3934 9535 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-25 09:48:38.228 3934 9535 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-25 09:48:38.228 3934 9535 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-25 09:48:38.228 3934 9535 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-25 09:48:38.230 3934 9535 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-25 09:48:38.230 3934 9535 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-25 09:48:38.230 3934 9535 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-25 09:48:38.230 3934 9535 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-25 09:48:38.230 3934 9535 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-25 09:48:38.230 3934 9535 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-25 09:48:38.230 3934 9535 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-25 09:48:38.230 3934 9535 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-25 09:48:38.230 3934 9535 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-25 09:48:38.230 3934 9535 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-25 09:48:38.231 3934 9535 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:38.231 3934 9535 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:38.231 3934 9535 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-25 09:48:38.231 3934 9535 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-25 09:48:38.231 3934 9535 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-25 09:48:38.231 3934 9535 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-25 09:48:38.231 3934 9535 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-25 09:48:38.231 3934 9535 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-25 09:48:38.391 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012021
01-25 09:48:38.394 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012021
01-25 09:48:38.423 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.423 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.426 3934 4142 W Parcel : Expecting binder but got null!
01-25 09:48:38.452 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.452 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.469 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:38.473 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:38.490 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.490 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.514 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.514 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.534 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:38.537 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:38.557 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.557 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.572 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:38.576 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:38.586 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.586 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.599 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.599 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:38.630 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:38.634 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:38.643 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:38.643 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.116 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.122 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.140 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.140 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.465 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.467 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.474 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.474 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.481 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.484 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.490 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.490 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.498 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.500 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.506 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.506 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.515 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.517 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.522 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.522 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.532 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.534 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.542 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.542 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.547 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.550 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.556 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.556 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.564 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.567 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.573 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.573 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.581 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.583 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.591 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.591 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.597 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.600 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.606 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.606 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.614 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.616 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.624 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.624 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.631 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.633 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.641 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.641 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.648 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.650 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.658 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.658 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.664 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.667 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.674 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.674 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.681 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.683 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.697 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.700 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.707 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.707 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.714 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.717 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.724 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.724 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.731 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.734 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.741 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.741 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.748 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.750 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.757 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.757 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.914 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.917 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.923 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.923 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.931 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.934 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.940 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.940 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.948 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.950 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.956 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.956 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.965 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.967 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.973 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.973 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.982 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.987 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:39.995 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:39.995 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:39.998 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.001 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.008 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.008 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.014 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.017 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.024 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.024 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.032 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.035 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.043 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.043 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.048 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.052 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.059 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.059 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.065 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.068 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.075 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.075 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.082 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.085 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.093 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.093 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.098 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.101 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.108 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.109 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.115 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.118 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.126 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.126 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.132 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.135 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.143 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.143 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.149 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.152 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.160 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.160 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.165 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.168 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.175 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.175 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.182 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.184 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.192 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.199 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.201 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.208 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.208 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.315 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.317 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.323 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.323 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.331 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.333 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.339 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.339 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.348 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.350 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.356 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.356 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.365 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.367 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.373 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.373 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.381 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.383 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.389 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.389 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.398 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.400 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.406 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.406 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.415 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.417 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.424 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.424 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.431 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.433 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.439 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.439 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.448 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.450 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.457 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.457 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.464 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.467 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.474 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.474 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.481 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.484 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.490 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.491 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.498 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.501 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.508 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.508 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.515 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.518 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.525 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.525 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.531 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.534 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.541 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.541 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.548 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.551 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.558 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.558 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.565 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.567 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.575 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.575 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.581 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.584 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.591 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.591 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.598 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.601 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.608 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.608 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.614 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.617 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.625 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.625 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.631 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.634 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.641 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.642 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.814 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.817 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.824 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.824 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.831 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.834 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.840 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.840 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.848 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.850 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.856 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.856 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.865 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.867 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.873 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.873 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.881 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.884 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.892 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.892 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.897 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.900 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.907 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.907 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.914 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.917 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.925 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.925 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.931 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.934 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.941 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.942 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.948 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.950 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.958 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.958 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.964 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.967 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.975 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.975 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.981 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.984 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:40.992 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:40.992 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:40.998 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.001 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.009 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.009 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.015 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.018 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.025 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.025 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.031 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.034 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.042 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.042 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.047 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.049 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.055 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.055 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.064 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.066 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.072 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.072 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.081 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.083 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.089 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.089 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.098 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.100 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.105 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.105 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.115 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.117 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.123 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.123 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.147 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.149 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.156 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.156 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.172 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.172 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.185 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.186 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.186 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.187 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.203 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.203 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.208 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.208 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.208 3934 4142 E FrameEvents: updateAcquireFence: Did not find
frame.
01-25 09:48:41.217 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.217 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.224 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.224 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.255 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.255 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.269 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.269 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.286 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.286 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.303 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.303 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.319 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.320 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.336 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.353 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.353 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.369 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.370 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.386 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.386 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.456 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 231
01-25 09:48:41.462 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 265
01-25 09:48:41.480 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 376
01-25 09:48:41.485 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 168
01-25 09:48:41.494 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
01-25 09:48:41.503 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 193
01-25 09:48:41.508 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 363
01-25 09:48:41.514 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 630
01-25 09:48:41.519 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 313
01-25 09:48:41.524 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 630
01-25 09:48:41.530 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 457
01-25 09:48:41.534 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 343
01-25 09:48:41.619 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 325
01-25 09:48:41.625 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 293
01-25 09:48:41.644 3934 3934 W SQLiteLog: (28) double-quoted string literal:
"471"
01-25 09:48:41.644 3934 3934 W SQLiteLog: (28) double-quoted string literal:
"471"
01-25 09:48:41.736 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 325
01-25 09:48:41.788 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.792 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.799 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.800 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.821 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.821 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.837 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.837 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.860 3934 3934 W View : requestLayout() improperly called by
android.widget.Space{b7059eb I.ED..... ......I. 15,45-20,50 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-25 09:48:41.860 3934 3934 W View : requestLayout() improperly called by
android.widget.Space{af8a9c7 I.ED..... ......I. 15,45-20,50 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-25 09:48:41.860 3934 3934 W View : requestLayout() improperly called by
android.widget.Space{9cc1b63 I.ED..... ......I. 15,45-20,50 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-25 09:48:41.870 3934 3934 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 547
01-25 09:48:41.870 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.870 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.887 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.887 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.904 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.904 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.917 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.920 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:41.921 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.921 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.940 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.940 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.956 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.956 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.972 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.973 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:41.987 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:41.987 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.064 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.064 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.066 3934 4142 W Parcel : Expecting binder but got null!
01-25 09:48:42.073 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.073 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.080 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.080 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.090 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.090 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.101 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:42.106 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:42.112 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.112 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.120 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.121 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.131 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.131 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.138 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.138 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.162 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.162 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.180 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.180 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.193 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.193 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.210 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.210 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.225 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.225 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.242 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.242 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.258 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.258 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.272 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.272 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.300 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.301 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.319 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:42.322 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:42.344 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.344 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.361 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.361 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.387 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.387 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:42.397 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:42.397 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.045 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.045 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.060 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.060 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.076 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.076 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.123 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.123 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.139 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.139 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.167 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.167 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.213 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.213 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.238 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.238 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.263 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.263 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.286 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.286 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.323 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.323 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.359 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.359 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.376 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.376 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.390 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.390 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.402 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.402 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.411 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.412 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.424 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.424 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.443 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.443 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.456 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.456 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.473 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.473 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.487 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.487 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.501 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.501 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.518 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.518 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.535 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.535 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.552 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.552 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.567 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.568 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.675 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.676 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:43.760 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:43.760 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.275 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.276 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.290 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.290 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.309 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.309 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.324 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.324 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.340 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.340 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.357 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.357 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.374 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.374 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.391 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.391 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.408 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.408 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.425 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.425 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.441 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.441 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.458 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.458 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.474 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.474 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.491 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.491 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.508 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.508 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.525 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.525 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.541 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.541 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.557 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.558 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.574 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.574 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.591 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.591 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.608 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.608 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.624 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.625 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.641 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.641 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.658 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.658 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.674 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.675 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.691 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.691 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.707 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.708 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.724 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.725 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.745 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.745 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.759 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.759 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.777 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.777 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.794 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.794 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.807 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.807 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.824 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.824 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.841 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.841 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.869 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.869 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:44.879 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:44.880 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.306 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.306 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.413 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.413 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.452 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 09:48:45.459 3934 3934 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 09:48:45.459 3934 9579 E ArmVmp : Match on catch block at 0x48 in for
0x7bad1bd421
01-25 09:48:45.460 3934 9579 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-25 09:48:45.460 3934 9579 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
01-25 09:48:45.460 3934 9579 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-25 09:48:45.460 3934 9579 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-25 09:48:45.460 3934 9579 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-25 09:48:45.460 3934 9579 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-25 09:48:45.460 3934 9579 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-25 09:48:45.460 3934 9579 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-25 09:48:45.460 3934 9579 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-25 09:48:45.460 3934 9579 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-25 09:48:45.460 3934 9579 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-25 09:48:45.461 3934 9579 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-25 09:48:45.461 3934 9579 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-25 09:48:45.461 3934 9579 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-25 09:48:45.461 3934 9579 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-25 09:48:45.461 3934 9579 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-25 09:48:45.461 3934 9579 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-25 09:48:45.461 3934 9579 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-25 09:48:45.461 3934 9579 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:45.461 3934 9579 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:45.461 3934 9579 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-25 09:48:45.461 3934 9579 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-25 09:48:45.461 3934 9579 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-25 09:48:45.461 3934 9579 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-25 09:48:45.461 3934 9579 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-25 09:48:45.461 3934 9579 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-25 09:48:45.462 3934 9579 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
01-25 09:48:45.463 3934 9579 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
01-25 09:48:45.463 3934 9579 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-25 09:48:45.463 3934 9579 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
01-25 09:48:45.463 3934 9579 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-25 09:48:45.463 3934 9579 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
01-25 09:48:45.463 3934 9579 W System.err: ... 24 more
01-25 09:48:45.464 3934 9579 E ArmVmp : Match on catch block at 0x48 in for
0x7bad1bd425
01-25 09:48:45.464 3934 9579 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-25 09:48:45.465 3934 9579 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-25 09:48:45.465 3934 9579 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-25 09:48:45.465 3934 9579 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-25 09:48:45.465 3934 9579 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-25 09:48:45.465 3934 9579 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-25 09:48:45.465 3934 9579 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-25 09:48:45.465 3934 9579 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-25 09:48:45.465 3934 9579 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-25 09:48:45.466 3934 9579 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-25 09:48:45.466 3934 9579 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-25 09:48:45.466 3934 9579 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-25 09:48:45.466 3934 9579 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-25 09:48:45.466 3934 9579 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-25 09:48:45.466 3934 9579 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-25 09:48:45.466 3934 9579 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-25 09:48:45.466 3934 9579 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-25 09:48:45.466 3934 9579 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-25 09:48:45.466 3934 9579 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:45.466 3934 9579 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-25 09:48:45.467 3934 9579 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-25 09:48:45.467 3934 9579 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-25 09:48:45.467 3934 9579 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-25 09:48:45.467 3934 9579 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-25 09:48:45.467 3934 9579 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-25 09:48:45.467 3934 9579 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-25 09:48:45.519 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.521 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.528 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.528 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.528 3934 4142 E FrameEvents: updateAcquireFence: Did not find
frame.
01-25 09:48:45.540 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.543 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.562 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.562 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.572 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.575 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.575 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.575 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.587 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.587 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.596 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.596 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.608 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.608 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.623 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.623 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.640 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.640 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.657 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.657 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.674 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.674 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.708 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.708 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.722 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.722 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.738 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.738 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.755 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.755 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.771 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.771 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.787 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.787 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.804 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.804 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.820 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.821 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.837 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.837 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.854 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.870 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.870 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.886 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.886 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.903 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.903 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.915 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.918 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.936 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.939 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.963 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.966 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.966 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:45.966 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:45.985 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:45.985 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:46.091 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:46.094 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:46.107 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:46.107 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:46.196 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:46.199 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:46.211 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:46.211 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:46.665 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:46.669 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:46.679 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:46.679 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:47.168 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:47.175 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:47.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:47.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:47.669 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:47.677 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:47.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:47.690 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:47.932 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:47.936 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:47.944 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:47.944 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:49.633 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:49.636 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:49.644 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:49.644 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:49.666 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:49.669 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:49.679 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:49.679 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:50.167 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:50.171 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:50.183 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:50.183 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:50.666 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:50.669 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:50.680 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:50.680 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:51.171 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:51.178 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:51.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:51.192 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:51.671 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:51.679 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:51.694 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:51.694 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:52.171 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:52.179 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:52.194 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:52.194 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:52.671 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:52.679 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:52.693 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:52.694 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:53.167 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:53.170 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:53.178 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:53.178 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:53.671 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:53.678 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:53.691 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:53.691 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:54.171 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:54.178 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:54.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:54.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:54.671 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:54.679 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:54.694 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:54.694 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:55.171 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:55.179 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:55.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:55.191 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:55.671 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:55.678 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:55.693 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:55.693 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:56.188 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:56.197 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:56.211 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:56.211 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:56.689 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:56.696 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:56.712 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:56.713 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:57.188 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:57.196 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:57.213 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:57.213 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:57.685 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:57.688 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:57.695 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:57.696 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:58.189 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:58.196 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:58.209 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:58.209 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:58.689 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:58.697 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:58.713 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:58.713 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:59.188 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:59.196 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:59.211 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:59.211 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:48:59.688 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:59.696 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:48:59.711 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:48:59.712 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:00.205 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:00.213 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:00.229 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:00.229 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:00.705 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:00.713 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:00.727 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:00.728 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:01.206 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:01.213 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:01.228 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:01.229 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:01.706 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:01.714 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:01.729 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:01.729 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:02.202 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:02.205 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:02.213 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:02.213 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:02.705 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:02.713 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:02.726 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:02.726 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:03.205 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:03.212 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:03.226 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:03.226 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:03.705 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:03.713 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:03.728 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:03.728 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:04.206 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:04.213 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:04.228 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:04.228 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:04.702 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:04.706 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:04.714 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:04.714 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:05.206 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:05.213 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:05.228 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:05.228 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:05.705 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:05.713 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:05.728 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:05.728 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:06.206 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:06.213 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:06.227 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:06.228 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:06.724 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:06.732 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:06.743 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:06.743 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:07.223 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:07.231 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:07.246 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:07.246 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:07.723 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:07.731 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:07.745 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:07.745 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:08.223 3934 3934 E ArmVmp : Matc--------- beginning of main
01-25 09:49:08.232 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:08.247 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:08.247 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:08.723 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:08.732 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:08.748 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:08.748 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:09.219 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:09.227 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:09.235 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:09.235 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:09.286 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:09.292 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:09.307 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 09:49:09.307 3934 4142 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 09:49:09.773 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:09.777 3934 3934 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 09:49:11.534 9669 9669 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-25 09:49:11.768 9669 9669 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-25 09:49:11.771 9669 9669 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-25 09:49:11.771 9669 9669 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-25 09:49:11.771 9669 9669 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-25 09:49:11.771 9669 9669 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-25 09:49:11.771 9669 9669 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-25 09:49:11.771 9669 9669 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-25 09:49:11.771 9669 9669 W System.err: at
java.lang.Class.newInstance(Native Method)
01-25 09:49:11.771 9669 9669 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-25 09:49:11.771 9669 9669 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-25 09:49:11.771 9669 9669 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-25 09:49:11.771 9669 9669 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-25 09:49:11.771 9669 9669 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-25 09:49:11.771 9669 9669 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-25 09:49:11.771 9669 9669 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-25 09:49:11.771 9669 9669 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-25 09:49:11.771 9669 9669 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-25 09:49:11.771 9669 9669 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 09:49:11.771 9669 9669 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-25 09:49:11.771 9669 9669 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-25 09:49:11.771 9669 9669 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-25 09:49:11.772 9669 9669 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-25 09:49:11.772 9669 9669 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-25 09:49:11.813 9669 9669 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.
01-25 09:49:12.322 9669 9669 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 09:49:12.322 9669 9669 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 09:49:12.378 9710 9710 W libprocessgroup: Controller sfreezer is not found
01-25 09:49:12.380 9710 9710 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 09:49:12.380 9710 9710 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 09:49:12.583 9669 9724 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-25 09:49:12.583 9669 9724 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-25 09:49:12.583 9669 9724 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-25 09:49:50.037 9669 10547 W com.mbwhatsapp: Long monitor contention with owner
Notifications (10538) at android.database.sqlite.SQLiteDatabase
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase()
(SQLiteOpenHelper.java:413) waiters=0 in X.2tm X.0zc.B82() for 446ms
01-25 09:49:50.770 9669 10538 W SQLiteLog: (28) double-quoted string literal: ""
01-25 10:22:00.404 9669 9684 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 140 to 100
01-25 10:40:17.062 9669 9771 W ConnectivityManager.CallbackHandler: callback not
found for CALLBACK_CAP_CHANGED message
01-25 11:53:43.292 9669 9684 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 181 to 100
01-25 12:14:21.059 9669 9684 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 120 to 100
01-25 12:57:43.984 9669 9684 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 261 to 100
01-25 13:55:56.610 9669 9684 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 178 to 100
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=72734cde-a86d-4568-bbf5-7566610334f3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/24268137_1031367031256873_2401975337203138283_n.enc?ccb=11-
4&oh=01_AdRIPKJjRmxVZ7abo3oOvkqnKrBsoTFd6LqxK_4FPhtlXA&oe=65DA48CC&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8113208 is_animated_sticker=0
file_hash=2UhK0U4I8UGsHBj/08J/NyGlIa3ncZuCDjOWRe+vszQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=864 trim_to=0
media_key_timestamp=1706212488000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/24268137_1031367031256873_2401975337203138283_n.enc?ccb=11-
4&oh=01_AdRIPKJjRmxVZ7abo3oOvkqnKrBsoTFd6LqxK_4FPhtlXA&oe=65DA48CC&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=480 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=78417 multicast_id=null
enc_file_hash=LmbDugQjnIQFBz9Q/1fUmZfz9xKeZW7SkK5R+aMiB7I= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=951985
media_name=null media_duration=7 chat_row_id=3 media_key=[B@da35b67
01-25 13:57:29.092 9669 9721 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-25 13:57:29.092 9669 9721 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-25 13:58:27.253 9669 9721 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=43ad8efd-18ee-4765-8abb-a71b8fa4b07e transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31451729_406675925134113_8185329958247346049_n.enc?ccb=11-
4&oh=01_AdRUeYRG1Pe9g8ZCGCbpxszNoy5EYaTpiERVsT5dew_l0w&oe=65DA345D&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=WtXYLz7EvjHX/zk7sCb3gqJviRgQsGtvPL6HWNSNWOI= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=576 trim_to=0
media_key_timestamp=1706212575000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31451729_406675925134113_8185329958247346049_n.enc?ccb=11-
4&oh=01_AdRUeYRG1Pe9g8ZCGCbpxszNoy5EYaTpiERVsT5dew_l0w&oe=65DA345D&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=78419 multicast_id=null
enc_file_hash=t259HbVDnRkOe2ZxteAds1P7sRVNu4VqBU4b3urHtIE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3485156
media_name=null media_duration=25 chat_row_id=3 media_key=[B@a4a4aa3
01-25 13:58:27.253 9669 9721 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-25 13:58:27.253 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-25 13:58:27.253 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-25 13:58:27.253 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-25 13:58:27.253 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-25 13:58:27.253 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-25 13:58:27.253 9669 9721 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-25 13:58:27.253 9669 9721 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-25 13:58:27.253 9669 9721 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
--------- beginning of main
01-25 16:43:15.108 21808 21808 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-25 16:43:16.228 21808 21808 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-25 16:43:16.247 21808 21808 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-25 16:43:16.247 21808 21808 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-25 16:43:16.248 21808 21808 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-25 16:43:16.248 21808 21808 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-25 16:43:16.248 21808 21808 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-25 16:43:16.248 21808 21808 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-25 16:43:16.248 21808 21808 W System.err: at
java.lang.Class.newInstance(Native Method)
01-25 16:43:16.248 21808 21808 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-25 16:43:16.248 21808 21808 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-25 16:43:16.248 21808 21808 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-25 16:43:16.248 21808 21808 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-25 16:43:16.248 21808 21808 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-25 16:43:16.248 21808 21808 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-25 16:43:16.248 21808 21808 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-25 16:43:16.248 21808 21808 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-25 16:43:16.248 21808 21808 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-25 16:43:16.248 21808 21808 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 16:43:16.248 21808 21808 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-25 16:43:16.248 21808 21808 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-25 16:43:16.248 21808 21808 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-25 16:43:16.248 21808 21808 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-25 16:43:16.248 21808 21808 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-25 16:43:16.499 21808 21808 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.
01-25 16:43:20.411 21866 21866 W libprocessgroup: Controller sfreezer is not found
01-25 16:43:20.415 21866 21866 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 16:43:20.415 21866 21866 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 16:43:20.483 21808 21808 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 16:43:20.489 21808 21808 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 16:43:22.302 21808 21883 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-25 16:43:22.302 21808 21883 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-25 16:43:22.302 21808 21883 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-25 16:43:24.950 21808 21881 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #7 (21894) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=2 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 185ms
01-25 16:43:24.953 21808 21893 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #7 (21894) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=3 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 216ms
01-25 16:43:24.966 21808 21919 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #7 (21894) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=4 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 225ms
01-25 16:51:15.822 21808 21808 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-25 16:51:16.075 21808 21808 W com.mbwhatsapp: Method void
com.mbwhatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-25 16:51:16.087 21808 22771 E QT : [QT]file does not exist
01-25 16:51:16.219 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012039
01-25 16:51:16.321 21808 21808 E ArmVmp : Match on catch block at 0x4c in for
0x7bbc012039
01-25 16:51:16.364 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012039
01-25 16:51:16.879 21808 21808 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012031
01-25 16:51:16.924 21808 21808 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc01204d
01-25 16:51:17.214 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 16:51:17.214 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 16:51:17.214 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 16:51:17.214 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-25 16:51:17.214 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-25 16:51:17.214 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-25 16:51:17.215 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-25 16:51:17.215 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-25 16:51:17.762 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-25 16:51:17.763 21808 22774 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-25 16:51:17.818 21808 21808 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
01-25 16:51:17.847 21808 22808 E ion : ioctl c0044901 failed with code -1:
Invalid argument
01-25 16:51:17.941 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:18.388 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:18.504 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:18.639 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:18.729 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:18.831 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:18.939 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:19.020 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:19.133 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:19.231 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:19.395 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:19.487 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:19.636 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:19.743 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:19.906 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc01203d
01-25 16:51:19.997 21808 21808 E RecyclerView: No adapter attached; skipping layout
01-25 16:51:20.264 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:20.265 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:20.274 21808 22771 W Parcel : Expecting binder but got null!
01-25 16:51:20.401 21808 21808 E RecyclerView: No adapter attached; skipping layout
01-25 16:51:20.432 21808 21808 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 16:51:20.456 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:20.456 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:20.500 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:20.500 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:20.909 21808 22865 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-25 16:51:21.036 21808 22883 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-25 16:51:21.147 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012049
01-25 16:51:21.157 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012049
01-25 16:51:21.167 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012049
01-25 16:51:21.176 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012049
01-25 16:51:21.835 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:21.835 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:22.660 21808 21808 W LOTTIE : Animation contains merge paths but they
are disabled.
01-25 16:51:22.683 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:22.683 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:22.736 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:22.736 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:23.166 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:23.166 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:23.218 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012039
01-25 16:51:23.243 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012039
01-25 16:51:23.273 21808 21808 E ArmVmp : Match on catch block at 0x5b in for
0x7bbc01201d
01-25 16:51:23.737 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:23.737 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:23.781 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:23.781 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:23.850 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:23.850 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:23.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:23.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:23.918 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:23.918 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:24.045 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:24.045 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:24.119 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:24.119 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:24.435 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:24.436 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:24.467 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:24.467 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.796 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.796 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.829 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.829 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.837 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.838 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.850 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.850 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.865 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.866 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.881 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.881 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.898 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.898 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.915 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.915 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.931 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.931 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.948 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.948 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.965 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.965 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.981 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.981 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:25.998 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:25.998 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:26.015 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:26.015 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:26.166 21808 22883 W LOTTIE : Unknown shape type rd
01-25 16:51:26.221 21808 21808 E ArmVmp : Match on catch block at 0x4c in for
0x7bbc012039
01-25 16:51:26.232 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012039
01-25 16:51:26.241 21808 21808 E ArmVmp : Match on catch block at 0x8d in for
0x7bbc012039
01-25 16:51:26.352 21808 21808 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 16:51:26.362 21808 21808 E ArmVmp : Match on catch block at 0x0a in for
0x7bbc012035
01-25 16:51:27.062 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012021
01-25 16:51:27.076 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012021
01-25 16:51:27.158 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:27.158 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:27.162 21808 22771 W Parcel : Expecting binder but got null!
01-25 16:51:27.189 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:27.189 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:27.236 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:27.236 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:27.277 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:27.281 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:27.321 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:27.325 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:27.350 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:27.350 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:27.372 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:27.373 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:27.400 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:27.400 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:27.421 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:27.427 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:27.448 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:27.448 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:27.894 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:27.901 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:27.934 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:27.934 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:28.414 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:28.426 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:28.458 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:28.458 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:28.914 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:28.926 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:28.941 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:28.941 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:29.413 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:29.425 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:29.440 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:29.440 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:30.379 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:30.384 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:30.394 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:30.394 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:30.896 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:30.904 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:30.917 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:30.917 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:31.397 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:31.409 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:31.425 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:31.425 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:31.897 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:31.908 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:31.925 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:31.925 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:32.396 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:32.407 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:32.425 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:32.425 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:32.897 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:32.908 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:32.925 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:32.925 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:32.975 21808 21808 W SoundPool: Use of stream types is deprecated for
operations other than volume control
01-25 16:51:32.975 21808 21808 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-25 16:51:32.989 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:32.993 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.006 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:33.006 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:33.164 21808 21808 W AudioManager: Use of stream types is deprecated
for operations other than volume control
01-25 16:51:33.164 21808 21808 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-25 16:51:33.331 21808 21808 W libOpenSLES: Conversion from OpenSL ES positional
channel mask 0x4 to Android mask 0 loses channels
01-25 16:51:33.397 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.401 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.410 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.414 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.420 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:33.421 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:33.428 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.432 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.443 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:33.443 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:33.450 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.454 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.497 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:33.497 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:33.503 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.506 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:33.506 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:33.508 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.515 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.518 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.540 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:33.540 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:33.546 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.550 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.567 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:33.568 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:33.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:33.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:33.720 21808 21808 W AudioRecord: restoreRecord_l(481): dead
IAudioRecord, creating a new one from start()
01-25 16:51:33.940 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.944 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.954 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.960 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:33.985 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:33.986 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.001 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.006 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.025 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.025 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.033 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.039 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.047 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.047 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.058 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.064 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.068 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.068 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.078 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.080 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.080 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.083 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.092 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.092 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.093 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.099 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.110 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.110 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.110 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.115 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.124 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.125 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.127 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.136 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.146 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.147 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.147 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.152 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.161 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.162 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.162 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.166 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.175 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.175 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.177 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.181 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.189 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.189 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.194 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.197 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.205 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.205 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.210 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.214 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.222 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.222 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.226 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.230 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.239 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.240 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.244 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.249 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.259 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.259 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.260 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.264 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.273 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.273 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.276 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.280 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.287 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.287 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.293 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.297 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.305 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.305 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.310 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.314 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.321 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.321 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.327 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.331 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.337 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.337 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.343 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.347 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.354 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.354 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.360 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.364 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.370 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.370 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.376 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.380 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.386 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.386 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.393 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.397 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.404 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.404 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.410 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.414 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.421 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.421 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.427 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.431 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.443 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.448 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.454 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.454 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.460 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.464 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.470 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.470 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.477 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.481 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.489 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.490 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.493 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.499 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.506 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.511 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.515 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.522 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.522 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.531 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.538 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.538 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.543 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.549 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.555 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.555 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.559 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.564 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.571 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.571 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.576 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.580 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.586 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.587 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.593 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.598 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.605 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.605 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.610 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.615 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.623 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.623 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.626 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.632 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.638 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.639 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.644 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.649 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.655 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.655 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.660 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.664 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.671 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.671 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.677 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.681 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.689 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.689 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.693 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.698 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.705 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.705 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.711 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.716 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.723 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.723 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.728 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.732 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.740 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.740 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.743 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.748 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.754 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.754 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.760 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.764 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.771 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.771 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.777 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.781 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.787 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.787 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.793 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.797 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.804 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.804 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.810 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.815 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.821 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.822 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.827 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.832 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.839 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.839 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.844 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.848 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.856 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.856 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.860 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.865 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.872 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.872 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.876 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.880 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.888 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.888 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.893 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.897 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.904 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.904 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.910 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.914 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.921 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.921 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.927 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.932 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.940 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.940 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.943 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.947 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.957 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.957 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.960 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.965 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.972 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.972 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.976 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.981 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.988 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:34.988 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:34.993 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:34.997 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.004 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.004 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.010 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.014 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.021 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.021 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.027 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.032 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.040 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.040 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.043 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.048 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.055 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.055 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.060 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.064 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.071 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.071 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.076 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.081 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.087 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.087 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.093 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.097 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.104 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.104 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.110 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.114 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.121 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.121 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.126 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.131 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.137 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.137 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.143 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.147 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.155 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.155 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.160 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.165 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.172 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.172 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.177 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.181 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.189 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.189 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.193 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.197 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.204 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.204 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.210 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.214 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.221 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.221 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.226 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.231 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.238 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.238 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.244 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.250 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.257 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.257 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.260 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.265 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.273 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.273 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.276 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.281 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.288 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.288 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.293 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.297 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.304 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.304 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.310 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.315 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.322 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.322 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.326 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.332 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.339 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.339 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.343 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.348 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.355 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.355 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.360 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.364 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.371 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.371 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.377 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.381 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.388 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.388 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.393 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.398 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.405 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.405 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.411 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.415 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.423 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.423 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.427 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.432 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.440 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.440 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.443 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.447 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.454 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.454 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.460 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.465 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.473 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.473 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.476 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.481 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.488 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.488 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.493 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.498 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.510 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.515 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.521 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.521 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.532 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.538 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.538 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.544 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.548 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.557 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.557 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.561 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.565 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.573 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.573 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.577 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.582 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.589 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.589 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.593 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.597 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.605 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.605 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.610 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.614 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.622 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.622 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.627 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.631 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.638 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.638 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.643 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.648 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.655 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.655 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.660 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.664 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.672 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.672 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.677 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.682 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.689 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.690 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.694 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.698 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.705 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.705 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.710 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.714 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.721 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.721 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.727 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.731 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.739 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.739 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.747 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.751 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.759 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.759 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.760 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.766 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.774 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.774 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.780 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.784 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.793 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.793 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.796 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.801 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.811 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.811 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.811 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.817 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.827 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.827 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.829 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.835 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.843 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.845 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.845 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.850 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.857 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.857 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.861 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.868 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.879 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.879 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.879 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.886 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.897 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.899 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.899 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.902 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.911 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.917 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.917 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.918 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.928 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.929 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.929 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.936 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.944 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.944 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.946 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.955 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.963 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.964 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.964 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.969 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.980 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.981 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.981 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:35.986 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.997 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:35.997 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:35.998 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.002 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.011 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.014 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.014 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.016 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.025 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.025 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.032 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.037 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.044 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.044 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.045 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.050 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.059 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.059 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.062 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.068 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.076 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.076 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.078 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.083 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.091 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.091 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.095 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.106 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.114 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.116 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.116 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.119 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.126 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.126 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.129 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.134 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.144 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.144 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.146 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.149 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.163 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.167 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.167 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.168 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.177 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.177 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.177 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.182 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.189 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.189 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.193 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.197 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.204 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.205 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.210 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.216 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.226 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.226 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.228 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.233 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.242 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.242 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.244 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.250 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.258 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.259 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.260 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.265 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.274 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.274 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.277 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.282 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.290 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.290 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.293 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.298 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.305 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.305 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.310 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.315 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.322 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.322 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.328 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.333 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.341 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.341 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.344 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.348 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.356 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.356 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.361 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.365 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.374 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.374 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.377 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.381 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.389 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.389 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.394 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.398 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.406 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.406 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.410 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.414 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.421 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.421 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.427 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.431 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.443 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.447 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.454 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.454 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.461 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.465 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.473 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.473 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.477 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.481 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.489 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.489 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.493 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.497 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.510 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.514 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.522 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.522 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.532 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.541 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.541 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.544 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.549 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.557 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.557 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.560 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.564 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.572 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.572 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.576 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.580 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.594 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.598 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.606 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.606 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.610 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.614 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.622 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.622 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.627 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.631 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.640 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.640 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.643 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.647 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.654 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.654 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.660 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.664 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.671 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.671 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.677 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.681 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.688 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.688 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.694 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.697 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.705 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.705 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.710 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.714 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.721 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.721 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.727 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.730 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.738 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.738 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.743 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.748 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.755 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.755 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.761 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.764 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.772 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.772 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.777 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.781 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.788 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.788 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.793 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.797 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.804 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.804 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.810 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.814 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.821 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.821 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.827 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.831 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.838 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.838 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.844 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.848 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.855 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.855 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.860 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.864 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.871 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.871 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.876 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.880 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.887 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.887 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.893 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.897 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.903 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.903 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.910 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.914 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.920 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.921 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.926 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.930 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.937 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.937 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.943 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.947 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.954 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.954 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.960 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.964 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.970 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.971 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.977 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.980 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.987 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:36.987 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:36.993 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:36.997 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.004 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.004 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.010 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.014 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.021 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.021 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.027 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.031 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.037 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.038 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.044 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.048 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.055 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.055 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.060 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.063 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.071 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.071 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.077 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.081 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.087 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.087 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.093 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.097 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.103 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.104 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.110 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.114 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.120 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.120 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.127 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.130 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.137 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.137 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.144 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.148 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.155 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.155 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.160 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.165 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.172 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.172 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.177 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.180 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.187 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.187 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.193 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.198 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.205 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.205 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.211 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.215 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.222 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.222 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.227 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.231 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.237 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.238 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.244 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.248 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.254 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.254 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.260 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.264 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.272 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.272 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.277 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.280 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.287 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.288 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.294 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.298 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.304 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.305 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.310 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.315 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.321 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.321 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.327 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.332 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.339 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.339 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.344 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.349 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.356 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.356 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.360 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.364 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.371 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.371 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.377 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.381 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.388 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.389 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.394 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.398 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.405 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.405 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.410 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.416 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.422 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.422 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.427 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.432 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.445 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.449 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.456 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.457 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.461 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.465 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.472 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.472 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.477 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.481 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.489 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.489 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.494 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.498 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.510 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.514 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.521 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.521 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.528 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.532 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.540 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.540 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.544 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.548 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.556 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.556 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.561 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.565 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.573 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.573 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.577 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.582 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.590 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.590 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.594 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.598 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.605 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.605 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.610 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.614 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.621 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.621 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.627 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.631 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.638 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.638 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.644 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.648 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.655 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.655 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.660 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.664 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.671 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.671 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.678 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.681 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.689 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.689 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.694 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.698 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.706 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.706 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.710 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.714 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.721 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.721 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.727 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.731 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.738 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.738 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.744 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.748 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.755 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.755 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.760 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.764 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.772 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.772 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.777 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.782 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.789 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.789 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.793 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.797 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.805 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.805 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.811 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.816 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.824 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.824 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.827 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.831 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.839 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.839 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.843 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.847 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.855 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.855 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.860 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.865 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.872 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.872 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.877 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.881 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.888 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.888 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.894 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.898 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.905 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.905 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.911 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.915 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.921 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.922 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.927 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.931 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.938 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.938 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.944 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.948 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.956 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.956 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.960 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.965 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.972 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.972 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.977 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.981 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.988 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:37.988 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:37.994 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:37.998 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.005 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.005 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.010 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.015 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.022 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.022 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.027 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.031 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.038 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.038 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.044 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.049 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.056 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.056 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.060 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.065 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.072 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.072 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.077 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.081 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.088 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.088 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.094 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.098 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.104 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.104 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.110 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.114 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.122 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.122 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.127 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.131 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.138 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.138 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.144 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.148 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.155 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.155 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.160 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.164 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.170 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.170 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.177 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.181 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.194 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.197 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.210 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.213 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.227 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.232 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.240 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.240 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.244 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.248 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.255 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.256 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.260 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.264 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.271 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.271 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.277 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.281 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.288 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.289 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.293 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.297 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.304 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.304 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.310 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.315 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.321 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.321 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.327 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.331 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.338 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.338 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.344 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.348 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.355 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.355 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.360 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.364 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.371 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.372 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.377 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.381 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.388 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.388 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.394 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.398 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.405 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.405 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.410 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.414 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.421 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.421 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.427 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.431 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.437 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.444 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.447 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.454 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.455 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.461 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.465 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.473 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.473 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.478 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.482 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.490 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.490 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.494 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.497 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.510 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.514 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.520 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.520 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.530 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.537 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.537 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.544 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.548 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.554 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.554 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.560 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.564 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.570 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.570 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.577 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.582 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.590 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.590 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.594 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.600 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.607 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.607 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.611 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.614 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.620 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.620 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.627 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.631 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.637 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.637 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.644 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.648 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.656 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.656 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.660 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.665 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.673 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.673 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.677 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.684 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.692 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.692 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.694 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.699 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.707 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.708 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.711 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.718 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.726 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.726 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.727 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.733 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.743 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.743 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.747 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.752 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.761 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.764 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.764 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.768 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.777 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.777 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.778 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.782 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.791 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.791 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.795 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.800 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.808 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.808 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.811 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.815 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.822 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.822 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.828 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.832 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.839 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.839 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.844 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.849 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.858 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.858 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.861 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.867 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.876 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.876 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.878 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.883 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.891 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.891 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.894 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.898 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.905 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.905 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.910 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.914 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.921 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.921 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.928 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.933 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.940 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.940 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.944 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.948 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.955 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.955 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.960 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.965 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.974 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.974 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.978 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.982 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.989 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:38.989 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:38.994 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:38.998 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.006 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.006 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.213 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.218 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.229 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.234 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.243 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.243 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.250 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.254 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.262 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.262 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.269 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.273 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.278 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.278 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.285 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.289 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.295 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.295 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.304 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.305 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.305 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.312 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.322 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.325 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.325 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.332 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.339 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.340 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.340 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.344 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.352 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.352 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.361 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.366 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.375 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.375 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.424 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.428 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.437 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.441 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.448 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.448 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.464 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.464 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.549 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.554 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.587 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.587 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.601 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.606 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.631 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.637 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.687 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.688 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.698 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.709 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.711 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.711 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.720 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.728 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.735 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.735 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.743 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.749 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.754 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.754 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.762 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.769 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.773 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.773 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.782 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.783 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.783 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.789 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.796 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.797 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.797 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.803 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.811 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.813 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.813 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.820 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.831 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.831 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.831 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.838 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.848 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.848 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.862 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.869 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.877 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.877 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.878 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.884 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.893 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.893 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.895 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.901 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.909 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.909 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.912 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.919 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.929 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.929 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.929 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.936 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.945 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.946 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.946 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.952 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.962 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.962 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.962 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.970 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.978 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.981 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.981 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:39.986 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.996 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:39.998 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:39.998 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.003 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.011 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.013 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.013 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.018 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.026 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.026 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.028 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.034 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.045 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.053 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.098 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.099 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.106 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.107 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.107 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.115 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.122 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.122 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.128 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.134 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.144 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.144 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.146 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.154 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.162 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.163 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.163 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.172 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.182 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.182 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.183 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.189 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.199 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.199 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.212 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.218 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.228 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.229 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.229 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.236 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.250 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.259 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.260 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.264 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.273 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.273 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.278 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.284 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.295 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.297 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.297 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.302 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.311 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.312 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.312 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.318 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.329 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.329 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.329 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.336 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.348 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.351 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.351 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.355 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.365 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.369 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.369 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.372 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.382 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.384 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.384 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.388 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.398 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.400 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.400 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.405 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.414 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.415 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.415 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.422 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.431 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.437 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.437 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.438 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.445 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.447 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.447 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.452 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.462 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.462 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.462 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.468 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.478 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.478 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.479 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.484 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.492 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.492 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.494 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.501 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.511 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.512 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.512 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.518 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.527 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.527 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.528 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.534 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.544 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.544 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.546 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.551 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.561 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.561 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.562 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.569 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.579 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.579 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.579 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.585 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.594 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.597 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.597 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.601 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.618 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.618 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.622 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.631 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.642 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.642 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.644 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.652 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.661 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.663 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.663 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.668 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.678 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.678 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.680 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.687 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.696 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.699 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.699 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.705 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.715 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.715 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.716 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=bf0e5888-16f1-4186-9700-4e19823ebc8a transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/41063565_6584414278331855_3802411910383571835_n.enc?ccb=11-4&oh=01_AdT7I-
r3F0TST4xx8dDC567o-7T1d_jPA0Mi2f9Ae9Si5w&oe=65DA4351&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=Nf6nShTGN5Hq+EjYIOlVHegZvjxOf2O6G/+Rk5k5aaU= file_path=Media/MBWhatsApp
Voice Notes/202404/PTT-20240125-WA0003.opus file_size=0 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1706223094995
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/41063565_6584414278331855_3802411910383571835_n.enc?ccb=11-4&oh=01_AdT7I-
r3F0TST4xx8dDC567o-7T1d_jPA0Mi2f9Ae9Si5w&oe=65DA4351&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=audio/ogg; codecs=opus
partial_media_enc_hash=null width=0 original_file_hash=null has_streaming_sidecar=0
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=78422
multicast_id=null enc_file_hash=gkaL+OkUwclJR1xlFEC+uQ0Iikf2mRJDIkXswXdD70Y=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=12107 media_name=ec5529ec7a4e4c0192a9567dadb7b12a.opus media_duration=5
chat_row_id=267 media_key=[B@dbe2fc6
01-25 16:51:40.723 21808 21880 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-25 16:51:40.723 21808 21880 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-25 16:51:40.726 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.740 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.740 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.771 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.778 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.794 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.801 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:40.802 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.802 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:40.832 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:40.832 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:41.222 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:41.229 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:41.250 21808 22785 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-25 16:51:41.250 21808 22785 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-25 16:51:41.260 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:41.260 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:41.262 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:41.270 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:41.297 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:41.297 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:41.440 21808 22988 W MediaPlayerNative: info/warning (10973, 0)
01-25 16:51:41.745 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:41.755 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:41.778 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:41.779 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:42.265 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:42.278 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:42.291 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:42.291 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:42.765 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:42.778 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:42.792 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:42.792 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:43.264 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:43.277 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:43.290 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:43.290 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:43.762 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:43.769 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:43.777 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:43.777 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:44.262 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:44.269 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:44.280 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:44.280 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:44.766 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:44.777 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:44.788 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:44.788 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:45.267 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:45.282 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:45.298 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:45.299 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:45.765 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:45.778 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:45.796 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:45.796 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:46.090 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:46.095 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:46.119 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:46.119 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:46.119 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:46.128 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:46.150 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:46.150 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:46.263 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:46.269 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:46.291 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:46.291 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:46.766 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:46.775 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:46.799 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:46.799 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:47.266 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:47.278 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:47.290 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:47.290 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:47.765 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:47.779 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:47.792 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:47.792 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:48.263 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:48.270 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:48.280 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:48.280 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:48.780 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:48.788 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:48.800 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:48.800 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:49.280 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:49.286 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:49.294 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:49.294 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:49.782 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:49.792 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:49.809 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:49.809 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:50.279 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:50.285 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:50.294 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:50.294 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:50.779 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:50.785 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:50.796 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:50.796 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:51.281 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:51.288 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:51.300 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:51.300 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:51.781 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:51.788 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:51.797 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:51.797 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:52.282 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:52.290 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:52.301 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:52.301 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:52.783 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:52.797 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:52.812 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:52.813 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:53.284 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:53.297 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:53.316 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:53.316 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:53.783 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:53.795 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:53.810 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:53.811 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:54.284 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:54.297 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:54.314 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:54.314 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:54.784 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:54.797 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:54.814 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:54.814 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:55.284 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:55.296 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:55.313 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:55.313 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:55.781 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:55.786 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:55.797 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:55.797 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:56.281 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:56.289 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:56.300 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:56.300 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:56.801 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:56.813 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:56.828 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:56.829 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:57.301 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:57.313 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:57.332 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:57.332 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:57.801 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:57.813 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:57.830 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:57.830 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:58.299 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:58.312 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:58.329 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:58.329 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:58.800 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:58.813 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:58.830 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:58.831 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:59.304 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:59.317 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:59.338 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:59.338 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:51:59.804 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:59.817 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:51:59.833 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:51:59.833 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:00.302 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:00.316 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:00.334 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:00.334 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:00.802 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:00.815 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:00.831 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:00.832 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:01.303 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:01.317 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:01.334 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:01.334 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:01.802 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:01.817 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:01.839 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:01.839 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:02.302 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:02.315 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:02.332 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:02.332 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:02.821 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:02.833 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:02.851 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:02.851 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:03.319 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:03.333 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:03.352 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:03.352 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:03.818 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:03.831 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:03.845 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:03.845 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:04.321 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:04.336 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:04.353 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:04.354 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:04.820 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:04.833 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:04.851 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:04.852 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:05.320 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:05.334 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:05.349 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:05.349 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:05.820 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:05.832 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:05.849 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:05.849 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:06.320 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:06.334 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:06.352 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:06.352 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:06.821 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:06.835 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:06.851 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:06.851 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:07.319 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:07.332 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:07.348 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:07.349 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:07.820 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:07.834 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:07.854 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:07.855 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:08.336 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:08.349 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:08.367 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:08.367 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:08.837 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:08.852 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:08.867 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:08.867 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:09.337 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:09.350 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:09.367 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:09.367 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:09.837 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:09.850 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:09.866 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:09.867 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:10.338 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:10.350 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:10.370 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:10.370 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:10.836 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:10.849 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:10.868 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:10.868 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:11.337 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:11.350 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:11.367 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:11.368 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:11.838 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:11.851 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:11.868 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:11.869 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:12.338 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:12.351 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:12.369 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:12.369 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:12.837 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:12.851 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:12.869 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:12.870 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:13.337 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:13.350 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:13.368 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:13.369 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:13.836 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:13.848 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:13.864 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:13.864 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:14.354 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:14.367 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:14.385 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:14.386 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:14.854 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:14.866 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:14.882 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:14.882 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:15.354 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:15.368 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:15.387 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:15.387 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:15.854 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:15.867 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:15.885 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:15.885 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:16.355 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:16.368 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:16.384 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:16.384 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:16.855 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:16.867 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:16.883 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:16.883 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:17.355 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:17.368 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:17.386 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:17.386 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:17.855 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:17.868 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:17.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:17.887 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.188 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.193 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.211 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.217 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.227 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.227 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.253 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.253 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.265 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.270 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.283 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.288 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.322 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.322 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.329 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.337 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.339 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.339 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.346 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.353 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.355 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.355 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.361 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.367 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.370 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.370 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.391 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.396 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.402 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.402 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.408 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.413 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.417 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.417 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.425 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.430 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.434 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.434 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.443 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.448 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.450 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.451 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.460 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.465 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.468 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.468 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.476 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.481 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.485 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.485 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.494 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.498 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.498 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.499 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.514 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.514 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.515 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.521 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.530 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.538 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.540 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.540 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.550 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.556 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.556 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.559 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.567 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.573 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.582 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.582 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.582 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.588 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.595 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.595 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.602 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.607 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.614 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.614 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:18.618 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.623 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.869 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.876 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:18.888 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:18.888 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:19.372 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:19.384 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:19.397 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:19.398 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:19.871 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:19.885 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:19.901 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:19.901 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:20.372 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:20.384 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:20.400 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:20.400 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:20.889 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:20.902 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:20.918 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:20.919 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:21.389 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:21.402 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:21.418 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:21.418 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:21.889 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:21.901 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:21.919 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:21.919 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:22.389 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:22.402 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:22.419 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:22.419 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:22.889 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:22.902 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:22.920 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:22.920 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:23.389 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:23.402 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:23.420 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:23.420 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:23.889 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:23.902 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:23.919 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:23.919 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:24.389 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:24.401 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:24.418 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:24.418 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:24.889 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:24.904 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:24.919 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:24.920 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:25.389 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:25.402 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:25.420 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:25.420 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:25.889 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:25.902 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:25.918 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:25.918 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:26.390 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:26.403 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:26.423 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:26.423 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:26.906 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:26.919 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:26.936 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:26.936 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:27.406 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:27.420 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:27.437 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:27.437 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:27.907 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:27.920 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:27.936 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:27.937 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:28.407 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:28.420 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:28.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:28.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:28.905 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:28.910 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:28.918 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:28.918 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:29.408 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:29.419 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:29.435 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:29.435 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:29.921 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:29.928 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:29.938 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:29.938 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:30.423 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:30.435 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:30.453 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:30.453 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:30.921 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:30.927 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:30.935 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:30.935 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:31.424 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:31.440 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:31.458 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:31.458 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:31.500 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:31.506 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:31.515 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:31.524 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:31.532 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:31.532 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:31.558 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:31.558 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=48bcac5a-1698-45e3-bcf3-b65ab1b2739d transcoded=0 gif_attribution=0
first_scan_length=6269 direct_path=/v/t62.7118-
24/32050696_7528384283880101_496120333111035242_n.enc?ccb=11-
4&oh=01_AdT1RVYzqNICOjHiczRtB9VVHlAEhGVRL5vV3_9Z_rpNyg&oe=65DA632C&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.75 is_animated_sticker=0
file_hash=jfexQve73n3jX4REgfEqlSMkT8jw2mnAE7M5ooDly9E=
file_path=Media/.Statuses/01b811dd37de450f9cf544d6fd4ed626.jpg file_size=52672
partial_media_hash=9iFYJgiaiYWmu5n5qlNF8lGIF06/EkznovBM7L+fM+0= face_x=0 face_y=0
height=810 trim_to=0 media_key_timestamp=1706223103000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/32050696_7528384283880101_496120333111035242_n.enc?ccb=11-
4&oh=01_AdT1RVYzqNICOjHiczRtB9VVHlAEhGVRL5vV3_9Z_rpNyg&oe=65DA632C&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=1080 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=78423 multicast_id=null
enc_file_hash=GUTiu2ImiA1h/Im65+0wyyGma6ykTSUj8AR4pGAsqfk= mute_video=0
page_count=0 first_scan_sidecar=[B@7a23ec7 suspicious_content=0 file_length=52672
media_name=null media_duration=0 chat_row_id=3 media_key=[B@41f8cf4
01-25 16:52:31.621 21808 21880 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-25 16:52:31.621 21808 21880 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-25 16:52:31.921 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:31.928 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:31.944 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:31.944 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:32.405 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:32.410 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:32.429 21808 22785 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-25 16:52:32.429 21808 22785 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-25 16:52:32.436 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:32.436 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:32.462 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:32.466 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:32.477 21808 22988 W MediaPlayerNative: info/warning (10973, 0)
01-25 16:52:32.487 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:32.489 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:32.489 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:32.493 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:32.511 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:32.511 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:32.990 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:33.002 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:33.024 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:33.024 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:33.491 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:33.506 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:33.520 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:33.520 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:33.991 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:34.006 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:34.021 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:34.021 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:34.490 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:34.500 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:34.515 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:34.515 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:34.990 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:35.002 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:35.018 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:35.018 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:35.491 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:35.504 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:35.519 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:35.520 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:35.992 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:36.005 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:36.023 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:36.024 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:36.491 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:36.504 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:36.527 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:36.527 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:37.008 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:37.021 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:37.039 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:37.039 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:37.508 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:37.522 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:37.541 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:37.541 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:38.008 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:38.020 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:38.038 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:38.038 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:38.508 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:38.520 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:38.537 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:38.537 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:39.009 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:39.024 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:39.042 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:39.042 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:39.509 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:39.521 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:39.537 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:39.537 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:40.009 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:40.023 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:40.039 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:40.039 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:40.509 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:40.521 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:40.539 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:40.539 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:41.008 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:41.020 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:41.038 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:41.038 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:41.508 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:41.524 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:41.540 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:41.540 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:42.009 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:42.020 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:42.038 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:42.038 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:42.508 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:42.520 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:42.539 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:42.539 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:43.009 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:43.021 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:43.040 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:43.041 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:43.509 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:43.521 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:43.539 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:43.539 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:44.009 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:44.021 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:44.039 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:44.039 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:44.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:44.539 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:44.556 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:44.556 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:45.026 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:45.039 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:45.056 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:45.056 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:45.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:45.538 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:45.557 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:45.558 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:46.023 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:46.028 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:46.041 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:46.041 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:46.522 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:46.529 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:46.538 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:46.538 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:47.027 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:47.041 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:47.056 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:47.056 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:47.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:47.538 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:47.555 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:47.555 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:48.027 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:48.039 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:48.057 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:48.058 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:48.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:48.541 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:48.560 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:48.560 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:49.027 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:49.040 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:49.058 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:49.058 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:49.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:49.538 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:49.557 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:49.557 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:50.044 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:50.055 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:50.073 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:50.073 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:50.546 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:50.558 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:50.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:50.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:51.045 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:51.057 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:51.075 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:51.075 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:51.545 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:51.557 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:51.575 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:51.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:52.044 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:52.057 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:52.075 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:52.075 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:52.545 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:52.557 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:52.574 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:52.574 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:53.044 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:53.057 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:53.075 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:53.075 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:53.544 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:53.557 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:53.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:53.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.044 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.047 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.053 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.053 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.062 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.065 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.074 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.079 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.079 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.080 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.092 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.096 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.096 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.096 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.108 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.112 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.112 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.112 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.125 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.127 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.127 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.130 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.141 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.144 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.146 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.146 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.157 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.161 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.161 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.162 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.174 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.176 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.176 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.178 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.190 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.192 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.192 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.195 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.207 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.209 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.209 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.212 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.224 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.226 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.226 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.229 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.240 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.243 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.243 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.245 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.257 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.260 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.260 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.261 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.274 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.276 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.276 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.278 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.291 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.293 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.293 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.297 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.307 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.311 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.312 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.312 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.324 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.326 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.326 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.328 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.341 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.343 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.343 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.345 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.358 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.359 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:54.541 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.545 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:54.559 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:54.559 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.041 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.046 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.062 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.062 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.542 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.546 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.560 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.560 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.600 21808 21808 W AudioManager: Use of stream types is deprecated
for operations other than volume control
01-25 16:52:55.601 21808 21808 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-25 16:52:55.676 21808 21808 W libOpenSLES: Conversion from OpenSL ES positional
channel mask 0x4 to Android mask 0 loses channels
01-25 16:52:55.728 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.732 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.742 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.746 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.748 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.748 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.758 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.762 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.766 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.766 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.775 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.779 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.822 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.822 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.830 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.834 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.840 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.840 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.848 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.852 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.856 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.856 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.862 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.866 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.897 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.900 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:55.909 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.909 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.926 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:55.927 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:55.972 21808 21808 W AudioRecord: restoreRecord_l(493): dead
IAudioRecord, creating a new one from start()
01-25 16:52:56.160 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.164 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.173 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.177 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.183 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.183 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.197 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.201 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.203 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.203 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.211 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.215 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.224 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.224 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.232 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.236 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.244 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.244 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.251 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.257 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.264 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.264 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.273 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.277 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.284 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.284 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.292 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.298 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.308 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.308 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.317 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.321 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.328 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.328 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.336 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.340 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.347 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.347 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.354 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.358 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.365 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.365 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.372 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.377 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.385 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.385 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.393 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.397 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.404 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.404 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.411 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.415 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.421 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.421 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.427 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.431 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.438 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.446 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.449 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.457 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.458 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.465 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.468 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.476 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.476 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.483 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.487 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.496 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.496 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.503 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.506 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.516 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.516 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.523 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.535 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.535 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.543 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.547 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.554 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.554 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.562 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.565 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.574 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.574 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.582 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.586 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.596 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.596 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.603 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.607 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.615 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.615 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.622 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.626 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.636 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.636 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.643 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.646 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.655 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.655 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.663 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.666 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.674 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.674 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.682 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.686 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.693 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.693 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.701 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.704 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.713 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.713 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.720 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.724 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.733 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.733 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.740 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.746 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.753 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.753 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.765 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.768 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.779 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.779 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.788 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.792 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.800 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.801 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.810 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.815 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.823 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.823 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.834 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.837 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.847 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.847 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.856 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.862 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.867 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.867 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.876 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.880 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.893 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.897 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.903 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.903 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.911 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.915 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.922 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.922 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.929 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.933 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.940 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.940 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.948 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.952 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.960 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.960 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.967 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.971 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.979 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.979 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:56.986 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.990 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:56.998 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:56.998 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.006 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.010 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.016 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.016 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.024 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.028 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.034 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.034 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.043 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.047 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.052 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.052 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.060 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.063 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.070 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.070 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.077 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.081 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.088 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.088 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.095 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.099 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.106 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.106 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.113 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.118 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.124 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.124 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.132 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.136 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.143 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.143 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.150 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.154 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.162 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.162 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.169 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.173 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.179 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.179 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.188 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.192 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.197 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.197 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.204 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.208 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.216 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.216 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.223 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.226 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.237 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.237 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.246 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.249 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.259 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.259 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.267 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.271 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.277 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.277 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.285 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.288 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.295 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.295 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.303 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.306 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.315 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.315 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.323 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.327 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.334 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.334 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.341 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.345 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.353 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.353 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.361 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.364 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.371 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.371 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.378 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.384 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.392 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.393 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.400 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.404 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.410 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.410 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.418 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.422 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.430 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.430 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.437 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.441 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.449 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.449 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.456 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.461 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.469 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.469 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.477 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.481 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.487 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.487 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.495 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.498 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.505 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.513 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.517 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.522 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.523 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.530 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.534 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.541 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.541 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.548 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.551 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.561 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.561 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.568 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.571 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.580 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.580 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.587 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.591 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.601 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.602 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.608 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.612 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.621 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.622 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.629 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.633 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.641 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.641 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.647 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.651 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.660 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.660 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.667 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.671 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.679 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.679 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.685 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.689 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.698 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.698 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.705 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.708 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.715 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.715 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.722 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.726 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.732 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.732 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.739 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.743 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.751 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.752 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.759 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.762 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.768 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.768 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.775 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.779 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.786 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.786 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.793 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.797 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.802 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.803 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.810 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.813 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.819 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.819 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.826 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.829 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.836 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.836 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.843 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.846 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.853 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.853 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.860 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.863 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.869 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.870 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.877 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.881 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.892 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.896 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.903 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.903 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.911 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.915 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.921 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.921 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.928 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.932 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.937 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.937 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.944 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.948 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.954 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.954 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.961 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.965 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.971 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.971 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.979 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.983 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:57.990 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:57.990 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:57.998 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.002 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.010 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.010 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.017 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.021 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.030 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.030 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.037 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.042 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.051 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.051 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.058 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.063 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.069 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.069 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.081 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.085 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.090 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.090 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.097 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.101 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.110 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.110 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.119 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.123 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.131 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.131 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.139 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.145 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.152 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.152 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.159 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.163 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.170 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.170 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.179 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.182 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.188 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.188 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.196 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.200 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.207 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.207 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.214 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.218 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.227 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.227 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.234 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.238 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.245 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.245 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.252 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.255 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.264 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.264 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.270 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.274 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.281 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.281 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.289 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.294 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.299 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.299 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.306 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.310 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.317 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.317 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.324 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.329 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.334 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.335 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.342 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.346 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.352 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.352 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.361 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.365 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.370 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.370 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.378 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.383 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.389 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.389 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.406 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.406 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.565 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.570 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.580 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.586 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.590 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.590 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.606 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.610 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.619 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.619 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.641 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.642 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.667 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.670 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.688 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.688 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.729 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.733 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.766 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.766 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.784 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.787 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.805 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.805 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.819 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.822 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.829 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.832 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.837 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.837 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.844 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.847 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.852 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.852 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.859 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.863 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.863 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.863 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.871 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.871 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.875 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.879 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.886 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.893 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.897 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.907 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.907 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.910 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.914 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.922 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.922 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.925 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.931 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.941 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.941 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.942 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.947 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.957 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.957 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.960 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.966 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.975 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.977 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.977 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.981 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.991 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:58.991 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:58.992 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:58.997 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.008 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.008 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.009 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.015 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.028 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.028 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.028 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.033 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.043 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.046 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.046 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.048 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.060 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.064 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.065 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.067 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.079 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.084 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.084 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.088 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.096 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.101 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.101 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.102 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.114 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.117 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.117 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.121 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.129 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.132 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.132 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.136 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.143 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.147 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.147 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.149 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.158 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.160 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.160 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.164 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.174 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.174 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.177 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.182 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.192 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.198 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.201 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.201 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.208 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.213 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.223 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.223 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.230 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.235 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.243 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.243 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.250 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.250 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.250 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.254 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.262 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.262 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.275 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.281 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.289 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.289 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.292 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.298 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.307 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.307 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.309 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.315 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.323 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.323 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.326 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.331 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.338 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.338 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.342 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.348 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.356 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.356 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.358 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.363 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.372 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.372 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.375 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.380 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.389 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.389 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.392 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.396 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.406 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.406 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.409 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.415 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.425 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.427 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.427 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.431 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.440 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.440 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.442 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.447 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.455 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.456 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.459 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.465 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.475 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.475 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.476 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.482 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.492 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.492 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.492 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.498 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.509 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.509 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.509 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.516 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.525 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.525 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.527 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.534 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.542 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.543 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.543 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.548 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.558 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.561 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.561 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.566 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.576 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.576 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.581 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=27bbed9c-036e-41e9-bbd4-a2a380d08d5c transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/11797661_735676011579694_3309186169871962772_n.enc?ccb=11-
4&oh=01_AdTT9UZgraKHZwCevAfVvB2VJgovdFGGNv0dzBko1Kkg6g&oe=65DA5537&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=pnlvvoAeVc1ZAyA8JH6XVcY14hP8bPDB2iXdH9Uyu14= file_path=Media/MBWhatsApp
Voice Notes/202404/PTT-20240125-WA0004.opus file_size=0 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1706223177225
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/11797661_735676011579694_3309186169871962772_n.enc?ccb=11-
4&oh=01_AdTT9UZgraKHZwCevAfVvB2VJgovdFGGNv0dzBko1Kkg6g&oe=65DA5537&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=audio/ogg; codecs=opus
partial_media_enc_hash=null width=0 original_file_hash=null has_streaming_sidecar=0
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=78426
multicast_id=null enc_file_hash=et0LMEzew/hvEDZQYcW3gl8rYYU+awlkrxn0sGoI/vE=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=5609 media_name=69486363ec644f1ba48c109053f1ad9c.opus media_duration=2
chat_row_id=267 media_key=[B@51fccb2
01-25 16:52:59.591 21808 21880 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-25 16:52:59.591 21808 21880 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-25 16:52:59.592 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.596 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.597 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.599 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.613 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.614 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type --------- beginning of main
01-25 16:52:59.643 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.651 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.676 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.678 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.678 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.680 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.699 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.699 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:52:59.944 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.951 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:52:59.964 21808 22785 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-25 16:52:59.964 21808 22785 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-25 16:52:59.970 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:52:59.970 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:53:00.005 21808 21821 W MediaPlayerNative: info/warning (10973, 0)
01-25 16:53:00.076 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.082 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.102 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:53:00.103 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:53:00.573 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.581 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.605 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:53:00.605 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:53:00.610 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.615 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.636 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:53:00.636 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:53:00.642 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.648 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.671 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:53:00.672 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:53:00.928 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.936 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:00.971 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-25 16:53:00.971 21808 22771 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-25 16:53:01.340 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:01.348 21808 21808 E ArmVmp : Match on catch block at 0xc3 in for
0x7bbc012025
01-25 16:53:37.904 21808 22862 W SQLiteLog: (28) double-quoted string literal: ""
01-25 17:00:15.099 25147 25147 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-25 17:00:15.506 25147 25147 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-25 17:00:15.513 25147 25147 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-25 17:00:15.513 25147 25147 W System.err: at java.lang.Runtime.n---------
beginning of main
01-25 20:48:00.446 7522 7522 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-25 20:48:01.493 7522 7522 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-25 20:48:01.500 7522 7522 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-25 20:48:01.500 7522 7522 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-25 20:48:01.500 7522 7522 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-25 20:48:01.500 7522 7522 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-25 20:48:01.500 7522 7522 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-25 20:48:01.500 7522 7522 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-25 20:48:01.500 7522 7522 W System.err: at
java.lang.Class.newInstance(Native Method)
01-25 20:48:01.500 7522 7522 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-25 20:48:01.500 7522 7522 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-25 20:48:01.500 7522 7522 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-25 20:48:01.500 7522 7522 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-25 20:48:01.500 7522 7522 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-25 20:48:01.500 7522 7522 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-25 20:48:01.500 7522 7522 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-25 20:48:01.500 7522 7522 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-25 20:48:01.500 7522 7522 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-25 20:48:01.500 7522 7522 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 20:48:01.500 7522 7522 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-25 20:48:01.500 7522 7522 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-25 20:48:01.500 7522 7522 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-25 20:48:01.500 7522 7522 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-25 20:48:01.500 7522 7522 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-25 20:48:01.746 7522 7522 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.
01-25 20:48:03.755 7647 7647 W libprocessgroup: Controller sfreezer is not found
01-25 20:48:03.761 7522 7522 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 20:48:03.761 7522 7522 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 20:48:03.763 7647 7647 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 20:48:03.763 7647 7647 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 20:48:06.131 7522 7717 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-25 20:48:06.131 7522 7717 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-25 20:48:06.131 7522 7717 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-25 20:48:07.715 7522 7774 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #2 (7724) at X.2U6 X.35t.A08()(:-1) waiters=0 in X.2U6
X.35t.A08--------- beginning of main
01-25 20:48:12.394 7522 8044 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #3 (7737) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=0 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 1.323s
01-25 20:49:42.100 13547 13547 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-25 20:49:43.585 13547 13547 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-25 20:49:43.617 13547 13547 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-25 20:49:43.617 13547 13547 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-25 20:49:43.617 13547 13547 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-25 20:49:43.617 13547 13547 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-25 20:49:43.617 13547 13547 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-25 20:49:43.617 13547 13547 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-25 20:49:43.617 13547 13547 W System.err: at
java.lang.Class.newInstance(Native Method)
01-25 20:49:43.617 13547 13547 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-25 20:49:43.618 13547 13547 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-25 20:49:43.618 13547 13547 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-25 20:49:43.618 13547 13547 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-25 20:49:43.618 13547 13547 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-25 20:49:43.618 13547 13547 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-25 20:49:43.618 13547 13547 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-25 20:49:43.618 13547 13547 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-25 20:49:43.618 13547 13547 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-25 20:49:43.618 13547 13547 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 20:49:43.618 13547 13547 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-25 20:49:43.618 13547 13547 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-25 20:49:43.618 13547 13547 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-25 20:49:43.618 13547 13547 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-25 20:49:43.618 13547 13547 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-25 20:49:43.969 13547 13547 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.
01-25 20:49:46.339 13547 13547 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 20:49:46.339 13547 13547 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 20:49:46.449 13655 13655 W libprocessgroup: Controller sfreezer is not found
01-25 20:49:46.452 13655 13655 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 20:49:46.453 13655 13655 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 20:49:47.473 13547 13691 W com.mbwhatsapp: Method void X.2rL.A03---------
beginning of main
01-25 20:49:48.305 13547 13707 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #4 (13705) at X.2U6 X.35t.A08()(:-1) waiters=0 in X.2U6
X.35t.A08() for 127ms
01-25 20:49:49.671 13547 13707 W SQLiteLog: (28) double-quoted string literal: ""
01-25 20:50:38.513 16493 16493 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-25 20:50:38.726 16493 16493 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-25 20:50:38.728 16493 16493 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-25 20:50:38.728 16493 16493 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-25 20:50:38.728 16493 16493 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-25 20:50:38.728 16493 16493 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-25 20:50:38.728 16493 16493 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-25 20:50:38.728 16493 16493 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-25 20:50:38.728 16493 16493 W System.err: at
java.lang.Class.newInstance(Native Method)
01-25 20:50:38.728 16493 16493 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-25 20:50:38.728 16493 16493 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-25 20:50:38.728 16493 16493 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-25 20:50:38.728 16493 16493 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-25 20:50:38.728 16493 16493 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-25 20:50:38.728 16493 16493 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-25 20:50:38.728 16493 16493 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-25 20:50:38.728 16493 16493 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-25 20:50:38.728 16493 16493 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-25 20:50:38.728 16493 16493 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 20:50:38.728 16493 16493 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-25 20:50:38.728 16493 16493 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-25 20:50:38.728 16493 16493 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-25 20:50:38.728 16493 16493 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-25 20:50:38.728 16493 16493 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-25 20:50:38.765 16493 16493 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.
01-25 20:50:39.492 16493 16493 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 20:50:39.493 16493 16493 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 20:50:39.526 16526 16526 W libprocessgroup: Controller sfreezer is not found
01-25 20:50:39.529 16526 16526 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 20:50:39.529 16526 16526 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 20:50:40.680 16493 16553 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-25 20:50:40.680 16493 16553 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized --------- beginning of main
01-25 20:59:53.673 21511 21511 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-25 20:59:54.380 21511 21511 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-25 20:59:54.385 21511 21511 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-25 20:59:54.387 21511 21511 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-25 20:59:54.387 21511 21511 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-25 20:59:54.387 21511 21511 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-25 20:59:54.387 21511 21511 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-25 20:59:54.387 21511 21511 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-25 20:59:54.387 21511 21511 W System.err: at
java.lang.Class.newInstance(Native Method)
01-25 20:59:54.387 21511 21511 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-25 20:59:54.387 21511 21511 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-25 20:59:54.387 21511 21511 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-25 20:59:54.387 21511 21511 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-25 20:59:54.387 21511 21511 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-25 20:59:54.387 21511 21511 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-25 20:59:54.387 21511 21511 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-25 20:59:54.387 21511 21511 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-25 20:59:54.387 21511 21511 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-25 20:59:54.387 21511 21511 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-25 20:59:54.387 21511 21511 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-25 20:59:54.387 21511 21511 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-25 20:59:54.387 21511 21511 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-25 20:59:54.387 21511 21511 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-25 20:59:54.387 21511 21511 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-25 20:59:54.669 21511 21511 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.
01-25 20:59:55.642 21511 21511 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-25 20:59:55.642 21511 21511 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-25 20:59:55.653 21636 21636 W libprocessgroup: Controller sfreezer is not found
01-25 20:59:55.656 21636 21636 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 20:59:55.656 21636 21636 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-25 20:59:56.391 21511 21675 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-25 20:59:56.391 21511 21675 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-25 20:59:56.391 21511 21675 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-25 23:01:33.709 21511 21519 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 325 to 100
01-26 00:37:33.682 21511 21519 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 312 to 100
01-26 02:00:19.002 21511 21519 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 365 to 100
01-26 02:49:55.886 21511 21519 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 253 to 100
01-26 02:50:03.463 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.463 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.463 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.463 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.463 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.463 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.463 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.463 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.463 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.464 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.465 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:03.466 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.319 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.320 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.321 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.322 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.323 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.325 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.326 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:05.327 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.503 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.504 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.505 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.506 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.507 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:08.510 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.880 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.881 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.882 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.883 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.885 21511 21521 W System : A resource failed to call close.
01-26 02:50:09.885 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.089 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.089 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.089 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.089 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.089 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.089 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.089 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.089 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.090 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.091 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.092 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.093 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.094 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.095 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.095 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.095 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.095 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.095 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.095 21511 21521 W System : A resource failed to call close.
01-26 02:50:14.095 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.034 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.035 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.036 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.037 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.038 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.039 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.039 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.039 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.039 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.039 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.039 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.039 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.039 21511 21521 W System : A resource failed to call close.
01-26 02:50:17.039 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.314 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.315 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.316 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.317 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:20.318 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.583 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.583 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.583 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.583 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.583 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.583 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.583 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.583 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.584 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.585 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.586 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.587 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.587 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.587 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.587 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.587 21511 21521 W System : A resource failed to call close.
01-26 02:50:23.587 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.759 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.759 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.759 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.759 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.760 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.761 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.762 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.763 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.764 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.765 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.765 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.765 21511 21521 W System : A resource failed to call close.
01-26 02:50:25.765 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.260 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.260 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.260 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.260 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.261 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.262 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.263 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.264 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.265 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 02:50:34.266 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.494 21511 21519 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 209 to 100
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.495 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.496 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.496 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.496 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.496 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.496 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.496 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.496 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.496 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.496 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 21521 W System : A resource failed to call close.
01-26 03:36:22.497 21511 215--------- beginning of main
01-26 04:36:38.629 8720 8720 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 04:36:39.789 8720 8720 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 04:36:39.792 8720 8720 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 04:36:39.793 8720 8720 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 04:36:39.793 8720 8720 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 04:36:39.793 8720 8720 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 04:36:39.793 8720 8720 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 04:36:39.793 8720 8720 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 04:36:39.793 8720 8720 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 04:36:39.793 8720 8720 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 04:36:39.793 8720 8720 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 04:36:39.793 8720 8720 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 04:36:39.793 8720 8720 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 04:36:39.793 8720 8720 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 04:36:39.793 8720 8720 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 04:36:39.793 8720 8720 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-26 04:36:39.793 8720 8720 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-26 04:36:39.793 8720 8720 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-26 04:36:39.793 8720 8720 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 04:36:39.793 8720 8720 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-26 04:36:39.793 8720 8720 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-26 04:36:39.793 8720 8720 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-26 04:36:39.793 8720 8720 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-26 04:36:39.793 8720 8720 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-26 04:36:39.906 8720 8720 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.
01-26 04:36:41.407 8899 8899 W libprocessgroup: Controller sfreezer is not found
01-26 04:36:41.409 8899 8899 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 04:36:41.409 8899 8899 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 04:36:41.477 8720 8720 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 04:36:41.477 8720 8720 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 04:36:42.201 8720 8941 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-26 04:36:42.201 8720 8941 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-26 04:36:42.201 8720 8941 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-26 05:23:33.532 14029 14029 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 05:23:33.935 14029 14029 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 05:23:33.940 14029 14029 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 05:23:33.940 14029 14029 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 05:23:33.940 14029 14029 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 05:23:33.940 14029 14029 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 05:23:33.940 14029 14029 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 05:23:33.940 14029 14029 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 05:23:33.940 14029 14029 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 05:23:33.940 14029 14029 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 05:23:33.940 14029 14029 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 05:23:33.940 14029 14029 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 05:23:33.940 14029 14029 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 05:23:33.940 14029 14029 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 05:23:33.940 14029 14029 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 05:23:33.940 14029 14029 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-26 05:23:33.940 14029 14029 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-26 05:23:33.940 14029 14029 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-26 05:23:33.940 14029 14029 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 05:23:33.940 14029 14029 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-26 05:23:33.940 14029 14029 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-26 05:23:33.940 14029 14029 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-26 05:23:33.940 14029 14029 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-26 05:23:33.940 14029 14029 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-26 05:23:34.015 14029 14029 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.
01-26 05:23:34.758 14029 14029 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 05:23:34.758 14029 14029 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 05:23:34.834 14067 14067 W libprocessgroup: Controller sfreezer is not found
01-26 05:23:34.837 14067 14067 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 05:23:34.838 14067 14067 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 05:23:35.474 14029 14093 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-26 05:23:35.474 14029 14093 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-26 05:23:35.474 14029 14093 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-26 05:23:40.819 14029 14085 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #8 (14331) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=1 in
void android.database.sqlite.SQLiteConnect--------- beginning of main
01-26 05:23:41.157 14029 14093 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #3 (14100) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=1 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 299ms
01-26 05:23:42.115 14029 14351 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #5 (14105) at X.2oG X.2cv.A00(X.2cv, java.lang.Class)(:-1)
waiters=0 in X.2oG X.2cv.A00(X.2cv, java.lang.Class) for 355ms
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper: Work [ id=2250af59-d3d4-46d2-
869a-3abfed483df6,
tags={ com.mbwhatsapp.privacy.protocol.xmpp.DisclosureGetStageByIdsWorker,
tag.whatsapp.privacy.GetDisclosureStageByIds } ] failed because it threw an
exception/error
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper:
java.util.concurrent.ExecutionException: X.0pD: The completer object was garbage
collected - this future would otherwise never complete. The tag was: Failure
{mOutputData=Data {}}
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper: at X.0i9.A02(Unknown
Source:20)
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper: at X.0i9.get(Unknown
Source:47)
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper: at X.0lz.run(Unknown
Source:4)
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper: at X.0m4.run(Unknown
Source:2)
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper: at
java.lang.Thread.run(Thread.java:1012)
01-26 05:23:44.725 14029 14139 E WM-WorkerWrapper: Caused by: X.0pD: The completer
object was garbage collected - this future would otherwise never complete. The tag
was: Failure {mOutputData=Data {}}
01-26 05:23:45.189 14029 14096 E PlayCore: UID: [10654] PID: [14029]
IntegrityService : Phonesky is not installed.
01-26 05:23:45.282 14029 14029 E playcore: Unexpected error -2 while handling
RequestIntegrityToken.
01-26 05:23:49.720 14029 14037 W com.mbwhatsapp: Suspending all threads took:
13.611ms
01-26 05:29:33.519 21234 21234 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 05:29:34.167 21234 21234 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 05:29:34.171 21234 21234 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 05:29:34.171 21234 21234 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 05:29:34.171 21234 21234 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 05:29:34.171 21234 21234 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 05:29:34.171 21234 21234 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 05:29:34.171 21234 21234 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 05:29:34.171 21234 21234 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 05:29:34.171 21234 21234 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 05:29:34.171 21234 21234 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 05:29:34.171 21234 21234 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 05:29:34.172 21234 21234 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 05:29:34.172 21234 21234 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 05:29:34.172 21234 21234 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 05:29:34.172 21234 21234 W System.err: at android.app.ActivityThread.-$
$Nest$m--------- beginning of main
01-26 05:46:37.398 21234 21242 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 101 to 100
01-26 05:58:38.681 31900 31900 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 05:58:39.955 31900 31900 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 05:58:39.969 31900 31900 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 05:58:39.969 31900 31900 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 05:58:39.970 31900 31900 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 05:58:39.970 31900 31900 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 05:58:39.970 31900 31900 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 05:58:39.970 31900 31900 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 05:58:39.970 31900 31900 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 05:58:39.970 31900 31900 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 05:58:39.970 31900 31900 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 05:58:39.970 31900 31900 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 05:58:39.970 31900 31900 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 05:58:39.970 31900 31900 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 05:58:39.970 31900 31900 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 05:58:39.970 31900 31900 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-26 05:58:39.970 31900 31900 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-26 05:58:39.970 31900 31900 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-26 05:58:39.970 31900 31900 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 05:58:39.970 31900 31900 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-26 05:58:39.970 31900 31900 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-26 05:58:39.970 31900 31900 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-26 05:58:39.970 31900 31900 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-26 05:58:39.970 31900 31900 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-26 05:58:40.439 31900 31900 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.
01-26 05:58:43.610 31900 31900 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 05:58:43.610 31900 31900 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 05:58:43.639 32129 32129 W libprocessgroup: Controller sfreezer is not found
01-26 05:58:43.643 32129 32129 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 05:58:43.643 32129 32129 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 05:58:45.278 31900 32204 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-26 05:58:45.278 31900 32204 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-26 05:58:45.278 31900 32204 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-26 06:00:27.815 31900 1677 E QT : [QT]file does not exist
01-26 06:00:27.914 31900 31900 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-26 06:00:29.574 31900 31900 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
01-26 06:00:29.595 31900 1738 E ion : ioctl c0044901 failed with code -1:
Invalid argument
01-26 06:00:29.647 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.647 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.658 31900 1677 W Parcel : Expecting binder but got null!
01-26 06:00:29.668 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.668 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.695 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.695 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.711 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.711 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.736 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.736 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.746 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.746 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.765 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.765 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.781 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.781 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.796 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.797 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.814 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.815 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.835 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.835 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.852 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.852 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.939 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.939 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.985 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.985 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:29.995 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:29.995 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:30.049 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:30.049 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:30.861 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:30.861 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:30.880 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:30.881 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:30.919 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:30.919 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:30.931 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:30.931 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:30.944 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:30.944 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:30.962 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:30.962 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:30.979 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:30.979 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:30.994 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:30.994 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.010 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.011 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.028 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.028 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.045 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.045 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.061 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.061 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.077 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.077 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.095 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.095 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.111 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.112 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.130 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.130 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.146 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.146 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:31.162 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:31.162 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:33.878 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:33.878 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:33.895 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:33.895 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:33.912 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:33.912 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:33.929 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:33.929 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:33.947 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:33.948 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:33.964 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:33.965 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:33.981 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:33.982 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:33.998 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:33.998 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.014 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.014 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.030 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.031 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.047 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.047 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.120 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.120 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.138 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.138 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.157 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.157 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.171 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.171 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.189 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.189 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.207 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.207 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.226 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.226 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.245 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.245 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.262 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.262 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.278 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.278 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.295 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.295 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.312 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.312 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.328 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.328 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.345 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.345 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.360 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.360 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:34.376 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:34.376 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:35.325 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:35.325 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:35.385 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:35.385 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:35.412 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:35.412 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:35.443 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:35.443 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:35.471 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:35.471 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:35.494 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:35.494 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:35.522 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:35.522 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:35.547 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:35.547 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:36.265 31900 1785 W LOTTIE : Unknown shape type rd
01-26 06:00:36.265 31900 1786 W LOTTIE : Unknown shape type rd
01-26 06:00:36.347 31900 31900 E ArmVmp : Match on catch block at 0x4c in for
0x7aeb3c4039
01-26 06:00:36.366 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c4039
01-26 06:00:36.379 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c4039
01-26 06:00:36.598 31900 31900 E ArmVmp : Match on catch block at 0x0a in for
0x7aeb3c4035
01-26 06:00:36.617 31900 31900 E ArmVmp : Match on catch block at 0x0a in for
0x7aeb3c4035
01-26 06:00:36.681 31900 31900 W SQLiteLog: (28) double-quoted string literal: ""
01-26 06:00:37.854 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4021
01-26 06:00:37.867 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4021
01-26 06:00:37.987 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:37.987 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:37.992 31900 1677 W Parcel : Expecting binder but got null!
01-26 06:00:38.148 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: N:;A Shennile J Bla;;;
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: FN:A Shennile J Bla
01-26 06:00:38.149 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50558328205:+505 5832 8205
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.149 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.149 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.149 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50558328205@s.whatsapp.net
01-26 06:00:38.150 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.150 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.152 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: N:;Fer;;;
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: FN:Fer
01-26 06:00:38.152 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50588280717:+505 8828 0717
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.152 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.152 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.153 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50588280717@s.whatsapp.net
01-26 06:00:38.153 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.153 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.156 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: N:;Dir. Lucas;;;
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: FN:Dir. Lucas
01-26 06:00:38.157 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50588810979:+505 8881 0979
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: X-WA-BIZ-DESCRIPTION:Educación De
Calidad
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: X-WA-BIZ-NAME:Dir. Lucas
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.157 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.157 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.157 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50588810979@s.whatsapp.net
01-26 06:00:38.158 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.158 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.159 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: N:Horacio;Don;;;
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: FN:Don Horacio
01-26 06:00:38.159 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50584917680:+505 8491 7680
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.159 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.159 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.159 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50584917680@s.whatsapp.net
01-26 06:00:38.160 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.160 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.160 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.161 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: N:;Profe Martha;;;
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: FN:Profe Martha
01-26 06:00:38.162 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50588990697:+505 8899 0697
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.162 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.162 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50588990697@s.whatsapp.net
01-26 06:00:38.162 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.162 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.163 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: N:;Elieth;;;
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: FN:Elieth
01-26 06:00:38.163 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50588597575:+505 8859 7575
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.163 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.163 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.164 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50588597575@s.whatsapp.net
01-26 06:00:38.164 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.164 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.165 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: N:;Profe Dora;;;
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: FN:Profe Dora
01-26 06:00:38.166 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50584678348:+505 8467 8348
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: X-WA-BIZ-NAME:Profe Dora
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.166 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.166 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.166 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.166 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50584678348@s.whatsapp.net
01-26 06:00:38.167 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.167 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.168 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: N:;Cris;;;
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: FN:Cris
01-26 06:00:38.169 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50575228121:+505 7522 8121
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.169 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.169 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.169 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50575228121@s.whatsapp.net
01-26 06:00:38.170 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.170 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.171 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: N:FEBE;Profe;DELMA;;
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: FN:Profe DELMA FEBE
01-26 06:00:38.172 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50575408320:+505 7540 8320
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.172 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.172 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.172 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50575408320@s.whatsapp.net
01-26 06:00:38.173 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.173 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.174 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: N:Liliam;Doña;;;
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: FN:Doña Liliam
01-26 06:00:38.175 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50582487392:+505 8248 7392
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.175 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.175 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.175 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50582487392@s.whatsapp.net
01-26 06:00:38.176 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.176 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.177 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: N:;Lib. Miranda;;;
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: FN:Lib. Miranda
01-26 06:00:38.178 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50584535751:+505 8453 5751
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.178 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.178 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.178 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50584535751@s.whatsapp.net
01-26 06:00:38.179 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.179 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.180 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: N:;Na. Mari;;;
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: FN:Na. Mari
01-26 06:00:38.181 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50577522048:+505 7752 2048
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.181 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.181 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.181 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50577522048@s.whatsapp.net
01-26 06:00:38.182 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.182 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.183 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: N:;Steven;;;
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: FN:Steven
01-26 06:00:38.183 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50576257045:+505 7625 7045
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.183 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.183 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.184 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50576257045@s.whatsapp.net
01-26 06:00:38.184 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.184 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.185 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: N:;Joshuar;;;
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: FN:Joshuar
01-26 06:00:38.186 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50557076869:+505 5707 6869
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.186 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.186 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50557076869@s.whatsapp.net
01-26 06:00:38.186 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.186 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.187 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: N:Soza;Luis;;;
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: FN:Luis Soza
01-26 06:00:38.187 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50558180490:+505 5818 0490
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.187 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.187 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.187 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50558180490@s.whatsapp.net
01-26 06:00:38.188 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.188 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.189 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: N:Nely;Doña;;;
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: FN:Doña Nely
01-26 06:00:38.189 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50577219651:+505 7721 9651
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.189 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.189 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.189 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50577219651@s.whatsapp.net
01-26 06:00:38.190 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.190 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.191 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: N:;J.B;;;
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: FN:J.B
01-26 06:00:38.192 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50584454428:+505 8445 4428
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.192 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.192 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.192 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50584454428@s.whatsapp.net
01-26 06:00:38.193 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.193 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.193 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: N:Bodego;Tio;;;
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: FN:Tio Bodego
01-26 06:00:38.194 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50581403012:+505 8140 3012
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.194 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.194 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50581403012@s.whatsapp.net
01-26 06:00:38.194 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.194 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.195 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: N:;Daneysi;;;
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: FN:Daneysi
01-26 06:00:38.196 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50585366303:+505 8536 6303
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.196 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.196 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50585366303@s.whatsapp.net
01-26 06:00:38.196 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.196 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.197 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: N:;Tio Orlando;;;
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: FN:Tio Orlando
01-26 06:00:38.197 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50585420977:+505 8542 0977
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.197 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.197 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.197 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50585420977@s.whatsapp.net
01-26 06:00:38.198 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.198 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.198 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: N:;Janeth;;;
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: FN:Janeth
01-26 06:00:38.199 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50584856742:+505 8485 6742
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.199 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.199 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.199 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50584856742@s.whatsapp.net
01-26 06:00:38.200 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.200 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.200 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: N:;Angelina;;;
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: FN:Angelina
01-26 06:00:38.201 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50575324750:+505 7532 4750
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.201 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.201 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.201 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50575324750@s.whatsapp.net
01-26 06:00:38.202 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.202 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.202 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: N:;Sherling;;;
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: FN:Sherling
01-26 06:00:38.203 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50584457545:+505 8445 7545
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.203 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.203 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50584457545@s.whatsapp.net
01-26 06:00:38.203 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.203 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.204 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: N:;Jack;;;
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: FN:Jack
01-26 06:00:38.205 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50578187518:+505 7818 7518
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.205 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.205 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.205 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50578187518@s.whatsapp.net
01-26 06:00:38.206 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.206 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.207 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: N:;Luis;;;
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: FN:Luis
01-26 06:00:38.208 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50576083938:+505 7608 3938
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.208 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.208 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.208 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50576083938@s.whatsapp.net
01-26 06:00:38.209 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.209 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.210 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: N:;Tio Lincol;;;
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: FN:Tio Lincol
01-26 06:00:38.211 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50578358505:+505 7835 8505
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.211 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.211 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50578358505@s.whatsapp.net
01-26 06:00:38.211 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.211 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.212 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: N:;Veronica;;;
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: FN:Veronica
01-26 06:00:38.213 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50578525384:+505 7852 5384
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.213 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.213 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.213 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50578525384@s.whatsapp.net
01-26 06:00:38.214 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.214 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.214 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: N:Javier;Tio;;;
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: FN:Tio Javier
01-26 06:00:38.215 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50578339954:+505 7833 9954
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.215 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.215 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.215 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50578339954@s.whatsapp.net
01-26 06:00:38.216 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.216 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.217 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: N:Santi;El;;;
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: FN:El Santi
01-26 06:00:38.218 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50584204956:+505 8420 4956
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.218 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.218 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50584204956@s.whatsapp.net
01-26 06:00:38.218 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.218 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.219 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: N:;Elias;;;
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: FN:Elias
01-26 06:00:38.220 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50557970628:+505 5797 0628
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: X-WA-BIZ-NAME:Elias
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.220 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.220 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.220 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50557970628@s.whatsapp.net
01-26 06:00:38.221 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.221 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.221 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: N:;Edgar;;;
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: FN:Edgar
01-26 06:00:38.222 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50577389328:+505 7738 9328
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.222 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.222 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.222 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50577389328@s.whatsapp.net
01-26 06:00:38.223 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.223 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.224 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: N:;Profe Delma;;;
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: FN:Profe Delma
01-26 06:00:38.224 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50555039505:+505 5503 9505
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.224 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.224 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.224 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50555039505@s.whatsapp.net
01-26 06:00:38.225 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.225 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.226 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: N:;Luceila;;;
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: FN:Luceila
01-26 06:00:38.226 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50557068732:+505 5706 8732
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: X-WA-BIZ-NAME:Luceila
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.226 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.226 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.227 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50557068732@s.whatsapp.net
01-26 06:00:38.227 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.227 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.228 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: N:;Jefe De Bombero;;;
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: FN:Jefe De Bombero
01-26 06:00:38.229 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50589718710:+505 8971 8710
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.229 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.229 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50589718710@s.whatsapp.net
01-26 06:00:38.229 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.229 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.230 31900 1801 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: VERSION:3.0
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: N:;Rep De Celulares;;;
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: FN:Rep De Celulares
01-26 06:00:38.231 31900 1801 E SQLiteDatabase:
TEL;type=Móvil;waid=50581659091:+505 8165 9091
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: X-WA-BIZ-NAME:Rep De Celulares
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: END:VCARD message_row_id=78449
sender_jid=50558650934@s.whatsapp.net chat_jid=50558650934@s.whatsapp.net
01-26 06:00:38.231 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards (code 1
SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES (?,?,?,?)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.231 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.231 31900 1801 E SQLiteLog: (1) no such table: messages_vcards_jids
in "INSERT INTO messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES
(?,?,?)"
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=78449 vcard_jid=50581659091@s.whatsapp.net
01-26 06:00:38.232 31900 1801 E SQLiteDatabase:
android.database.sqlite.SQLiteException: no such table: messages_vcards_jids (code
1 SQLITE_ERROR[1]): , while compiling: INSERT INTO
messages_vcards_jids(vcard_row_id,message_row_id,vcard_jid) VALUES (?,?,?)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
com.mbwhatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-26 06:00:38.232 31900 1801 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-26 06:00:38.252 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.252 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.469 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.476 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.537 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.537 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.554 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.560 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.584 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.590 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.601 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.601 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.627 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.632 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.632 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.633 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.641 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.646 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.659 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.659 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.666 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.672 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.686 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.686 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.693 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.698 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.708 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.708 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.716 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.721 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.732 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.732 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.740 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.745 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.757 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.757 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.764 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.769 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.780 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.780 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.788 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.793 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.804 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.805 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.813 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.818 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.829 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.829 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.836 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.842 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.851 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.851 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.859 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.864 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.872 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.873 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.880 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.884 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.895 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.895 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.902 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.909 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.918 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.918 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.926 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.930 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.940 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.940 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.947 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.952 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.961 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.961 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.968 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.973 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.983 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:38.983 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:38.990 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:38.995 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.007 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.013 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.023 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.032 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.044 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.049 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.057 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.062 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.072 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.078 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.089 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.094 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.106 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.113 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.122 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.126 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.139 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.145 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.156 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.161 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.173 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.178 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.189 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.195 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.207 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.212 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.224 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.229 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.240 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.244 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.257 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.263 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.273 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.278 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.290 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.296 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.306 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.312 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.324 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.331 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.341 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.349 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.357 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.363 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.373 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.377 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.389 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.394 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.409 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:39.409 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:39.417 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.423 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.432 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.437 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.446 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.452 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.461 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.466 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.475 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.480 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.490 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.497 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.506 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.512 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.523 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.529 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.541 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.546 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.558 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.563 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.574 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.580 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.590 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.596 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.608 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.614 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.625 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.632 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.643 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.651 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.663 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.669 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.680 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.686 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.699 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.706 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.723 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.729 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.742 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.748 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.760 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.767 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.778 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.785 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.797 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.803 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.814 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.819 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.831 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.836 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.846 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.852 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.860 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.866 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.877 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.882 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.893 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.898 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.916 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:39.916 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:39.925 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.930 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.939 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.945 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.957 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.962 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.974 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.978 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.990 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:39.994 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.006 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.011 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.024 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.028 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.040 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.047 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.057 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.062 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.074 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.080 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.092 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.097 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.107 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.113 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.124 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.130 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.140 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.146 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.157 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.163 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.174 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.179 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.190 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.195 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.210 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.213 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.224 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.227 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.240 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.244 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.257 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.261 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.278 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.281 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.296 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.301 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.304 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.304 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.314 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.318 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.330 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.330 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.362 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.362 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.362 31900 31900 E ArmVmp : Match on catch block at 0x4c in for
0x7aeb3c4045
01-26 06:00:40.369 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.375 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.385 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.391 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.404 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.405 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.421 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.427 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.433 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.433 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.445 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.450 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.556 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.557 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.584 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.584 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.625 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.629 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.645 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.651 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.655 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.655 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.674 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.679 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.681 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.681 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.693 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.697 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.710 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.710 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.720 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.724 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.736 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.736 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.744 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.748 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.760 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.760 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.771 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.774 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.784 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.784 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.794 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.797 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.806 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.806 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.815 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.819 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.829 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.830 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.839 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.842 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.852 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.852 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.862 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.866 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.876 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.876 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.891 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.894 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.899 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.900 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.911 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.915 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.922 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.922 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.935 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.940 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.950 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.950 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.963 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.967 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.980 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:40.980 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:40.991 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:40.995 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.008 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.008 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.020 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.024 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.044 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.044 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.054 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.058 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.072 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.073 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.083 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.087 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.100 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.101 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.111 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.114 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.129 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.129 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.138 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.141 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.154 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.154 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.163 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.166 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.173 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.177 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.192 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.195 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.207 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.211 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.219 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.219 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.229 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.232 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.239 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.244 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.256 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.256 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.263 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.267 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.273 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.277 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.289 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.293 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.306 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.309 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.322 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.326 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.339 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.343 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.356 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.359 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.373 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.376 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.389 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.393 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.407 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.410 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.423 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.427 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.439 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.443 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.456 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.461 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.471 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.471 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.479 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.482 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.489 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.492 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.510 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.513 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.525 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.529 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.539 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.539 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.553 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.557 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.565 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.565 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.575 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.580 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.589 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.589 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.601 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.605 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.618 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.618 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.626 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.631 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.643 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.643 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.651 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.656 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.670 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.670 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.677 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.680 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.696 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.696 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.703 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.708 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.722 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.722 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.730 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.733 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.746 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.746 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.753 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.757 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.770 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.770 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.777 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.781 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.793 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.793 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.800 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.804 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.817 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.817 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.824 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.827 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.839 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.840 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.846 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.850 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.856 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.860 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.873 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.877 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.890 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.893 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.906 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.910 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.923 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.928 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.939 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.943 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.956 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.961 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.971 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.971 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:41.979 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.983 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:41.996 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:41.996 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.003 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.007 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.020 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.020 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.027 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.031 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.044 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.045 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.054 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.058 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.068 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.068 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.075 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.079 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.091 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.091 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.100 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.104 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.115 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.115 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.124 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.128 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.140 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.140 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.149 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.153 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.165 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.165 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.174 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.178 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.190 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.190 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.197 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.201 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.214 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.214 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.222 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.226 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.239 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.239 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.247 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.250 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.263 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.263 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.271 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.275 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.288 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.288 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.296 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.299 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.312 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.312 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.321 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.325 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.337 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.337 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.345 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.349 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.363 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.363 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.372 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.376 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.390 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.390 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.398 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.402 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.416 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.416 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.427 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.432 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.446 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.446 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.455 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.459 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.476 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.476 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.484 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.488 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.504 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.505 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.512 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.516 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.533 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.533 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.541 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.545 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.562 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.563 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.573 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.577 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.591 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.591 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.599 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.603 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.619 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.620 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.628 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.631 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.647 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.647 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.654 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.658 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.672 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.672 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:42.679 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.683 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.689 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.693 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.706 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.709 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.723 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.727 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.740 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.743 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.756 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.760 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.773 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.777 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.790 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.793 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.806 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.810 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.823 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.826 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.840 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.843 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.856 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.860 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.873 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.876 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.889 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.893 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.906 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.910 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.923 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.927 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.940 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.946 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.956 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.960 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.973 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.979 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:42.996 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:42.997 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:43.005 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.010 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.017 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.021 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.029 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.033 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.041 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.046 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.057 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.061 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.073 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.077 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.090 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.095 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.107 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.111 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.123 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.128 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.140 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.145 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.157 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.162 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.174 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.178 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.190 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.195 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.208 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.213 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.223 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.228 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.240 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.244 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.257 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.261 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.273 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.279 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.290 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.294 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.308 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.312 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.324 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.328 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.340 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.345 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.357 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.362 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.374 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.379 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.390 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.395 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.407 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.412 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.424 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.429 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.441 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.445 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.457 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.462 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.476 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:43.477 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:43.504 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:43.504 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:43.508 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.513 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.520 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.525 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.540 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:43.540 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:43.549 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.553 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.562 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.566 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.661 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.668 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.698 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:43.698 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:43.709 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.716 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:43.756 31900 31900 W com.mbwhatsapp: Method void
com.mbwhatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-26 06:00:43.881 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c4039
01-26 06:00:43.965 31900 31900 E ArmVmp : Match on catch block at 0x4c in for
0x7aeb3c4039
01-26 06:00:44.010 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c4039
01-26 06:00:44.565 31900 31900 E ArmVmp : Match on catch block at 0x0a in for
0x7aeb3c4031
01-26 06:00:44.616 31900 31900 E ArmVmp : Match on catch block at 0x0a in for
0x7aeb3c404d
01-26 06:00:44.815 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 06:00:44.815 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 06:00:44.816 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 06:00:44.816 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-26 06:00:44.816 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-26 06:00:44.816 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-26 06:00:44.816 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-26 06:00:44.816 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-26 06:00:44.949 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:44.954 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:44.988 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:44.988 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:45.058 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-26 06:00:45.058 31900 1829 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-26 06:00:45.135 31900 1786 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-26 06:00:45.298 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c4049
01-26 06:00:45.308 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c4049
01-26 06:00:45.317 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c4049
01-26 06:00:45.327 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c4049
01-26 06:00:45.363 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:45.652 31900 31913 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
01-26 06:00:45.738 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:45.867 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:46.000 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:46.203 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:46.341 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:46.423 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:46.558 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:46.675 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:46.831 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:46.977 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:47.203 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:47.387 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:47.601 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:47.888 31900 31900 E ArmVmp : Match on catch block at 0x8d in for
0x7aeb3c403d
01-26 06:00:48.132 31900 31900 E RecyclerView: No adapter attached; skipping layout
01-26 06:00:48.516 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:48.516 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:48.520 31900 1677 W Parcel : Expecting binder but got null!
01-26 06:00:48.684 31900 31900 E RecyclerView: No adapter attached; skipping layout
01-26 06:00:48.743 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 06:00:48.744 31900 1677 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 06:00:48.762 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:48.766 31900 31900 E ArmVmp : Match on catch block at 0xc3 in for
0x7aeb3c4025
01-26 06:00:48.770 31900 31900 W LOTTIE : Animation contains merge paths but they
are disabled.
--------- beginning of system
01-26 06:00:48.778 31900 31900 W TransactionExecutor: tId:-1514031292 Skip pre-
destroyed transaction:
01-26 06:00:48.778 31900 31900 W TransactionExecutor: tId:-1514031292
ClientTransaction{
01-26 06:00:48.778 31900 31900 W TransactionExecutor: tId:-1514031292 callbacks=[
01-26 06:00:48.778 31900 31900 W TransactionExecutor: tId:-1514031292
LaunchActivityItem{intent=Intent {
cmp=com.mbwhatsapp/mbmodsd.mbmodsw.mbsettings.yo.PauseActivity },ident=215027225,in
fo=ActivityInfo{325dfe6 mbmodsd.mbmodsw.mbsettings.yo.PauseActivity},curConfig={1.1
710mcc21mnc [es_US] ldltr sw570dp w570dp h1183dp 202dpi lrg long port night finger
-keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 45 -
720, 1539) mMaxBounds=Rect(0, 0 - 720, 1600) mDisplayRotation=ROTATION_0
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0 mPopOver=off mStageConfig=undefined
mFreeformTaskPinningState=unpinned mFreeformStashState=undefined} s.221
fontWeightAdjustment=0 ff=0 bf=0 bts=0 themeSeq=0 nightDim=-1},overrideConfig={1.1
710mcc21mnc [es_US] ldltr sw570dp w570dp h1183dp 202dpi lrg long port night finger
-keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 45 -
720, 1539) mMaxBounds=Rect(0, 0 - 720, 1600) mDisplayRotation=ROTATION_0
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0 mPopOver=off mStageConfig=undefined
mFreeformTaskPinningState=unpinned mFreeformStashState=undefined} s.1
fontWeightAdjustment=0 ff=0 bf=0 bts=0 themeSeq=0 nightDim=-
1},referrer=com.mbwhatsapp,procState=2,state=null,persistentState=null,pendingResul
ts=null,pendingNewIntents=null,options=null,profilerInfo=null,assistToken=android.o
s.BinderProxy@162134b,shareableActivityToken=android.os.BinderProxy@fa54128}
01-26 06:00:48.778 31900 31900 W TransactionExecutor: tId:-1514031292 ]
01-26 06:00:48.778 31900 31900 W TransactionExecutor: tId:-1514031292
stateRequest=PauseActivityItem{finished=false,userLeaving=false,configChanges=0,don
tReport=true}
01-26 06:00:48.778 31900 31900 W TransactionExecutor: tId:-1514031292 }
01-26 06:00:48.778 31900 31900 W TransactionExecutor: tId:-1514031292 Target
activity: Not found for token: android.os.BinderProxy@f5ef90a
01-26 06:00:49.050 31900 31900 W TransactionExecutor: tId:369708523 Skip pre-
destroyed transaction:
01-26 06:00:49.050 31900 31900 W TransactionExecutor: tId:369708523
ClientTransaction{
01-26 06:00:49.050 31900 31900 W TransactionExecutor: tId:369708523 callbacks=[
0--------- beginning of system
01-26 06:00:49.080 31900 31900 W TransactionExecutor: tId:841657545 Skip pre-
destroyed transaction:
01-26 06:00:49.080 31900 31900 W TransactionExecutor: tId:841657545
ClientTransaction{
01-26 06:00:49.080 31900 31900 W TransactionExecutor: tId:841657545 callbacks=[]
01-26 06:00:49.080 31900 31900 W TransactionExecutor: tId:841657545
stateRequest=ResumeActivityItem{procState=2,updateProcState=true,isForward=false}
01-26 06:00:49.080 31900 31900 W TransactionExecutor: tId:841657545 }
01-26 06:00:49.080 31900 31900 W TransactionExecutor: tId:841657545 Target
activity: Not found for token: android.os.BinderProxy@f5ef90a
01-26 06:00:49.589 31900 31900 W TransactionExecutor: tId:369678732 Skip pre-
destroyed transaction:
01-26 06:00:49.589 31900 31900 W TransactionExecutor: tId:369678732
ClientTransaction{
01-26 06:00:49.589 31900 31900 W TransactionExecutor: tId:369678732 callbacks=[
01-26 06:00:49.589 31900 31900 W TransactionExecutor: tId:369678732
TopResumedActivityChangeItem{onTop=false}
01-26 06:00:49.589 31900 31900 W TransactionExecutor: tId:369678732 ]
01-26 06:00:49.589 31900 31900 W TransactionExecutor: tId:369678732
stateRequest=null
01-26 06:00:49.589 31900 31900 W TransactionExecutor: tId:369678732 }
01-26 06:00:49.589 31900 31900 W TransactionExecutor: tId:369678732 Target
activity: Not found for token: android.os.BinderProxy@f5ef90a
01-26 06:00:49.590 31900 31900 W TransactionExecutor: tId:-1739220501 Skip pre-
destroyed transaction:
01-26 06:00:49.590 31900 31900 W TransactionExecutor: tId:-1739220501
ClientTransaction{
01-26 06:00:49.590 31900 31900 W TransactionExecutor: tId:-1739220501
callbacks=[]
01-26 06:00:49.590 31900 31900 W TransactionExecutor: tId:-1739220501
stateRequest=PauseActivityItem{finished=false,userLeaving=false,configChanges=0,don
tReport=true}
01-26 06:00:49.590 31900 31900 W TransactionExecutor: tId:-1739220501 }
01-26 06:00:49.590 31900 31900 W TransactionExecutor: tId:-1739220501 Target
activity: Not found for token: android.os.BinderProxy@f5ef90a
01-26 06:00:49.637 31900 31900 W TransactionExecutor: tId:353591592 Skip pre-
destroyed transaction:
01-26 06:00:49.637 31900 31900 W TransactionExecutor: tId:353591592
ClientTransaction{
01-26 06:00:49.637 31900 31900 W TransactionExecutor: tId:353591592 callbacks=[]
01-26 06:00:49.637 31900 31900 W TransactionExecutor: tId:353591592
stateRequest=StopActivityItem{configChanges=0}
01-26 06:00:49.637 31900 31900 W TransactionExecutor: tId:353591592 }
01-26 06:00:49.637 31900 31900 W TransactionExecutor: tId:353591592 Target
activity: Not found for token: android.os.BinderProxy@f5ef90a
01-26 06:00:49.792 31900 31900 W TransactionExecutor: tId:368814793 Skip pre-
destroyed transaction:
01-26 06:00:49.792 31900 31900 W TransactionExecutor: tId:368814793
ClientTransaction{
01-26 06:00:49.792 31900 31900 W TransactionExecutor: tId:368814793 callbacks=[]
01-26 06:00:49.792 31900 31900 W TransactionExecutor: tId:368814793
stateRequest=DestroyActivityItem{finished=true,mConfigChanges=0}
01-26 06:00:49.792 31900 31900 W TransactionExecutor: tId:368814793 }
01-26 06:00:49.792 31900 31900 W TransactionExecutor: tId:368814793 Target
activity: Not found for token: android.os.BinderProxy@f5ef90a
--------- beginning of main
01-26 06:01:00.973 2014 2014 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 06:01:01.175 2014 2014 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 06:01:01.177 2014 2014 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 06:01:01.178 2014 2014 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 06:01:01.178 2014 2014 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 06:01:01.178 2014 2014 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 06:01:01.178 2014 2014 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 06:01:01.178 2014 2014 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)--------- beginning of main
01-26 06:14:14.160 7751 7751 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 06:14:15.230 7751 7751 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 06:14:15.237 7751 7751 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 06:14:15.237 7751 7751 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 06:14:15.237 7751 7751 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 06:14:15.237 7751 7751 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 06:14:15.237 7751 7751 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 06:14:15.237 7751 7751 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 06:14:15.237 7751 7751 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 06:14:15.237 7751 7751 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 06:14:15.237 7751 7751 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 06:14:15.237 7751 7751 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 06:14:15.237 7751 7751 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 06:14:15.237 7751 7751 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 06:14:15.238 7751 7751 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 06:14:15.238 7751 7751 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-26 06:14:15.238 7751 7751 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-26 06:14:15.238 7751 7751 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-26 06:14:15.238 7751 7751 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 06:14:15.238 7751 7751 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-26 06:14:15.238 7751 7751 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-26 06:14:15.238 7751 7751 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-26 06:14:15.238 7751 7751 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-26 06:14:15.238 7751 7751 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-26 06:14:15.535 7751 7751 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.
01-26 06:14:17.936 7751 7751 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 06:14:17.936 7751 7751 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 06:14:18.277 7900 7900 W libprocessgroup: Controller sfreezer is not found
01-26 06:14:18.282 7900 7900 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 06:14:18.282 7900 7900 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 06:14:19.604 7751 7974 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-26 06:14:19.604 7751 7974 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-26 06:14:19.604 7751 7974 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-26 06:14:22.883 7751 8066 W com.mbwhatsapp: Long monitor contention with owner
ReaderThread (8184) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=0 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 182ms
01-26 06:14:23.832 7751 8064 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #4 (8058) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=0 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 813ms
01-26 06:14:23.834 7751 7974 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #4 (8058) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=2 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 791ms
01-26 06:14:23.835 7751 8065 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #4 (8058) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=1 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 809ms
01-26 06:14:23.839 7751 8207 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #4 (8058) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=3 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 791ms
01-26 06:14:23.840 7751 8014 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #4 (8058) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=4 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 491ms
01-26 06:14:24.740 7751 8064 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #3 (8014) at void
android.database.sqlite.SQLiteConnectionPool.closeAvailableNonPrimaryConnectionsAnd
LogExceptions()(SQLiteConnectionPool.java:867) waiters=0 in void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 738ms
01-26 06:14:25.779 7751 7762 W com.mbwhatsapp: Suspending all threads took:
6.270ms
01-26 06:14:28.039 7751 8064 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #3 (8014) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=0 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 479ms
01-26 06:14:29.883 7751 7751 W com.mbwhatsapp: Long monitor contention with owner
SignalExecutor (8207) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=0 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 258ms
01-26 06:14:30.012 7751 8064 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #1 (7974) at void
android.database.sqlite.SQLiteConnectionPool.closeAvailableNonPrimaryConnectionsAnd
LogExceptions()(SQLiteConnectionPool.java:867) waiters=0 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 515ms
01-26 06:14:30.669 7751 8207 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #1 (7974) at void
android.database.sqlite.SQLiteConnectionPool.closeAvailableNonPrimaryConnectionsAnd
LogExceptions()(SQLiteConnectionPool.java:867) waiters=1 in
android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal) for 764ms
01-26 06:14:31.018 7751 8064 W com.mbwhatsapp: Long monitor contention with owner
SignalExecutor (8207) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=1 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 346ms
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=ba719511-7537-44fb-a5f8-1eff3dac6a44 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30996608_1436877573569157_1202107951256328383_n.enc?ccb=11-4&oh=01_AdQ-
Y806Kg532qhGMXrxFhMEHPkRwPV7-nsoHiBCpEMUag&oe=65DB2536&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7755102 is_animated_sticker=0
file_hash=Ho+bE+HA4Av9Qm7r33Oxa6FKfCDNETR+kSESfWQiNEI= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706271085000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30996608_1436877573569157_1202107951256328383_n.enc?ccb=11-4&oh=01_AdQ-
Y806Kg532qhGMXrxFhMEHPkRwPV7-nsoHiBCpEMUag&oe=65DB2536&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=576 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=78450
multicast_id=null enc_file_hash=6Wf9cNUPPmezzt3315ZVRSGYeP6uouRs7uAipGyZNZs=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=771882 media_name=null media_duration=10 chat_row_id=3
media_key=[B@632b0c
01-26 06:14:45.917 7751 7953 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-26 06:14:45.917 7751 7953 E SQLiteDatabase: at android.os---------
beginning of main
01-26 06:16:52.990 14617 14617 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 06:16:53.878 14617 14617 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 06:16:53.880 14617 14617 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 06:16:53.880 14617 14617 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 06:16:53.881 14617 14617 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 06:16:53.881 14617 14617 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 06:16:53.881 14617 14617 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 06:16:53.881 14617 14617 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 06:16:53.881 14617 14617 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 06:16:53.881 14617 14617 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 06:16:53.881 14617 14617 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 06:16:53.881 14617 14617 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 06:16:53.881 14617 14617 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 06:16:53.881 14617 14617 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 06:16:53.881 14617 14617 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 06:16:53.881 14617 14617 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-26 06:16:53.881 14617 14617 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-26 06:16:53.881 14617 14617 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-26 06:16:53.881 14617 14617 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 06:16:53.881 14617 14617 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-26 06:16:53.881 14617 14617 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-26 06:16:53.881 14617 14617 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-26 06:16:53.881 14617 14617 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-26 06:16:53.881 14617 14617 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-26 06:16:54.168 14617 14617 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.
01-26 06:16:57.429 14617 14617 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 06:16:57.429 14617 14617 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 06:16:57.969 14758 14758 W libprocessgroup: Controller sfreezer is not found
01-26 06:16:57.971 14758 14758 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 06:16:57.972 14758 14758 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 06:16:58.850 14617 14820 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-26 06:16:58.850 14617 14820 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-26 06:16:58.850 14617 14820 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-26 06:17:00.412 14617 14891 W com.mbwhatsapp: Long monitor contention with owner
MBWhatsApp Worker #1 (14820) at X.2U6 X.35t.A08()(:-1) waiters=0 in X.2U6
X.35t.A0--------- beginning of main
01-26 06:28:35.291 14617 14630 W com.mbwhatsapp: Suspending all threads took:
17.920ms
01-26 06:28:40.393 14617 14630 W com.mbwhatsapp: Suspending all threads took:
19.175ms
01-26 06:32:01.517 4263 4263 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 06:32:02.250 4263 4263 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 06:32:02.263 4263 4263 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 06:32:02.263 4263 4263 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 06:32:02.263 4263 4263 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 06:32:02.264 4263 4263 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 06:32:02.264 4263 4263 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 06:32:02.264 4263 4263 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 06:32:02.264 4263 4263 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 06:32:02.264 4263 4263 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 06:32:02.264 4263 4263 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 06:32:02.264 4263 4263 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 06:32:02.264 4263 4263 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 06:32:02.264 4263 4263 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 06:32:02.264 4263 4263 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 06:32:02.264 4263 4263 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-26 06:32:02.264 4263 4263 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-26 06:32:02.264 4263 4263 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-26 06:32:02.264 4263 4263 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 06:32:02.264 4263 4263 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-26 06:32:02.264 4263 4263 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-26 06:32:02.264 4263 4263 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-26 06:32:02.264 4263 4263 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-26 06:32:02.264 4263 4263 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-26 06:32:02.391 4263 4263 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.
01-26 06:32:03.702 4263 4263 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 06:32:03.702 4263 4263 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 06:32:03.787 4335 4335 W libprocessgroup: Controller sfreezer is not found
01-26 06:32:03.792 4335 4335 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 06:32:03.792 4335 4335 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 06:32:04.990 4263 4363 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-26 06:32:04.990 4263 4363 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-26 06:32:04.990 4263 4363 W com.mbwhatsapp: and incorrect proguard
optimiz--------- beginning of main
01-26 06:32:07.865 4263 4535 W com.mbwhatsapp: Long monitor contention with owner
Notifications (4534) at android.database.sqlite.SQLiteDatabase
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase()
(SQLiteOpenHelper.java:413) waiters=0 in X.2tm X.0zc.B82() for 115ms
01-26 06:33:39.084 7766 7766 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 06:33:39.511 7766 7766 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 06:33:39.512 7766 7766 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 06:33:39.512 7766 7766 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 06:33:39.512 7766 7766 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 06:33:39.512 7766 7766 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 06:33:39.512 7766 7766 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 06:33:39.512 7766 7766 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 06:33:39.512 7766 7766 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 06:33:39.512 7766 7766 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 06:33:39.512 7766 7766 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 06:33:39.512 7766 7766 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 06:33:39.512 7766 7766 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 06:33:39.512 7766 7766 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 06:33:39.512 7766 7766 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 06:33:39.512 7766 7766 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-26 06:33:39.512 7766 7766 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-26 06:33:39.512 7766 7766 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-26 06:33:39.512 7766 7766 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 06:33:39.512 7766 7766 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-26 06:33:39.512 7766 7766 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-26 06:33:39.512 7766 7766 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-26 06:33:39.512 7766 7766 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-26 06:33:39.512 7766 7766 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-26 06:33:39.552 7766 7766 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.
01-26 06:33:40.016 7766 7766 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 06:33:40.016 7766 7766 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 06:33:40.232 7766 7837 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-26 06:33:40.232 7766 7837 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-26 06:33:40.232 7766 7837 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-26 06:33:40.241 7823 7823 W libprocessgroup: Controller sfreezer is not found
01-26 06:33:40.243 7823 7823 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 06:33:40.243 7823 7823 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 07:49:46.356 7766 7774 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 252 to 100
01-26 08:51:47.123 7766 7774 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 274 to 100
01-26 09:29:09.228 7766 7774 W com.mbwhatsapp: Suspending all threads took:
6.344ms
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=65d9eaec-9785-49b6-9f9e-3fc7897601f1 transcoded=0 gif_attribution=0
first_scan_length=9887 direct_path=/v/t62.7118-
24/12526318_1479218173004001_2587490676377656119_n.enc?ccb=11-
4&oh=01_AdSMH0kBXmWU6oavLLuw1GIg0ypm8Gui6bGsWrEtp4KG6w&oe=65DB2B5D&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.7361111 is_animated_sticker=0
file_hash=HJXnHtOFOjCbdjFuOMMQ73xV7IUCPg4jlm71HqDt6Vc=
file_path=Media/.Statuses/70e9e98c2e304f079404477627223ae3.jpg file_size=80305
partial_media_hash=AP+z+XRmGVgnSMp4tJw7TxUKbiPHH1mLnNH6MNlV/1o= face_x=0 face_y=0
height=960 trim_to=0 media_key_timestamp=1706281297000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/12526318_1479218173004001_2587490676377656119_n.enc?ccb=11-
4&oh=01_AdSMH0kBXmWU6oavLLuw1GIg0ypm8Gui6bGsWrEtp4KG6w&oe=65DB2B5D&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=1280 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=78462 multicast_id=null
enc_file_hash=e05ycTk+Abtr1Z11Yw4B1VfBLv+bPQFvJ7CfBGMCs8g= mute_video=0
page_count=0 first_scan_sidecar=[B@658d0cf suspicious_content=0 file_length=80305
media_name=null media_duration=0 chat_row_id=3 media_key=[B@28a2a5c
01-26 09:29:13.142 7766 7834 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-26 09:29:13.142 7766 7834 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-26 09:29:15.489 7766 7834 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=deaa07aa-11d4-4907-919b-c1b0d0a4cc81 transcoded=0 gif_attribution=0
first_scan_length=6819 direct_path=/v/t62.7118-
24/17618797_401555879047438_5288829845273122533_n.enc?ccb=11-
4&oh=01_AdT7DuIJkEffaTwNKVaAs8_vAAFAf0l_rtA30Hn_TdHByQ&oe=65DB30F2&_nc_---------
beginning of main
01-26 09:50:21.547 7766 7774 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 109 to 100
01-26 09:50:22.713 7766 7776 W System : A resource failed to call
CursorWindow.close.
01-26 09:50:22.714 7766 7776 W System : A resource failed to call
CursorWrapperInner.close.
01-26 09:50:23.127 7766 7766 W SoundPool: Use of stream types is deprecated for
operations other than volume control
01-26 09:50:23.127 7766 7766 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-26 09:50:23.336 7766 7781 W MediaPlayerNative: info/warning (10973, 0)
01-26 09:50:23.388 7766 7766 E FileSource: Failed to open file
'content://settings/system/ringtone'. (No such file or directory)
01-26 09:50:23.391 7766 7766 E AudioManager: hasHapticChannels
failure:java.io.IOException: Failed to instantiate extractor.
01-26 09:54:33.184 11832 11832 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 09:54:33.556 11832 11832 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 09:54:33.560 11832 11832 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 09:54:33.560 11832 11832 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 09:54:33.560 11832 11832 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 09:54:33.560 11832 11832 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 09:54:33.560 11832 11832 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 09:54:33.560 11832 11832 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 09:54:33.560 11832 11832 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 09:54:33.560 11832 11832 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 09:54:33.560 11832 11832 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 09:54:33.560 11832 11832 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 09:54:33.560 11832 11832 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 09:54:33.560 11832 11832 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 09:54:33.560 11832 11832 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 09:54:33.560 11832 11832 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-26 09:54:33.560 11832 11832 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-26 09:54:33.560 11832 11832 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-26 09:54:33.561 11832 11832 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 09:54:33.561 11832 11832 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-26 09:54:33.561 11832 11832 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-26 09:54:33.561 11832 11832 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-26 09:54:33.561 11832 11832 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-26 09:54:33.561 11832 11832 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-26 09:54:33.650 11832 11832 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.
01-26 09:54:34.426 11832 11832 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 09:54:34.426 1183--------- beginning of main
01-26 09:54:34.552 11864 11864 W libprocessgroup: Controller sfreezer is not found
01-26 09:54:34.554 11864 11864 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 09:54:34.554 11864 11864 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 09:54:34.949 11832 11879 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-26 09:54:34.949 11832 11879 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-26 09:54:34.949 11832 11879 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-26 09:56:45.790 14857 14857 E com.mbwhatsapp: Not starting debugger since
process cannot load the jdwp agent.
01-26 09:56:46.199 14857 14857 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-26 09:56:46.202 14857 14857 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-26 09:56:46.202 14857 14857 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
01-26 09:56:46.202 14857 14857 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
01-26 09:56:46.202 14857 14857 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
01-26 09:56:46.202 14857 14857 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-26 09:56:46.202 14857 14857 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-26 09:56:46.202 14857 14857 W System.err: at
java.lang.Class.newInstance(Native Method)
01-26 09:56:46.202 14857 14857 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-26 09:56:46.202 14857 14857 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-26 09:56:46.202 14857 14857 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-26 09:56:46.202 14857 14857 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-26 09:56:46.202 14857 14857 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-26 09:56:46.202 14857 14857 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-26 09:56:46.202 14857 14857 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-26 09:56:46.202 14857 14857 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-26 09:56:46.202 14857 14857 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-26 09:56:46.202 14857 14857 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 09:56:46.202 14857 14857 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-26 09:56:46.202 14857 14857 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-26 09:56:46.202 14857 14857 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-26 09:56:46.202 14857 14857 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-26 09:56:46.202 14857 14857 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-26 09:56:46.267 14857 14857 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.
01-26 09:56:46.902 14857 14857 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 09:56:46.903 14857 14857 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 09:56:47.094 14904 14904 W libprocessgroup: Controller sfreezer is not found
01-26 09:56:47.113 14904 14904 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 09:56:47.113 14904 14904 W libprocessgroup: SetAttribute: unknown attribute:
OlafState
01-26 09:56:48.105 14857 14969 W com.mbwhatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-26 09:56:48.105 14857 14969 W com.mbwhatsapp: Common causes for lock
verification issues are non-optimized dex code
01-26 09:56:48.105 14857 14969 W com.mbwhatsapp: and incorrect proguard
optimizations.
01-26 10:21:24.278 14857 14866 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 102 to 100
01-26 11:00:46.028 14857 14866 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 236 to 100
01-26 11:36:02.562 14857 14866 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 212 to 100
01-26 12:19:21.281 14857 14866 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 260 to 100
01-26 13:10:46.385 14857 14866 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 137 to 100
01-26 13:28:42.407 14857 14866 W com.mbwhatsapp: Suspending all threads took:
20.738ms
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=5c036668-430b-45a5-b988-94a0078f5de1 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/19394962_1336522233670203_5462252170544473373_n.enc?ccb=11-4&oh=01_AdTdWNk5r-
0cZQ0BCbe5080TJ1oJ_faOPhn5ARbcybyWaw&oe=65DB4403&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=FOrpNLvx0XrxRM2a5efupei0u1xCSykxXQZ9ubecQAs= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706287483000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/19394962_1336522233670203_5462252170544473373_n.enc?ccb=11-4&oh=01_AdTdWNk5r-
0cZQ0BCbe5080TJ1oJ_faOPhn5ARbcybyWaw&oe=65DB4403&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=720 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=78469
multicast_id=null enc_file_hash=pC1+EDk+/+V0D4o8JbWEGpRNNSKmJE5Ld7XFhNn9vjA=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=342587 media_name=null media_duration=15 chat_row_id=3
media_key=[B@89208fd
01-26 13:28:49.280 14857 14949 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-26 13:28:49.280 14857 14949 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-26 15:37:43.436 14857 14866 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 516 to 100
01-26 16:01:03.241 14857 14866 W com.mbwhatsapp: Suspending all threads took:
33.453ms
01-26 16:32:46.205 14857 14866 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 188 to 100
01-26 17:16:59.803 14857 14866 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 265 to 100
01-26 17:42:15.106 14857 14866 W com.mbwhatsapp: Reducing the number of considered
missed Gc histogram windows from 119 to 100
01-26 17:55:42.627 14857 6810 W SQLiteLog: (28) double-quoted string literal: ""
01-26 18:05:52.900 14857 14857 W com.mbwhatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-26 18:05:53.181 14857 4866 E QT : [QT]file does not exist
01-26 18:05:53.196 14857 14857 W com.mbwhatsapp: Method void
com.mbwhatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-26 18:05:53.374 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:05:53.503 14857 14857 E ArmVmp : Match on catch block at 0x4c in for
0x72db6f1039
01-26 18:05:53.548 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:05:54.142 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1031
01-26 18:05:54.191 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f104d
01-26 18:05:54.985 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 18:05:54.985 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-26 18:05:54.985 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-26 18:05:54.985 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-26 18:05:54.985 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-26 18:05:54.985 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-26 18:05:54.986 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-26 18:05:54.986 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-26 18:05:55.041 14857 14857 E FBI : Can't load library: dlopen failed:
library "libmagtsync.so" not found
01-26 18:05:55.060 14857 4885 E ion : ioctl c0044901 failed with code -1:
Invalid argument
01-26 18:05:55.163 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:55.564 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:55.638 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:55.734 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:55.936 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:56.046 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:56.161 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:56.271 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:56.413 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:56.514 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:56.519 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-26 18:05:56.519 14857 4869 W com.mbwhatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-26 18:05:56.621 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:56.702 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:56.837 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:56.935 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:57.073 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f103d
01-26 18:05:57.152 14857 14857 E RecyclerView: No adapter attached; skipping layout
01-26 18:05:57.355 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:57.355 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:57.361 14857 4866 W Parcel : Expecting binder but got null!
01-26 18:05:57.509 14857 14857 E RecyclerView: No adapter attached; skipping layout
01-26 18:05:57.533 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:05:57.549 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:57.549 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:57.596 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:57.597 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:58.009 14857 4902 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-26 18:05:58.110 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1049
01-26 18:05:58.120 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1049
01-26 18:05:58.129 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1049
01-26 18:05:58.137 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1049
01-26 18:05:58.729 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:58.729 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:58.870 14857 14857 W LOTTIE : Animation contains merge paths but they
are disabled.
01-26 18:05:58.887 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:58.888 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:58.935 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:58.935 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:59.527 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:59.527 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:59.569 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:05:59.595 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:05:59.634 14857 14857 E ArmVmp : Match on catch block at 0x5b in for
0x72db6f101d
01-26 18:05:59.702 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:59.702 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:59.733 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:59.733 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:59.779 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:59.779 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:59.799 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:59.799 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:59.820 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:59.820 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:59.915 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:59.915 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:59.965 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:59.965 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:05:59.991 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:05:59.991 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:01.305 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:01.305 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:01.342 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:01.342 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:01.383 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:01.383 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:01.418 14857 14866 W com.mbwhatsapp: Cleared Reference was only
reachable from finalizer (only reported once)
01-26 18:06:01.425 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:01.425 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:01.480 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:01.480 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:01.497 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:01.498 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:01.532 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:01.532 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:01.564 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:01.564 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:03.236 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:03.237 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:03.662 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:03.662 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.491 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.491 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.514 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.514 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.521 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.521 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.529 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.529 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.546 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.546 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.567 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.567 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.580 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.580 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.597 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.597 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.614 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.614 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.630 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.631 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.647 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.647 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.665 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.665 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.684 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.684 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.697 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.697 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.714 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.714 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.731 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.731 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.747 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.747 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.764 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.764 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.780 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.780 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.797 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.797 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.814 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.814 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.830 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.830 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:06.847 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:06.847 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:07.097 14857 4902 W LOTTIE : Unknown shape type rd
01-26 18:06:07.177 14857 14857 E ArmVmp : Match on catch block at 0x4c in for
0x72db6f1039
01-26 18:06:07.189 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:06:07.199 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:06:07.316 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:06:07.327 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:06:08.108 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:06:08.120 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:06:08.124 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:06:08.206 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:08.206 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:08.209 14857 4866 W Parcel : Expecting binder but got null!
01-26 18:06:08.286 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.291 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.295 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.341 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.348 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.350 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:08.351 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:08.352 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.381 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:08.381 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:08.411 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:08.411 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:08.440 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.446 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.449 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.468 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:08.468 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:08.515 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:08.515 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:08.909 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.918 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.924 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:08.950 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:08.951 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:09.424 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:09.428 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:09.431 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:09.448 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:09.448 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:09.927 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:09.937 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:09.944 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:09.969 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:09.969 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:10.428 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:10.439 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:10.447 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:10.463 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:10.463 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:10.923 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:10.927 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:10.929 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:10.935 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:10.935 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:10.965 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:10.969 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:10.971 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:10.988 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:10.988 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:11.028 14857 14857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-26 18:06:11.028 14857 14857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-26 18:06:11.201 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.206 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.211 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.225 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.232 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.232 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:11.232 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:11.236 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.250 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:11.250 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:11.391 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.395 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.399 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.410 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:11.410 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:11.424 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.429 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.432 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.444 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:11.444 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:11.882 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.886 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.890 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.907 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.912 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.915 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.925 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:11.925 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:11.932 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.936 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.940 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.940 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:11.940 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:11.957 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.962 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.965 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.972 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:11.972 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:11.979 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.983 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:11.983 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:11.984 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.987 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:11.995 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:11.995 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:12.010 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.014 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.017 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.024 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.029 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.032 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.033 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:12.033 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:12.040 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.046 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.049 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:12.049 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:12.049 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.062 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.064 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:12.064 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:12.068 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.072 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.083 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:12.083 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:12.091 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.095 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.098 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.105 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:12.105 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:12.241 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.245 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.249 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.258 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:12.258 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:12.457 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.462 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.466 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.476 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:12.476 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:12.574 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.578 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.581 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.588 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:12.588 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:12.807 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.812 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.816 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:12.824 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:12.824 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:13.007 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.011 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.015 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.024 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:13.024 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:13.157 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.161 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.164 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.172 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:13.172 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:13.307 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.311 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.315 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.321 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:13.322 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:13.624 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.628 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.632 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.639 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:13.639 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:13.924 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.928 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.932 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:13.938 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:13.939 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:14.241 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:14.245 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:14.248 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:14.255 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:14.255 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:14.742 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:14.749 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:14.753 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:14.763 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:14.763 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.042 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.046 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.048 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.080 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.081 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.089 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.093 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.096 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.161 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.161 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.178 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.178 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.206 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.210 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.225 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.225 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.263 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.267 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.284 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.284 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.335 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.340 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.354 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.354 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.364 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.369 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.376 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.380 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.382 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.382 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.396 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.396 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:15.591 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.595 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:15.602 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:15.602 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:16.092 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.097 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.107 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:16.108 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:16.219 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.225 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.246 14857 4881 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-26 18:06:16.246 14857 4881 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-26 18:06:16.253 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:16.253 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:16.313 14857 14871 W MediaPlayerNative: info/warning (10973, 0)
01-26 18:06:16.540 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.544 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.567 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:16.567 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:16.572 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.576 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.592 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.592 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:16.592 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:16.599 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.614 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:16.614 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:16.845 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.848 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.863 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:16.863 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:16.910 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.913 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:16.928 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:16.928 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:17.606 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:17.606 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:17.650 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:17.656 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:06:17.682 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:17.682 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:17.705 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:17.705 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:17.758 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:17.758 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:17.805 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:17.806 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:17.830 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:17.830 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:18.015 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:18.015 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:18.121 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:18.121 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:19.155 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:19.155 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:19.209 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:19.209 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:19.353 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:19.353 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:19.382 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:19.383 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:06:19.709 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:06:19.709 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:09:23.639 14857 7071 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-26 18:10:02.147 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.147 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.231 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.231 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.269 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.269 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.342 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.342 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.361 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.361 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.379 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.379 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.396 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.396 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.408 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.408 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.427 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.427 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.481 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.481 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:02.499 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:02.499 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.094 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.094 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.117 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.117 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.125 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.125 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.140 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.140 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.156 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.156 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.172 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.172 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.189 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.189 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.205 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.206 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.222 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.222 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.239 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.239 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.255 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.255 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.272 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.272 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.289 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.289 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.305 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.305 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.322 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.322 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.339 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.339 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.355 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.355 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.372 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.372 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.389 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.389 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.407 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.407 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.409 14857 14857 E ArmVmp : Match on catch block at 0x4c in for
0x72db6f1039
01-26 18:10:03.423 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.423 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.425 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:10:03.438 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:10:03.439 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.439 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.456 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.456 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.476 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:03.476 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:03.484 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:03.491 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:04.187 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:10:04.252 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:10:04.258 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:10:04.319 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.319 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.325 14857 4866 W Parcel : Expecting binder but got null!
01-26 18:10:04.401 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.406 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.408 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.444 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.450 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.456 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.460 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.460 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.484 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.484 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.511 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.511 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.545 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.551 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.557 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.573 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.579 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.589 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.593 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.594 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.616 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.623 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.623 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.628 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.631 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.668 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.668 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.677 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.688 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.690 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.690 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.693 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.715 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.715 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.717 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.728 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.733 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.749 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.759 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.759 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:04.760 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.774 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:04.797 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:04.797 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:05.015 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.020 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.023 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.036 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:05.036 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:05.428 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.431 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.433 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.453 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:05.453 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:05.516 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.520 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.524 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.529 14857 14857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-26 18:10:05.529 14857 14857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-26 18:10:05.541 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:05.542 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:05.749 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.756 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.761 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.784 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.789 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.792 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.793 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:05.793 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:05.811 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:05.811 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:05.932 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.937 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.942 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:05.955 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:05.955 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.015 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.021 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.024 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.042 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.042 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.443 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.447 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.453 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.470 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.474 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.474 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.477 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.481 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.496 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.496 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.500 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.504 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.507 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.515 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.520 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.523 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.526 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.526 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.536 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.537 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.540 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.544 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.547 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.555 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.555 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.569 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.573 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.576 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.584 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.589 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.593 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.594 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.597 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.613 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.613 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.617 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.621 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.624 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.633 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.640 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.640 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.647 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.652 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.661 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.661 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.671 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.675 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.679 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.687 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.688 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:06.899 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.903 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.907 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:06.916 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:06.916 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:07.065 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.069 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.072 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.081 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:07.081 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:07.283 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.287 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.291 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.299 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:07.299 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:07.482 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.488 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.490 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.497 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:07.497 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:07.716 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.719 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.723 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:07.729 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:07.729 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.005 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.009 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.012 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.025 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.025 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.377 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.380 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.384 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.400 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.400 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.415 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.419 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.422 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.428 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.433 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.436 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.436 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.438 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.445 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.449 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.451 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.451 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.454 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.460 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.464 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.466 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.466 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.468 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.476 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.476 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.481 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.484 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.488 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.499 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.500 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.500 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.504 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.507 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.516 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.516 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.517 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.521 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.525 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.536 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.536 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.549 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.553 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.556 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.564 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.564 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.583 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.587 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.589 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.596 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.596 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.664 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.668 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.672 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.685 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.689 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.689 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.689 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.695 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.702 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.706 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.710 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.713 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.713 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.719 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.723 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.727 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.727 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.727 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.736 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.740 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.744 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.744 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.748 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.755 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.756 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.756 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.759 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.762 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.769 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.772 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.772 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.774 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.777 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.783 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.788 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.788 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.789 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.793 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.800 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.804 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.806 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.806 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.809 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.820 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.822 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.822 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.824 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.828 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.836 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.839 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.843 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.844 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.844 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.851 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.857 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.860 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.861 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.861 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.869 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.873 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.877 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.877 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.877 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.887 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.891 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.891 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.891 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.895 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.902 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.906 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.906 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.908 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.914 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.922 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.925 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.925 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.928 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.933 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.941 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.944 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.944 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.948 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.952 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.959 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.961 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.961 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.967 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.972 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.980 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:08.980 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:08.989 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.993 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:08.997 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.010 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.014 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:09.014 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:09.015 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.021 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.036 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:09.036 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:09.116 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.120 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.124 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.138 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:09.139 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:09.399 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.403 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.406 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.413 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:09.413 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:09.599 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.603 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.608 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.617 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:09.618 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:09.766 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.769 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.773 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.779 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:09.779 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:09.950 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.954 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.957 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:09.964 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:09.964 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:10.016 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.020 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.023 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.030 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:10.030 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:10.133 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.137 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.140 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.146 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:10.146 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:10.249 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.253 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.257 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.263 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:10.263 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:10.583 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.587 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.589 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:10.597 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:10.598 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:11.084 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:11.091 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:11.095 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:11.104 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:11.105 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:11.586 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:11.595 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:11.603 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:11.618 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:11.618 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:12.066 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:12.069 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:12.073 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:12.081 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:12.081 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:12.566 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:12.571 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:12.574 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:12.580 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:12.580 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:12.600 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:12.603 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:12.606 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:12.612 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:12.612 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:13.100 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:13.105 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:13.109 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:13.115 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:13.115 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:13.602 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:13.608 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:13.612 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:13.621 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:13.621 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:14.104 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:14.115 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:14.123 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:14.137 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:14.137 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:14.604 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:14.616 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:14.624 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:14.640 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:14.640 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:14.920 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:14.924 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:14.927 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:14.940 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:14.940 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.321 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.325 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.329 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.343 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.343 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.367 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.372 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.375 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.390 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.390 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.401 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.405 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.408 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.421 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.421 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.437 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.441 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.444 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.457 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.457 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.472 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.475 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.478 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.491 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.491 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.500 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.505 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.508 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.521 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.521 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.522 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.527 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.530 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.544 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.544 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.551 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.554 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.557 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.568 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.568 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.584 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.587 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.590 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.602 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.602 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.620 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.624 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.627 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.638 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.638 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.667 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.671 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.674 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.686 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.686 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.734 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.737 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.741 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.752 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.753 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.800 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.804 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.807 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.814 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.814 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.870 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.874 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.877 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.886 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.892 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.896 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.896 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.896 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.912 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.912 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.919 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.924 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.929 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.936 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.941 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.946 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.946 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.950 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.959 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.959 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.967 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.971 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.974 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.982 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.982 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:15.984 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.988 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.991 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:15.998 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:15.998 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.001 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.006 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.009 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.017 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.019 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.019 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.022 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.025 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.032 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.032 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.034 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.039 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.042 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.049 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.049 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.051 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.055 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.058 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.066 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.068 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.072 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.075 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.082 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.082 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.367 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.371 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.373 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.380 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.380 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.470 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.473 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.477 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.493 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.497 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.497 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.498 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.502 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.514 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.514 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.518 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.521 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.525 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.534 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.538 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.539 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.539 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.542 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.549 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.549 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.550 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.554 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.558 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.565 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.565 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.567 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.571 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.575 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.583 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.583 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.587 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.590 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.594 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.602 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.607 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.610 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.610 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.610 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.619 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.623 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.626 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.626 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.627 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.634 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.638 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.641 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.641 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.641 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.650 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.650 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.652 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.657 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.660 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.667 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.667 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.667 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.672 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.675 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.681 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.681 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.701 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.705 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.708 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.714 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.714 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:16.984 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.988 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.992 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:16.999 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:16.999 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:17.167 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.171 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.175 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.182 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:17.182 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:17.401 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.405 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.408 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.415 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:17.415 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:17.551 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.555 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.557 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.564 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:17.564 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:17.767 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.772 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.775 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.782 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:17.782 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:17.934 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.938 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.941 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.948 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:17.948 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:17.967 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.971 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.975 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:17.982 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:17.982 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:18.267 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.271 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.275 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.281 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:18.282 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:18.501 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.505 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.508 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.514 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:18.514 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:18.734 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.738 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.741 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.747 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:18.747 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:18.968 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.971 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.975 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:18.981 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:18.981 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:19.201 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.205 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.207 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.215 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:19.215 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:19.368 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.373 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.377 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.384 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:19.384 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:19.501 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.505 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.508 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.514 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:19.514 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:19.668 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.671 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.675 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.682 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:19.682 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:19.835 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.838 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.842 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:19.851 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:19.851 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:20.051 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.055 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.058 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:20.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:20.218 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.221 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.225 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.232 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:20.232 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:20.268 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.272 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.275 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.282 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:20.282 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:20.318 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.322 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.325 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.331 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:20.331 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:20.635 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.638 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.641 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:20.649 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:20.649 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:21.135 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.140 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.143 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.152 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:21.152 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:21.501 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.505 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.508 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.515 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:21.515 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:21.702 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.706 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.710 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.717 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:21.717 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:21.901 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.905 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.909 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:21.917 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:21.917 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:22.151 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:22.155 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:22.158 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:22.165 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:22.165 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:22.351 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:22.355 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:22.359 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:22.366 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:22.367 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:22.652 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:22.655 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:22.658 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:22.665 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:22.665 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:23.051 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.055 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.059 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:23.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:23.352 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.356 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.359 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.366 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:23.366 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:23.518 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.522 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.525 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.533 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:23.533 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:23.585 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.589 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.592 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.599 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:23.599 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:23.752 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.756 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.760 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.767 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:23.767 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:23.819 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.823 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.826 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.833 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:23.833 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:23.953 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.956 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.960 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:23.966 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:23.966 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:24.102 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.105 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.109 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.116 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:24.116 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:24.135 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.139 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.142 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.149 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:24.150 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:24.302 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.306 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.309 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.318 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:24.318 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:24.335 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.340 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.345 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.352 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:24.352 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:24.369 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.372 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.376 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.382 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:24.383 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:24.669 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.672 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.675 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:24.682 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:24.683 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.169 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.174 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.177 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.183 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.183 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.669 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.672 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.675 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.680 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.680 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.736 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.740 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.742 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.750 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.750 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.762 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.765 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.768 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.775 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.775 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.799 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.799 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.814 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.818 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.833 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.833 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.876 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.880 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.898 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.898 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.912 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.915 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.930 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.931 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.942 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.948 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.958 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.963 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.964 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.965 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.979 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.979 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:25.985 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.989 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:25.995 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:25.995 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:26.253 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:26.257 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:26.264 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:26.264 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:26.773 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:26.784 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:26.793 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:26.793 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:26.803 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:26.808 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:26.830 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:26.830 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:27.323 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:27.352 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:27.935 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:27.946 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:28.166 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.172 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.226 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.226 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.295 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.301 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.324 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.326 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.326 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.331 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.375 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.378 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.386 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.390 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.393 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.393 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.403 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.405 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.405 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.408 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.419 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.420 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.420 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.424 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.436 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.436 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.436 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.441 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.453 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.457 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.457 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.459 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.471 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.474 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.474 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.477 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.487 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.492 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.493 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.493 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.504 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.508 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.508 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.509 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.521 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.525 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.525 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.529 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.536 14857 14857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-26 18:10:28.536 14857 14857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-26 18:10:28.545 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.545 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.553 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.558 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.571 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.574 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.574 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.577 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.586 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.592 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.603 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.607 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.607 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.610 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.622 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.628 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.737 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.743 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.761 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.766 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.766 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.769 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.793 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.793 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:28.854 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.861 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:28.879 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:28.879 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:29.356 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:29.367 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:29.386 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:29.386 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:29.786 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:29.793 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:29.806 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:29.807 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:30.294 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:30.315 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.397 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:31.406 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:31.556 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.562 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.607 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.607 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.669 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.675 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.700 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.700 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.704 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.712 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.733 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.733 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.781 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.785 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.794 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.799 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.801 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.801 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.814 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.814 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.820 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.824 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.836 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.836 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.837 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.841 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.854 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.856 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.856 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.859 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.871 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.874 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.874 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.879 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.887 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.893 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.893 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.895 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.904 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.910 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.910 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.911 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.920 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.926 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.927 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.927 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.937 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.943 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.943 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.944 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.950 14857 14857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-26 18:10:31.950 14857 14857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-26 18:10:31.954 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.960 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.960 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.963 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.979 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:31.979 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:31.988 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:31.993 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.004 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.008 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:32.008 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:32.010 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.021 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.027 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.107 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.111 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.131 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.137 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:32.137 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:32.140 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.159 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:32.159 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:32.254 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.258 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.272 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:32.272 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:32.756 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.760 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:32.778 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:32.778 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:33.257 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:33.269 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:33.283 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:33.283 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:33.754 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:33.758 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:33.764 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:33.764 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:33.860 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:33.863 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:33.883 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:33.883 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:33.888 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:33.892 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:33.906 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:33.906 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:34.254 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.260 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.276 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:34.276 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:34.637 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.641 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.654 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:34.654 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:34.720 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.724 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.740 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:34.740 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:34.785 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.789 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.802 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:34.802 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:34.910 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:34.910 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:34.943 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.948 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:34.957 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:34.958 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:34.975 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:34.976 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:34.999 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:34.999 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.016 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.016 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.034 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.034 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.063 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.063 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.080 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.080 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.095 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.095 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.106 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.106 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.116 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.116 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.129 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.130 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.146 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.146 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.163 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.163 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.180 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.180 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.250 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.251 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.269 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:35.269 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:35.286 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:35.293 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:37.600 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.600 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.634 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.634 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.642 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.642 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.661 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.661 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.678 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.678 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.694 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.694 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.711 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.711 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.728 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.728 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.744 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.744 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.761 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.761 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.778 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.778 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.795 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.795 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.811 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.812 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.828 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.828 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.845 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.845 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.852 14857 14857 E ArmVmp : Match on catch block at 0x4c in for
0x72db6f1039
01-26 18:10:37.862 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.862 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.864 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:10:37.875 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:10:37.878 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.878 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.895 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.896 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.911 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.912 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.929 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.929 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.936 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:37.943 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:37.945 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.945 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.961 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.961 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.979 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.979 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:37.996 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:37.996 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:38.166 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:10:38.169 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:10:38.202 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:38.202 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:38.207 14857 4866 W Parcel : Expecting binder but got null!
01-26 18:10:38.249 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.252 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.285 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:38.285 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:38.289 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.292 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.316 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:38.316 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:38.331 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.333 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.337 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:38.337 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:38.350 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:38.351 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:38.383 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.387 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.398 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:38.398 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:38.857 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.863 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:38.880 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:38.880 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.355 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.358 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.372 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.372 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.539 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.542 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.550 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.550 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.556 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.558 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.566 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.566 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.572 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.575 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.581 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.582 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.589 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.591 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.598 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.598 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.607 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.609 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.619 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.619 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.622 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.624 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.632 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.632 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.639 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.642 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.650 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.650 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.656 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.658 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.667 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.667 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.672 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.675 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.683 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.684 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.689 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.692 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.700 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.700 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.706 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.708 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.717 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.717 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.723 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.726 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.734 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.734 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.739 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.742 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.750 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.750 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.756 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.759 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.768 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.768 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.773 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.776 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.784 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.785 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.789 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.792 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.801 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.801 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.806 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.809 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.817 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.817 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.822 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.825 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.833 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.833 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:39.855 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.858 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:39.867 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:39.868 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:40.372 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:40.376 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:40.390 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:40.390 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:40.873 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:40.877 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:40.885 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:40.885 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:41.376 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:41.384 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:41.398 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:41.398 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:41.873 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:41.879 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:41.889 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:41.889 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:42.373 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:42.378 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:42.387 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:42.387 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:42.876 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:42.881 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:42.893 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:42.893 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:43.014 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:43.018 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:43.038 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:43.038 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:43.042 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:43.045 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:43.059 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:43.059 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:43.374 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:43.379 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:43.396 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:43.396 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:43.873 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:43.877 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:43.890 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:43.891 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:44.376 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:44.384 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:44.397 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:44.397 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:44.876 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:44.884 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:44.897 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:44.897 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:45.377 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:45.384 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:45.399 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:45.399 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:45.877 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:45.884 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:45.899 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:45.899 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:46.374 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:46.379 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:46.386 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:46.386 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:46.893 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:46.899 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:46.912 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:46.912 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.141 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:47.144 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:47.152 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.152 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.258 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:47.261 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:47.269 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.269 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.401 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.401 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.432 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:47.434 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:47.443 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.443 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.489 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.489 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.533 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.533 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.560 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.560 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.579 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.579 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.720 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.720 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.738 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:47.738 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:47.793 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:47.798 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:51.855 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:51.855 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:51.888 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:51.888 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:51.896 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:51.896 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:51.913 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:51.913 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:51.929 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:51.929 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:51.947 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:51.947 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:51.964 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:51.964 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:51.981 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:51.981 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:51.997 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:51.998 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.014 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.014 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.031 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.031 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.048 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.048 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.064 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.082 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.082 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.092 14857 14857 E ArmVmp : Match on catch block at 0x4c in for
0x72db6f1039
01-26 18:10:52.105 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:10:52.116 14857 14857 E ArmVmp : Match on catch block at 0x8d in for
0x72db6f1039
01-26 18:10:52.162 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:52.169 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:10:52.676 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:10:52.681 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:10:52.684 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1021
01-26 18:10:52.731 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.731 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.735 14857 4866 W Parcel : Expecting binder but got null!
01-26 18:10:52.757 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.757 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.794 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.794 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.799 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.804 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.808 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.835 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.840 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.844 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.844 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.844 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.868 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.869 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.876 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.883 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.886 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.888 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.888 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.904 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.904 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:52.935 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.940 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.943 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:52.960 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:52.960 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:53.001 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:53.001 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:53.249 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:53.249 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:53.424 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:53.428 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:53.430 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:53.443 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:53.443 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:53.925 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:53.929 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:53.932 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:53.947 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:53.948 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:54.166 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.169 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.171 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.187 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:54.187 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:54.227 14857 14857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-26 18:10:54.227 14857 14857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-26 18:10:54.339 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.344 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.349 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.364 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.368 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:54.368 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:54.369 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.374 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.384 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:54.385 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:54.424 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.427 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.430 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.440 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:54.440 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:54.524 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.528 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.530 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.539 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:54.539 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:54.924 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.927 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.929 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:54.939 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:54.939 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.018 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.022 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.026 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.043 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.047 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.047 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.048 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.052 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.058 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.063 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.065 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.067 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.074 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.079 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.082 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.082 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.082 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.091 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.092 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.092 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.095 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.098 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.105 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.105 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.107 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.111 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.114 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.121 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.121 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.127 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.131 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.134 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.141 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.146 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.149 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.149 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.149 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.157 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.162 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.163 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.163 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.167 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.174 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.178 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.179 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.179 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.183 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.191 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.192 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.192 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.196 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.198 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.205 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.205 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.207 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.211 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.213 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.219 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.219 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.241 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.245 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.248 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.257 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.257 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.474 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.479 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.482 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.490 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.490 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.691 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.696 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.699 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.708 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.708 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.807 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.811 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.814 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.821 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.821 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:55.974 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.978 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.981 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:55.988 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:55.988 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:56.024 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.028 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.032 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.040 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:56.040 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:56.175 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.179 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.182 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.190 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:56.190 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:56.241 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.244 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.248 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.256 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:56.256 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:56.441 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.444 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.447 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.455 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:56.455 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:56.624 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.629 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.632 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:56.640 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:56.640 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:57.127 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.135 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.143 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.155 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:57.156 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:57.258 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.262 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.266 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.272 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:57.272 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:57.424 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.428 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.430 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.437 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:57.437 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:57.658 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.662 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.665 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.672 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:57.672 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:57.875 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.879 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.883 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:57.890 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:57.890 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:58.008 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.012 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.015 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.021 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:58.021 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:58.124 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.128 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.132 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.137 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:58.137 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:58.291 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.295 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.299 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.307 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:58.307 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:58.525 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.529 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.532 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.539 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:58.539 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:58.691 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.695 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.698 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.705 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:58.705 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:58.824 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.829 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.832 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:58.838 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:58.839 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:59.042 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.046 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.049 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.056 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:59.056 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:59.208 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.212 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.216 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.223 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:59.223 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:59.425 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.429 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.432 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.439 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:59.439 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:59.625 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.629 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.633 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.640 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:59.640 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:59.758 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.762 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.765 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.772 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:59.772 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:10:59.908 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.912 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.916 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:10:59.922 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:10:59.922 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:00.092 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.095 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.099 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.108 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:00.108 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:00.541 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.546 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.549 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.555 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:00.556 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:00.708 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.713 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.716 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.723 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:00.723 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:00.942 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.945 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.949 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:00.955 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:00.955 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:01.142 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.146 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.151 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.158 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:01.158 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:01.225 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.229 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.233 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.240 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:01.240 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:01.375 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.379 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.383 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.389 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:01.389 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:01.541 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.545 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.549 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.557 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:01.557 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:01.859 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.863 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.866 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.873 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:01.873 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:01.975 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.979 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.983 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:01.990 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:01.990 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:02.158 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.162 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.166 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.175 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:02.176 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:02.325 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.329 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.332 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.340 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:02.340 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:02.542 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.546 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.549 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.556 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:02.556 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:02.809 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.813 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.816 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:02.823 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:02.823 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:03.092 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.096 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.099 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.106 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:03.106 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:03.225 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.229 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.232 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.238 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:03.238 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:03.376 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.380 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.383 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.390 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:03.390 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:03.542 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.545 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.548 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.556 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:03.556 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:03.592 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.596 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.599 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.606 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:03.606 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:03.976 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.980 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.984 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:03.992 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:03.992 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:04.209 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.213 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.216 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.223 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:04.223 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:04.409 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.413 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.417 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.426 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:04.426 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:04.509 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.513 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.517 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.524 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:04.524 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:04.659 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.663 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.667 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.674 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:04.674 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:04.842 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.848 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.851 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.858 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:04.858 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:04.931 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.934 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.937 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.952 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:04.952 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:04.960 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.964 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.967 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:04.977 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:04.977 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:05.164 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:05.167 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:05.170 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:05.182 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:05.182 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:05.659 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:05.664 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:05.667 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:05.674 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:05.674 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.159 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.164 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.167 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.174 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.174 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.659 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.663 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.666 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.672 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.672 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.709 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.713 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.715 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.723 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.723 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.733 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.733 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.748 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.748 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.757 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.762 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.765 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.765 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.766 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.791 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.791 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.808 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.812 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.827 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.827 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.877 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.881 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.900 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.900 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.916 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.920 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.933 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.933 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.935 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.940 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.946 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.950 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:06.951 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.951 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:06.965 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:06.965 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:07.227 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:07.231 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:07.238 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:07.238 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:07.726 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:07.730 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:07.736 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:07.736 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:07.893 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:07.899 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:07.914 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:07.914 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:08.411 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:08.417 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:08.710 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:11:08.721 14857 14857 E ArmVmp : Match on catch block at 0x0a in for
0x72db6f1035
01-26 18:11:08.979 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:08.985 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.026 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.026 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.094 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.099 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.124 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.124 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.128 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.133 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.176 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.182 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.190 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.195 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.200 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.200 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.211 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.215 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.215 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.217 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.227 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.233 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.233 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.234 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.244 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.250 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.254 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.254 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.271 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.271 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.277 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.282 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.294 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.297 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.297 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.300 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.313 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.315 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.315 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.321 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.336 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.336 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.345 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.351 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.362 14857 14857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-26 18:11:09.362 14857 14857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-26 18:11:09.371 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.371 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.378 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.383 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.393 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.399 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.399 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.399 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.411 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.416 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.532 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.542 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.564 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.570 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.575 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.575 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.592 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.592 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.600 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.604 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.616 14857 7258 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-26 18:11:09.616 14857 7258 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-26 18:11:09.624 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.624 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:09.653 14857 14872 W MediaPlayerNative: info/warning (10973, 0)
01-26 18:11:09.662 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.667 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:09.682 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:09.682 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:10.160 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.164 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.174 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:10.174 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:10.294 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.304 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.319 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:10.319 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:10.375 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.381 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.412 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:10.412 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:10.415 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.421 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.438 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:10.439 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:10.591 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.597 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.616 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:10.616 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type CTA861_3
01-26 18:11:10.625 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.631 14857 14857 E ArmVmp : Match on catch block at 0xc3 in for
0x72db6f1025
01-26 18:11:10.651 14857 4866 E IMGMapper: set:488 set: Unset optional value from
type SMPTE2086
01-26 18:11:10.651 14857 4866 E IMGMapper: set:488 set: Unset optional value from

You might also like