0% found this document useful (0 votes)
15 views7,810 pages

Debugging WhatsApp Errors

The document appears to contain log output from an Android application. It records errors and warnings encountered during the application startup process, including a ClassNotFoundException being thrown when trying to load a class, and warnings about unoptimized code and failed lock verifications. It also logs an error saying a string resource with ID 0 could not be found.

Uploaded by

garzaoyuki
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)
15 views7,810 pages

Debugging WhatsApp Errors

The document appears to contain log output from an Android application. It records errors and warnings encountered during the application startup process, including a ClassNotFoundException being thrown when trying to load a class, and warnings about unoptimized code and failed lock verifications. It also logs an error saying a string resource with ID 0 could not be found.

Uploaded by

garzaoyuki
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/ 7810

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

01-27 21:36:13.401 31189 31189 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 21:36:13.898 31189 31189 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 21:36:13.904 31189 31189 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 21:36:13.904 31189 31189 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 21:36:13.904 31189 31189 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 21:36:13.904 31189 31189 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 21:36:13.904 31189 31189 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 21:36:13.904 31189 31189 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 21:36:13.904 31189 31189 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 21:36:13.904 31189 31189 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 21:36:13.904 31189 31189 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 21:36:13.904 31189 31189 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 21:36:13.904 31189 31189 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 21:36:13.904 31189 31189 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 21:36:13.904 31189 31189 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 21:36:13.904 31189 31189 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 21:36:13.904 31189 31189 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 21:36:13.904 31189 31189 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 21:36:13.904 31189 31189 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 21:36:13.904 31189 31189 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 21:36:13.904 31189 31189 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 21:36:13.904 31189 31189 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 21:36:13.904 31189 31189 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 21:36:13.904 31189 31189 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 21:36:14.078 31189 31189 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-27 21:36:14.739 31189 31220 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 21:36:15.296 31248 31248 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 21:36:15.455 31248 31248 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 21:36:15.455 31248 31248 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 21:36:15.455 31248 31248 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 21:36:15.455 31248 31248 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 21:36:15.455 31248 31248 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 21:36:15.455 31248 31248 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 21:36:15.455 31248 31248 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 21:36:15.455 31248 31248 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 21:36:15.455 31248 31248 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 21:36:15.455 31248 31248 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 21:36:15.455 31248 31248 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 21:36:15.455 31248 31248 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 21:36:15.455 31248 31248 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 21:36:15.455 31248 31248 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 21:36:15.455 31248 31248 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 21:36:15.455 31248 31248 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 21:36:15.455 31248 31248 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 21:36:15.455 31248 31248 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 21:36:15.455 31248 31248 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 21:36:15.455 31248 31248 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 21:36:15.455 31248 31248 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 21:36:15.455 31248 31248 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 21:36:15.455 31248 31248 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 21:36:15.538 31248 31248 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-27 21:36:15.592 31248 31269 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 21:36:15.842 31248 31248 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 21:36:15.842 31248 31248 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 21:36:17.409 31248 31301 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 21:36:17.409 31248 31301 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 21:36:17.409 31248 31301 W com.whatsapp: and incorrect proguard
optimizations.
01-27 21:36:17.418 31248 31248 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 21:36:18.097 31248 31248 E com.whatsapp: Invalid ID 0x00000000.
01-27 21:36:18.099 31248 31248 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
01-27 21:36:18.099 31248 31248 W System.err:
01-27 21:36:18.100 31248 31248 W System.err: at
android.content.res.Resources.getText(Resources.java:512)
01-27 21:36:18.100 31248 31248 W System.err:
01-27 21:36:18.100 31248 31248 W System.err: at
android.content.res.Resources.getString(Resources.java:605)
01-27 21:36:18.100 31248 31248 W System.err:
01-27 21:36:18.101 31248 31248 W System.err: at X.35t.A0E(Unknown Source:46)
01-27 21:36:18.101 31248 31248 W System.err:
01-27 21:36:18.101 31248 31248 W System.err: at
com.whatsapp.yo.yo.getString(Native Method)
01-27 21:36:18.102 31248 31248 W System.err:
01-27 21:36:18.102 31248 31248 W System.err: at
com.whatsapp.yo.yo.getString(Native Method)
01-27 21:36:18.103 31248 31248 W System.err:
01-27 21:36:18.103 31248 31248 W System.err: at
com.whatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
01-27 21:36:18.103 31248 31248 W System.err:
01-27 21:36:18.103 31248 31248 W System.err: at
com.whatsapp.yo.dep.showStoragePermissionRequest(Native Method)
01-27 21:36:18.103 31248 31248 W System.err:
01-27 21:36:18.104 31248 31248 W System.err: at
com.whatsapp.registration.EULA.onCreate(Unknown Source:248)
01-27 21:36:18.104 31248 31248 W System.err:
01-27 21:36:18.104 31248 31248 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
01-27 21:36:18.104 31248 31248 W System.err:
01-27 21:36:18.104 31248 31248 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
01-27 21:36:18.104 31248 31248 W System.err:
01-27 21:36:18.105 31248 31248 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
01-27 21:36:18.105 31248 31248 W System.err:
01-27 21:36:18.105 31248 31248 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
01-27 21:36:18.106 31248 31248 W System.err:
01-27 21:36:18.106 31248 31248 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
01-27 21:36:18.106 31248 31248 W System.err:
01-27 21:36:18.106 31248 31248 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
01-27 21:36:18.107 31248 31248 W System.err:
01-27 21:36:18.107 31248 31248 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
01-27 21:36:18.107 31248 31248 W System.err:
01-27 21:36:18.107 31248 31248 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
01-27 21:36:18.108 31248 31248 W System.err:
01-27 21:36:18.108 31248 31248 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
01-27 21:36:18.108 31248 31248 W System.err:
01-27 21:36:18.108 31248 31248 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 21:36:18.108 31248 31248 W System.err:
01-27 21:36:18.108 31248 31248 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 21:36:18.109 31248 31248 W System.err:
01-27 21:36:18.109 31248 31248 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 21:36:18.109 31248 31248 W System.err:
01-27 21:36:18.109 31248 31248 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 21:36:18.109 31248 31248 W System.err:
01-27 21:36:18.109 31248 31248 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 21:36:18.110 31248 31248 W System.err:
01-27 21:36:18.110 31248 31248 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 21:36:18.111 31248 31248 W System.err:
01-27 21:36:18.111 31248 31248 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 21:36:18.111 31248 31248 W System.err:
01-27 21:36:18.246 31248 31248 W Activity: Can request only one set of permissions
at a time
01-27 21:36:18.329 31248 31346 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-27 21:36:18.329 31248 31346 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-27 21:36:18.419 31248 31248 E ArmVmp : Match on catch block at 0x0a in for
0x271
01-27 21:36:18.787 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:36:18.788 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:36:18.789 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:36:20.024 31248 31248 E com.whatsapp: Invalid ID 0x00000000.
01-27 21:36:20.028 31248 31248 E com.whatsapp: Invalid ID 0x00000000.
01-27 21:36:20.029 31248 31248 E com.whatsapp: Invalid ID 0x00000000.
01-27 21:36:20.030 31248 31248 E com.whatsapp: Invalid ID 0x00000000.
01-27 21:36:20.031 31248 31248 E com.whatsapp: Invalid ID 0x00000000.
01-27 21:36:20.032 31248 31248 E com.whatsapp: Invalid ID 0x00000000.
01-27 21:36:20.033 31248 31248 E com.whatsapp: Invalid ID 0x00000000.
01-27 21:36:20.034 31248 31248 E com.whatsapp: Invalid ID 0x00000000.
01-27 21:36:24.707 31248 31257 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 21:36:28.481 31248 31248 W Activity: Can request only one set of permissions
at a time
01-27 21:36:28.482 31248 31248 W Activity: Can request only one set of permissions
at a time
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: Failed to load saved
values from file
/data/user/0/com.whatsapp/files/ShortcutInfoCompatSaver_share_targets/targets.xml.
Old state removed, new added
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.whatsapp/files/ShortcutInfoCompatSaver_share_targets/targets.xml:
open failed: ENOENT (No such file or directory)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8624)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
01-27 21:36:31.082 31248 31574 E ShortcutInfoCompatSaver: ... 7 more
01-27 21:36:31.210 31248 31313 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 21:36:31.227 31248 31313 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 21:36:31.240 31248 31313 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 21:36:33.864 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:36:33.866 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:36:36.062 31248 31248 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:36:36.062 31248 31248 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:37:01.304 31248 31248 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:37:01.304 31248 31248 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:37:10.154 31248 31248 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 21:37:11.311 31248 31847 E PlayCore: UID: [10278] PID: [31248]
StandardIntegrity : Phonesky is not installed.
01-27 21:37:11.364 31248 31308 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
01-27 21:37:11.364 31248 31308 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
01-27 21:37:12.266 31248 31248 W TextView: --------- beginning of main
01-27 21:37:13.522 31248 31248 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:37:13.522 31248 31248 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:37:14.179 31248 31248 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 21:37:14.363 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:37:17.995 31248 31248 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 180578139
01-27 21:37:18.030 31248 31248 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:37:18.030 31248 31248 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:37:35.692 31248 31248 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:37:35.692 31248 31248 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:37:42.200 31248 31248 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:37:42.200 31248 31248 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:37:43.496 31248 31248 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 21:37:45.956 31248 31248 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:37:45.956 31248 31248 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:38:02.041 31248 31248 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 21:38:02.296 31248 31248 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 21:38:02.304 31248 31248 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 21:38:02.316 31248 31248 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 21:38:02.332 31248 31248 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:38:02.332 31248 31248 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:38:02.882 31248 31248 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:38:02.882 31248 31248 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:38:03.702 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:38:11.411 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:38:11.411 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:38:11.411 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:38:11.411 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:38:12.958 31248 31248 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 21:38:13.251 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:38:13.252 31248 31248 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:38:54.184 32607 32607 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 21:38:54.485 32607 32607 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 21:38:54.487 32607 32607 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 21:38:54.487 32607 32607 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 21:38:54.487 32607 32607 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 21:38:54.487 32607 32607 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 21:38:54.487 32607 32607 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 21:38:54.487 32607 32607 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 21:38:54.487 32607 32607 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 21:38:54.487 32607 32607 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 21:38:54.487 32607 32607 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 21:38:54.487 32607 32607 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 21:38:54.487 32607 32607 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 21:38:54.487 32607 32607 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 21:38:54.487 32607 32607 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 21:38:54.487 32607 32607 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 21:38:54.487 32607 32607 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 21:38:54.487 32607 32607 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 21:38:54.487 32607 32607 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 21:38:54.487 32607 32607 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 21:38:54.487 32607 32607 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 21:38:54.487 32607 32607 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 21:38:54.487 32607 32607 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 21:38:54.487 32607 32607 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 21:38:54.593 32607 32607 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-27 21:38:55.288 32607 32607 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 21:38:55.288 32607 32607 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 21:38:55.585 32607 32714 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 21:38:55.585 32607 32714 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 21:38:55.585 32607 32714 W com.whatsapp: and incorrect proguard
optimizations.
01-27 21:39:25.974 32607 32607 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 21:39:26.462 32607 32607 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 21:39:27.059 32607 32617 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 21:39:27.113 32607 32607 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 21:39:27.126 32607 32607 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 21:39:27.146 32607 32607 W RemoteInputConnectionImpl: getExtractedText on
inactive InputConnection
01-27 21:39:27.150 32607 32607 W RemoteInpu--------- beginning of main
01-27 21:39:27.167 32607 32607 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:39:27.167 32607 32607 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:39:28.064 32607 32607 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:39:30.455 32607 32607 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:39:30.456 32607 32607 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:39:30.457 32607 32607 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:39:30.457 32607 32607 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:39:31.758 32607 32607 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:39:31.758 32607 32607 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:39:35.887 982 982 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 21:39:36.049 982 982 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 21:39:36.049 982 982 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 21:39:36.049 982 982 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 21:39:36.049 982 982 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 21:39:36.049 982 982 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 21:39:36.049 982 982 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 21:39:36.049 982 982 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 21:39:36.049 982 982 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 21:39:36.049 982 982 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 21:39:36.049 982 982 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 21:39:36.049 982 982 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 21:39:36.049 982 982 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 21:39:36.049 982 982 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 21:39:36.049 982 982 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 21:39:36.049 982 982 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 21:39:36.049 982 982 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 21:39:36.049 982 982 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 21:39:36.049 982 982 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 21:39:36.049 982 982 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 21:39:36.049 982 982 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 21:39:36.049 982 982 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 21:39:36.049 982 982 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 21:39:36.050 982 982 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 21:39:36.124 982 982 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-27 21:39:36.357 982 982 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 --------- beginning of main
01-27 21:39:36.498 982 1208 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 21:39:36.498 982 1208 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 21:39:36.498 982 1208 W com.whatsapp: and incorrect proguard
optimizations.
01-27 21:39:36.513 982 982 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 21:39:37.014 982 982 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 21:39:37.587 982 982 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 21:39:37.593 982 982 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 21:39:37.632 982 982 W RemoteInputConnectionImpl: beginBatchEdit on
inactive InputConnection
01-27 21:39:37.632 982 982 W RemoteInputConnectionImpl: setComposingRegion on
inactive InputConnection
01-27 21:39:37.632 982 982 W RemoteInputConnectionImpl: endBatchEdit on
inactive InputConnection
01-27 21:39:37.634 982 982 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 21:39:37.634 982 982 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 21:39:37.896 982 1309 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #3 (1267) at void X.0ia.A0X()(:-1) waiters=1 in void X.0ia.A0X()
for 267ms
01-27 21:39:38.279 982 1268 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #3 (1267) at void X.0ia.A0X()(:-1) waiters=3 in void X.0ia.A0X()
for 495ms
01-27 21:39:38.349 982 1269 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #3 (1267) at void X.0ia.A0X()(:-1) waiters=0 in void X.0ia.A0X()
for 742ms
01-27 21:39:38.409 982 982 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 21:39:45.614 1417 1417 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 21:39:45.724 1417 1417 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 21:39:45.725 1417 1417 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 21:39:45.725 1417 1417 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 21:39:45.725 1417 1417 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 21:39:45.725 1417 1417 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 21:39:45.725 1417 1417 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 21:39:45.725 1417 1417 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 21:39:45.725 1417 1417 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 21:39:45.725 1417 1417 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 21:39:45.725 1417 1417 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 21:39:45.725 1417 1417 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 21:39:45.725 1417 1417 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 21:39:45.726 1417 1417 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 21:39:45.726 1417 1417 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 21:39:45.726 1417 1417 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 21:39:45.726 1417 1417 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 21:39:45.726 1417 1417 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 21:39:45.726 1417 1417 W System.err:--------- beginning of main
01-27 22:05:36.907 25988 25988 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:05:37.092 25988 25988 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:05:37.093 25988 25988 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:05:37.093 25988 25988 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:05:37.093 25988 25988 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:05:37.093 25988 25988 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:05:37.093 25988 25988 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:05:37.093 25988 25988 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:05:37.093 25988 25988 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:05:37.093 25988 25988 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:05:37.094 25988 25988 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:05:37.094 25988 25988 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:05:37.094 25988 25988 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:05:37.094 25988 25988 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:05:37.094 25988 25988 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:05:37.094 25988 25988 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:05:37.094 25988 25988 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:05:37.094 25988 25988 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:05:37.094 25988 25988 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:05:37.094 25988 25988 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:05:37.094 25988 25988 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:05:37.094 25988 25988 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:05:37.094 25988 25988 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:05:37.094 25988 25988 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:05:37.191 25988 25988 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-27 22:05:37.681 26031 26031 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:05:37.790 26031 26031 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:05:37.790 26031 26031 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:05:37.790 26031 26031 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:05:37.791 26031 26031 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:05:37.791 26031 26031 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:05:37.791 26031 26031 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:05:37.791 26031 26031 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:05:37.791 26031 26031 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:05:37.791 26031 26031 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:05:37.791 26031 26031 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:05:37.791 26031 26031 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:05:37.791 26031 26031 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:05:37.791 26031 26031 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:05:37.791 26031 26031 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:05:37.791 26031 26031 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:05:37.791 26031 26031 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:05:37.791 26031 26031 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:05:37.791 26031 26031 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:05:37.791 26031 26031 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:05:37.791 26031 26031 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:05:37.791 26031 26031 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:05:37.791 26031 26031 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:05:37.791 26031 26031 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:05:37.852 26031 26031 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-27 22:05:38.091 26031 26031 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:05:38.092 26031 26031 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:05:38.422 26031 26051 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 22:05:39.628 26031 26093 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 22:05:39.628 26031 26093 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 22:05:39.628 26031 26093 W com.whatsapp: and incorrect proguard
optimizations.
01-27 22:05:39.639 26031 26031 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 22:05:40.009 26031 26031 E com.whatsapp: Invalid ID 0x00000000.
01-27 22:05:40.010 26031 26031 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
01-27 22:05:40.010 26031 26031 W System.err:
01-27 22:05:40.010 26031 26031 W System.err: at
android.content.res.Resources.getText(Resources.java:512)
01-27 22:05:40.010 26031 26031 W System.err:
01-27 22:05:40.010 26031 26031 W System.err: at
android.content.res.Resources.getString(Resources.java:605)
01-27 22:05:40.010 26031 26031 W System.err:
01-27 22:05:40.010 26031 26031 W System.err: at X.35t.A0E(Unknown Source:46)
01-27 22:05:40.010 26031 26031 W System.err:
01-27 22:05:40.010 26031 26031 W System.err: at
com.whatsapp.yo.yo.getString(Native Method)
01-27 22:05:40.010 26031 26031 W System.err:
01-27 22:05:40.011 26031 26031 W System.err: at
com.whatsapp.yo.yo.getString(Native Method)
01-27 22:05:40.011 26031 26031 W System.err:
01-27 22:05:40.011 26031 26031 W System.err: at
com.whatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
01-27 22:05:40.011 26031 26031 W System.err:
01-27 22:05:40.011 26031 26031 W System.err: at
com.whatsapp.yo.dep.showStoragePermissionRequest(Native Method)
01-27 22:05:40.011 26031 26031 W System.err:
01-27 22:05:40.011 26031 26031 W System.err: at
com.whatsapp.registration.EULA.onCreate(Unknown Source:248)
01-27 22:05:40.011 26031 26031 W System.err:
01-27 22:05:40.011 26031 26031 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
01-27 22:05:40.011 26031 26031 W System.err:
01-27 22:05:40.011 26031 26031 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
01-27 22:05:40.011 26031 26031 W System.err:
01-27 22:05:40.012 26031 26031 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
01-27 22:05:40.012 26031 26031 W System.err:
01-27 22:05:40.012 26031 26031 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
01-27 22:05:40.012 26031 26031 W System.err:
01-27 22:05:40.012 26031 26031 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
01-27 22:05:40.012 26031 26031 W System.err:
01-27 22:05:40.012 26031 26031 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
01-27 22:05:40.012 26031 26031 W System.err:
01-27 22:05:40.012 26031 26031 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
01-27 22:05:40.012 26031 26031 W System.err:
01-27 22:05:40.013 26031 26031 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
01-27 22:05:40.013 26031 26031 W System.err:
01-27 22:05:40.013 26031 26031 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
01-27 22:05:40.013 26031 26031 W System.err:
01-27 22:05:40.013 26031 26031 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:05:40.013 26031 26031 W System.err:
01-27 22:05:40.013 26031 26031 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:05:40.013 26031 26031 W System.err:
01-27 22:05:40.013 26031 26031 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:05:40.013 26031 26031 W System.err:
01-27 22:05:40.014 26031 26031 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:05:40.014 26031 26031 W System.err:
01-27 22:05:40.014 26031 26031 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:05:40.014 26031 26031 W System.err:
01-27 22:05:40.014 26031 26031 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:05:40.014 26031 26031 W System.err:
01-27 22:05:40.014 26031 26031 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:05:40.014 26031 26031 W System.err:
01-27 22:05:40.069 26031 26031 W Activity: Can request only one set of permissions
at a time
01-27 22:05:40.130 26031 26120 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-27 22:05:40.130 26031 26120 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-27 22:05:40.214 26031 26031 E ArmVmp : Match on catch block at 0x0a in for
0x275
01-27 22:05:40.478 26031 26031 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:05:40.479 26031 26031 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:05:40.480 26031 26031 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:05:41.705 26031 26031 E com.whatsapp: Invalid ID 0x00000000.
01-27 22:05:41.706 26031 26031 E com.whatsapp: Invalid ID 0x00000000.
01-27 22:05:41.707 26031 26031 E com.whatsapp: Invalid ID 0x00000000.
01-27 22:05:41.707 26031 26031 E com.whatsapp: Invalid ID 0x00000000.
01-27 22:05:41.708 26031 26031 E com.whatsapp: Invalid ID 0x00000000.
01-27 22:05:41.710 26031 26031 E com.whatsapp: Invalid ID 0x00000000.
01-27 22:05:41.710 26031 26031 E com.whatsapp: Invalid ID 0x00000000.
01-27 22:05:41.711 26031 26031 E com.whatsapp: Invalid ID 0x00000000.
01-27 22:05:46.487 26031 26039 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 22:05:51.178 26031 26031 W Activity: Can request only one set of permissions
at a time
01-27 22:05:51.178 26031 26031 W Activity: Can request only one set of permissions
at a time
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: Failed to load saved
values from file
/data/user/0/com.whatsapp/files/ShortcutInfoCompatSaver_share_targets/targets.xml.
Old state removed, new added
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.whatsapp/files/ShortcutInfoCompatSaver_share_targets/targets.xml:
open failed: ENOENT (No such file or directory)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8624)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
01-27 22:05:53.152 26031 26313 E ShortcutInfoCompatSaver: ... 7 more
01-27 22:05:53.218 26031 26103 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 22:05:53.228 26031 26103 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 22:05:53.237 26031 26103 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 22:05:56.681 26031 26031 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:05:56.683 26031 26031 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:05:57.354 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:05:57.354 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:06:03.876 26031 26031 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 22:06:04.555 26031 26075 E PlayCore: UID: [10293] PID: [26031]
StandardIntegrity : Phonesky is not installed.
01-27 22:06:04.601 26031 26072 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
01-27 22:06:04.601 26031 26072 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
01-27 22:06:05.220 26031 26031 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:06:07.162 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:06:07.162 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:06:07.932 26031 26031 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:06:07.983 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:06:07.983 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:06:08.046 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:06:08.046 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:06:44.457 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:06:44.457 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:07:01.972 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:07:01.972 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:07:02.152 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:07:02.152 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:07:02.276 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:07:02.276 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:07:21.767 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:07:21.767 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:07:57.990 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:07:57.990 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:07:59.327 26031 26031 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 22:08:00.551 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:08:00.551 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:08:18.492 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:08:18.492 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:08:23.278 26031 26031 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:08:23.278 26031 26031 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:10:50.646 28478 28478 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:10:50.795 28478 28478 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:10:50.797 28478 28478 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:10:50.797 28478 28478 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:10:50.798 28478 28478 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:10:50.798 28478 28478 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:10:50.798 28478 28478 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:10:50.798 28478 28478 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:10:50.798 28478 28478 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:10:50.798 28478 28478 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:10:50.798 28478 28478 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplica--------- beginning of
main
01-27 22:10:50.799 28478 28478 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:10:50.799 28478 28478 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:10:50.799 28478 28478 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:10:50.799 28478 28478 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:10:50.870 28478 28478 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-27 22:10:51.270 28478 28478 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:10:51.270 28478 28478 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:10:51.485 28478 28525 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 22:10:51.485 28478 28525 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 22:10:51.485 28478 28525 W com.whatsapp: and incorrect proguard
optimizations.
01-27 22:11:11.954 28760 28760 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:11:12.083 28760 28760 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:11:12.083 28760 28760 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:11:12.083 28760 28760 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:11:12.083 28760 28760 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:11:12.083 28760 28760 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:11:12.083 28760 28760 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:11:12.083 28760 28760 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:11:12.083 28760 28760 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:11:12.083 28760 28760 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:11:12.083 28760 28760 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:11:12.083 28760 28760 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:11:12.083 28760 28760 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:11:12.083 28760 28760 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:11:12.083 28760 28760 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:11:12.083 28760 28760 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:11:12.083 28760 28760 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:11:12.083 28760 28760 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:11:12.083 28760 28760 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:11:12.083 28760 28760 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:11:12.083 28760 28760 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:11:12.083 28760 28760 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:11:12.083 28760 28760 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:11:12.083 28760 28760 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01---------- beginning of main
01-27 22:11:12.156 28760 28760 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-27 22:11:12.399 28760 28760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:11:12.400 28760 28760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:11:12.574 28760 28809 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 22:11:12.574 28760 28809 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 22:11:12.574 28760 28809 W com.whatsapp: and incorrect proguard
optimizations.
01-27 22:14:54.520 1835 1835 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:14:54.807 1835 1835 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:14:54.810 1835 1835 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:14:54.810 1835 1835 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:14:54.810 1835 1835 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:14:54.810 1835 1835 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:14:54.810 1835 1835 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:14:54.810 1835 1835 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:14:54.810 1835 1835 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:14:54.810 1835 1835 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:14:54.810 1835 1835 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:14:54.810 1835 1835 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:14:54.810 1835 1835 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:14:54.810 1835 1835 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:14:54.810 1835 1835 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:14:54.810 1835 1835 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:14:54.810 1835 1835 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:14:54.810 1835 1835 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:14:54.810 1835 1835 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:14:54.810 1835 1835 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:14:54.810 1835 1835 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:14:54.810 1835 1835 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:14:54.810 1835 1835 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:14:54.810 1835 1835 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:14:54.920 1835 1835 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-27 22:14:55.408 1835 1835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTic--------- beginning
of main
01-27 22:14:55.669 1835 1918 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 22:14:55.669 1835 1918 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 22:14:55.669 1835 1918 W com.whatsapp: and incorrect proguard
optimizations.
01-27 22:14:55.685 1835 1835 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 22:14:56.658 1835 1835 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:14:56.891 1835 1835 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:14:56.891 1835 1835 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:15:05.874 1835 1845 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 22:15:18.369 1835 1835 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:15:18.369 1835 1835 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:15:19.975 1835 1835 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 22:15:20.576 1835 1967 E PlayCore: UID: [10293] PID: [1835]
StandardIntegrity : Phonesky is not installed.
01-27 22:15:20.612 1835 2036 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
01-27 22:15:20.612 1835 2036 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
01-27 22:15:21.754 1835 1835 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:15:21.754 1835 1835 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:15:49.626 2411 2411 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:15:49.852 2411 2411 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:15:49.853 2411 2411 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:15:49.853 2411 2411 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:15:49.853 2411 2411 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:15:49.853 2411 2411 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:15:49.853 2411 2411 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:15:49.853 2411 2411 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:15:49.853 2411 2411 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:15:49.853 2411 2411 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:15:49.853 2411 2411 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:15:49.853 2411 2411 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:15:49.853 2411 2411 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:15:49.853 2411 2411 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:15:49.853 2411 2411 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:15:49.853 2411 2411 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:15:49.853 2411 2411 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:15:49.853 2411 2411 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:15:49.853 2411 2411 W System.err: at
android.os.Looper.loopOnce(Looper.java:22--------- beginning of main
01-27 22:29:09.619 5317 5317 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:29:10.266 5317 5317 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:29:10.270 5317 5317 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:29:10.270 5317 5317 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:29:10.270 5317 5317 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:29:10.270 5317 5317 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:29:10.270 5317 5317 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:29:10.270 5317 5317 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:29:10.270 5317 5317 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:29:10.270 5317 5317 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:29:10.270 5317 5317 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:29:10.270 5317 5317 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:29:10.270 5317 5317 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:29:10.270 5317 5317 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:29:10.270 5317 5317 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:29:10.270 5317 5317 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:29:10.270 5317 5317 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:29:10.270 5317 5317 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:29:10.270 5317 5317 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:29:10.270 5317 5317 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:29:10.270 5317 5317 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:29:10.270 5317 5317 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:29:10.270 5317 5317 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:29:10.270 5317 5317 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:29:10.380 5317 5317 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-27 22:29:11.518 5317 5317 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:29:11.521 5317 5317 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:29:12.160 5317 5562 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 22:29:12.160 5317 5562 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 22:29:12.160 5317 5562 W com.whatsapp: and incorrect proguard
optimizations.
01-27 22:29:12.214 5317 5317 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 22:29:14.357 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:29:16.013 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:29:16.013 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:29:23.711 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:29:23.711 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:29:23.961 5317 5331 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 22:29:42.246 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:29:42.246 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:29:44.225 5317 5317 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 22:29:45.718 5317 5531 E PlayCore: UID: [10293] PID: [5317]
StandardIntegrity : Phonesky is not installed.
01-27 22:29:45.904 5317 5778 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
01-27 22:29:45.904 5317 5778 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
01-27 22:30:36.475 5317 5331 W com.whatsapp: Suspending all threads took:
11.066ms
01-27 22:31:32.043 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:31:32.043 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:31:38.408 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:31:38.408 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:31:40.636 5317 5317 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 22:31:46.540 5317 5317 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 22:31:49.205 5317 5317 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 149396791
01-27 22:31:50.017 5317 5317 W RemoteInputConnectionImpl: beginBatchEdit on
inactive InputConnection
01-27 22:31:50.022 5317 5317 W RemoteInputConnectionImpl: setComposingRegion on
inactive InputConnection
01-27 22:31:50.024 5317 5317 W RemoteInputConnectionImpl: endBatchEdit on
inactive InputConnection
01-27 22:31:50.031 5317 5317 W RemoteInputConnectionImpl: getExtractedText on
inactive InputConnection
01-27 22:31:50.032 5317 5317 W RemoteInputConnectionImpl: getTextBeforeCursor on
inactive InputConnection
01-27 22:31:50.340 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:31:50.340 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:32:18.096 5317 5333 W System : A resource failed to call end.
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"101"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"102"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"103"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"104"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"401"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"402"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"403"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"404"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"410"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"411"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"413"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"601"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"602"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"603"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"425"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal: "11"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal: "12"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"608"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal: "2"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal: "1"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"200"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"100"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal: "20"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal: "10"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal: "6"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal: "7"
01-27 22:32:22.922 5317 5679 W SQLiteLog: (28) double-quoted string literal: "8"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"101"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"102"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"103"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"104"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal: "11"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal: "12"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"608"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal: "2"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal:
"200"
01-27 22:32:22.933 5317 5679 W SQLiteLog: (28) double-quoted string literal: "20"
01-27 22:32:22.935 5317 5679 W SQLiteLog: (28) double-quoted string literal: "10"
01-27 22:32:26.682 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:32:26.682 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:32:30.692 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:32:30.692 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:32:44.637 5317 5317 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-27 22:32:45.630 5317 19305 W MediaCodec-JNI: try to release MediaCodec from
JMediaCodec::~JMediaCodec()...
01-27 22:32:45.633 5317 19305 W MediaCodec-JNI: done releasing MediaCodec from
JMediaCodec::~JMediaCodec().
01-27 22:32:45.678 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-27 22:32:45.761 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x269
01-27 22:32:45.777 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:32:45.777 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:32:45.777 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:32:45.778 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:32:45.778 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:32:45.778 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-27 22:32:45.778 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-27 22:32:45.778 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-27 22:32:45.878 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-27 22:32:45.880 5317 19538 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-27 22:32:45.961 5317 19565 W ColorUtils: expected specified color aspects
(2:0:0:0)
01-27 22:32:46.017 5317 5317 W Activity: Can request only one set of permissions
at a time
01-27 22:32:46.038 5317 19576 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-27 22:32:46.222 5317 19305 W AudioCapabilities: Unsupported mime audio/x-ima
01-27 22:32:46.279 5317 19305 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-27 22:32:46.279 5317 19305 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-27 22:32:46.280 5317 19305 W VideoCapabilities: Unsupported mime video/wvc1
01-27 22:32:46.296 5317 19305 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-27 22:32:46.327 5317 19305 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
01-27 22:32:46.808 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
01-27 22:32:49.714 5317 5317 E RecyclerView: No adapter attached; skipping layout
01-27 22:32:50.224 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.224 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.225 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.225 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.227 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.228 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.228 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.231 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.231 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.232 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.233 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.233 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.233 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.234 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.235 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.236 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.236 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.236 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.237 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.238 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.239 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.239 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.239 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.240 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.241 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.241 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.242 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.242 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.243 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.243 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.244 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.244 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.245 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.246 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.246 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.247 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.248 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.248 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.249 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.249 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.250 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.250 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.251 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.251 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.252 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.253 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.253 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.254 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.255 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.255 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.255 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.256 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.257 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.263 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.268 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.270 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.273 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:32:50.600 5317 19802 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-27 22:32:51.732 5317 5317 W LOTTIE : Animation contains merge paths but they
are disabled.
01-27 22:33:04.440 5317 20722 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-27 22:33:04.440 5317 20722 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-27 22:33:04.928 5317 19802 W LOTTIE : Unknown shape type rd
01-27 22:33:05.266 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-27 22:33:05.283 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 22:33:05.358 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x391
01-27 22:33:05.560 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:05.562 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:05.563 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.245 5317 5331 W com.whatsapp: Suspending all threads took: 7.684ms
01-27 22:33:06.344 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.346 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.346 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.346 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.346 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.346 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.346 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.346 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.346 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.346 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.347 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.347 5317 5333 W System : A resource failed to call close.
01-27 22:33:06.359 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-27 22:33:06.387 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-27 22:33:06.403 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-27 22:33:06.712 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.713 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.714 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.715 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.716 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.716 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.719 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.720 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.721 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.723 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:33:06.952 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:33:06.962 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:33:06.971 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:33:07.215 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:33:07.232 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:33:07.250 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:33:07.579 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:33:07.599 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:33:07.610 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:33:07.753 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:33:07.774 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:33:07.796 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:33:08.016 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:33:08.052 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:33:08.071 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:33:08.255 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:33:08.296 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:33:08.344 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:33:08.509 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:33:08.517 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:33:08.523 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:33:08.681 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:33:08.688 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:33:08.696 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:33:09.186 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:33:09.207 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:33:09.213 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:33:09.245 5317 5331 W com.whatsapp: Suspending all threads took:
10.538ms
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.860 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:09.861 5317 5333 W System : A resource failed to call close.
01-27 22:33:11.163 5317 5333 W System : A resource failed to call close.
01-27 22:33:13.908 5317 5333 W System : A resource failed to call close.
01-27 22:33:14.532 5317 5333 W System : A resource failed to call close.
01-27 22:33:14.532 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.503 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.504 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.505 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.506 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.507 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.508 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.509 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:20.513 5317 5333 W System : A resource failed to call close.
01-27 22:33:21.184 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x3ed
01-27 22:34:06.920 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:34:06.921 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:34:06.922 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:34:07.180 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-27 22:34:07.199 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-27 22:34:07.951 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:07.968 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:07.982 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:08.451 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:08.468 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:08.480 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:08.730 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:08.739 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:08.753 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:09.068 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:09.075 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:09.081 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:09.282 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:09.290 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:09.297 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:09.493 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:09.500 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:09.504 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:09.607 5317 22119 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 22:34:09.640 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:09.648 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:09.657 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:09.725 5317 5333 W System : A resource failed to call close.
01-27 22:34:09.726 5317 5333 W System : A resource failed to call destroy.
01-27 22:34:09.730 5317 5333 W System : A resource failed to call destroy.
01-27 22:34:09.771 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:09.777 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:09.780 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:09.951 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:09.957 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:09.960 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:10.060 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:10.065 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:10.068 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:10.166 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:10.171 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:10.175 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:10.272 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:10.276 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:10.280 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:10.377 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:10.382 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:10.388 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:10.492 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:10.497 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:10.501 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:10.578 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:10.584 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:10.587 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:10.791 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:10.796 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:10.799 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:10.970 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:10.975 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:10.978 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:11.102 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:11.107 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:11.110 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:11.250 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:11.255 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:11.259 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:11.400 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:11.408 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:11.415 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:11.531 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:11.537 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:11.541 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:11.648 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:11.655 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:11.659 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:11.840 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:11.845 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:11.848 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:11.967 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:11.974 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:11.978 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:12.095 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:12.100 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:12.104 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:12.216 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:12.222 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:12.227 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:12.350 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:12.356 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:12.360 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:12.462 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:12.467 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:12.470 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:12.595 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:12.600 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:12.604 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:12.712 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:12.718 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:12.722 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:12.846 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:12.851 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:12.856 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:13.119 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:13.126 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:13.134 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:13.215 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:13.221 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:13.224 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:13.350 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:13.355 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:13.359 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:13.481 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:13.487 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:13.490 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:13.603 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:13.609 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:13.614 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:13.734 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:13.740 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:13.744 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:13.852 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:13.859 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:13.864 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:13.987 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:13.994 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:14.000 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:14.098 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:14.102 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.106 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:14.216 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:14.224 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.228 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:14.283 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.290 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:14.294 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.335 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:14.343 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:14.349 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:14.368 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:14.378 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.387 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:14.500 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:14.515 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.528 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:14.536 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:34:14.633 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.638 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:14.642 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.750 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.755 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:14.759 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.783 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.788 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:14.792 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.885 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:14.893 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:14.899 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.004 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.014 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.019 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.136 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.150 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.155 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.255 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.268 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.273 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.287 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.297 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.302 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.390 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.398 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.406 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.505 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.512 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.521 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.637 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.651 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.655 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.757 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.765 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.771 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.806 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.813 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.819 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.888 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:15.899 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:15.907 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:16.007 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:16.022 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:16.026 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:16.141 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:16.150 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:16.155 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:16.308 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:16.317 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:16.322 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:16.809 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:16.818 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:16.823 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:17.310 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:17.319 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:17.327 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:17.810 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:17.822 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:17.826 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:18.311 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:18.320 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:18.326 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:18.812 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:18.822 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:18.829 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:19.313 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:19.322 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:19.327 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:19.813 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:19.822 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:19.827 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:20.314 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:20.324 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:20.330 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:20.810 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:20.815 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:20.819 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:21.012 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:21.017 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:34:21.021 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:21.035 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:21.042 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:34:21.046 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:34:21.310 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:21.316 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:21.320 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:21.814 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:21.827 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:21.832 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:22.317 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:22.327 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:22.335 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:22.818 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:22.827 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:22.838 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:23.319 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:23.329 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:23.334 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:23.820 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:23.834 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:23.839 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:24.320 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:24.330 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:24.340 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:24.821 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:24.831 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:24.840 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:25.322 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:25.333 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:25.338 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:25.821 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:25.831 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:25.839 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:26.320 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:26.336 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:26.342 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:26.824 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:26.833 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:26.842 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:27.319 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:27.325 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:27.334 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:27.826 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:27.835 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:27.844 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:28.326 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:28.337 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:28.342 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:28.827 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:28.836 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:28.844 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:29.328 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:29.336 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:29.344 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:29.829 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:29.838 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:29.844 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:30.330 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:30.337 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:30.344 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:30.830 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:30.840 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:30.849 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:31.331 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:31.340 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:31.348 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:31.832 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:31.842 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:31.847 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:32.333 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:32.342 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:32.347 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:32.833 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:32.843 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:32.851 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:33.334 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:33.343 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:33.353 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:33.835 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:33.844 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:33.851 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:34.336 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:34.350 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:34.355 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:34.831 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:34.837 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:34.842 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:35.353 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:35.363 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:35.370 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:35.855 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:35.864 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:35.870 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:36.353 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:36.365 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:36.371 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:36.857 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:36.866 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:36.872 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:37.357 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:37.367 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:37.374 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:37.858 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:37.868 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:37.877 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:38.359 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:38.369 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:38.374 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:38.859 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:38.874 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:38.878 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:39.360 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:39.370 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:39.375 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:39.861 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:39.871 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:39.880 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:40.362 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:40.371 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:40.380 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:40.863 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:40.873 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:40.877 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:41.363 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:41.378 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:41.382 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:41.864 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:41.874 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:41.878 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:42.365 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:42.373 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:42.382 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:42.866 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:42.876 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:42.885 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:43.367 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:43.379 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:43.384 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:43.867 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:43.877 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:43.892 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:44.368 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:44.377 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:44.384 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:44.869 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:44.878 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:44.883 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:45.370 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:45.378 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:45.385 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:45.870 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:45.880 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:45.887 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:46.371 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:46.380 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:46.390 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:46.872 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:46.882 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:46.886 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:47.373 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:47.382 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:47.386 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:47.873 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:47.881 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:47.891 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:48.374 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:48.384 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:48.391 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:48.875 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:48.886 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:48.890 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:49.376 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:49.386 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:49.391 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:49.877 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:49.886 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:49.892 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:50.377 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:50.386 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:50.396 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:50.878 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:50.888 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:50.894 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:51.031 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:34:51.381 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:51.391 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:34:51.398 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:34:51.541 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:34:51.550 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:34:51.555 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:44.237 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-27 22:36:44.246 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-27 22:36:44.388 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:44.404 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:44.619 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:44.630 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:44.708 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:44.718 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:44.750 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:44.767 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:44.773 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:36:44.862 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:44.872 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:44.980 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:44.987 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:45.149 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:45.155 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:45.179 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:45.185 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:45.196 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:45.201 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:45.312 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:45.319 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:45.433 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:45.442 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:45.567 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:45.577 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:45.680 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:45.686 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:45.697 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:45.703 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:45.814 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:45.820 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:45.930 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:45.937 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:46.064 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:46.072 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:46.181 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:46.187 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:46.197 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:46.203 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:46.314 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:46.321 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:46.399 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:46.404 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:46.416 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:46.421 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:46.432 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:46.438 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:46.564 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:46.571 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:46.698 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:46.703 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:46.714 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:46.720 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:46.814 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:46.819 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:46.931 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:46.937 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:47.065 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:47.072 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:47.198 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:47.205 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:47.215 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:47.222 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:47.316 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:47.323 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:47.449 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:47.459 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:47.597 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:47.604 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:47.718 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:47.725 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:47.740 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:47.746 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:47.853 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:47.861 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:47.988 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:47.993 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:48.010 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:48.016 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:48.029 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:48.035 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:48.124 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:48.129 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:48.234 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:48.240 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:48.251 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:48.257 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:48.379 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:48.387 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:48.512 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:48.517 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:48.634 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:48.640 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:48.753 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:48.763 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:48.786 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:48.799 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:48.888 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:48.900 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:49.008 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:49.017 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:49.141 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:49.149 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:49.237 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:49.244 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:49.257 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:49.263 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:49.286 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:49.291 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:49.386 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:49.392 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:49.519 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:49.525 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:49.636 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:49.642 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:49.770 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:49.776 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:49.787 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:49.794 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:49.889 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:49.897 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:50.023 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:50.036 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:50.138 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:50.150 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:50.276 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:50.285 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:50.307 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:50.320 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:50.391 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:50.404 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:50.525 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:50.540 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:50.639 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:50.653 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:50.775 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:50.784 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:50.810 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:50.818 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:50.891 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:50.905 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:51.027 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:51.036 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:51.144 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:51.152 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:51.278 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:51.293 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:51.309 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:51.323 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:51.393 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:51.410 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:51.611 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:51.616 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:51.631 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:36:51.649 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:36:51.649 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:36:51.806 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:51.812 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:51.847 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:51.853 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:51.873 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:51.880 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:52.039 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:52.045 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:52.312 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:52.320 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:52.813 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:52.823 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:53.314 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:53.329 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:53.810 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:53.817 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:53.949 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:53.954 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:53.976 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:53.981 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:53.993 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:54.000 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.010 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:54.020 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:54.065 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.070 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.086 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.092 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.109 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:54.115 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:54.126 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.131 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:54.143 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:54.148 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:54.227 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.233 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:54.410 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:54.417 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:54.627 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:54.634 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.646 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:54.652 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:54.658 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:36:54.661 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.666 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.677 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:54.682 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:54.695 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.700 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:54.712 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:54.718 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:54.730 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:54.736 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:54.745 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:54.751 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.762 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:54.767 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:54.779 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.785 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.795 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:54.801 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:54.812 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.818 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:54.828 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:54.833 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:54.845 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:54.850 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:54.862 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:54.868 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.878 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:54.883 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:54.896 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.904 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.912 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:54.916 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:54.929 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:54.934 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:54.945 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:54.951 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:54.962 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:54.967 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:54.978 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:54.983 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:54.995 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:55.000 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:55.011 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:55.017 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:55.028 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:55.033 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:55.061 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:55.066 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:55.228 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:55.234 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:55.412 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:55.418 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:55.631 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:55.637 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:55.848 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:55.854 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:55.946 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:55.954 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:56.163 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:56.169 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:56.446 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:56.452 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:56.547 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:56.553 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:56.557 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:36:57.050 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:57.061 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:57.552 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:57.561 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:58.053 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:58.062 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:58.554 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:58.566 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:58.733 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:36:58.739 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:58.860 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:36:58.865 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:36:58.881 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:58.886 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:59.385 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:59.393 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:59.433 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:36:59.442 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:36:59.493 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:59.498 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:59.593 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:59.598 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:36:59.661 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:36:59.690 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:36:59.695 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:00.287 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:00.294 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:00.324 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:00.350 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:00.894 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:00.900 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:00.918 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:00.923 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:00.972 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:00.979 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:01.456 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:01.468 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:01.959 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:01.968 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:02.230 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:02.236 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:02.325 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:02.344 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:02.768 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:02.790 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:02.795 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:03.291 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:03.297 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:03.326 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:03.331 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:03.338 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:03.792 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:03.799 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:03.835 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:03.842 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:03.991 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:03.997 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:04.010 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:04.017 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:04.036 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:04.078 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:04.084 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:04.094 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:04.118 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:04.124 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:04.154 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:04.326 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:04.333 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:04.415 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:04.420 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:04.440 5317 22575 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 22:37:04.440 5317 22575 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 22:37:04.499 5317 5343 W MediaPlayerNative: info/warning (10973, 0)
01-27 22:37:04.830 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:04.839 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:05.331 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:05.341 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:05.832 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:05.840 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:06.006 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:06.016 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:06.049 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:06.056 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:06.333 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:06.346 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:06.835 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:06.843 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:07.335 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:07.345 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:07.836 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:07.847 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:08.337 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:08.347 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:08.838 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:08.852 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:09.339 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:09.348 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:09.840 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:09.848 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:10.340 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:10.348 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:10.838 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:10.843 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:10.928 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:10.935 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:10.956 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:10.961 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:10.970 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:10.977 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:10.986 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:10.993 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:11.003 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:11.008 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:11.020 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:11.026 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:11.040 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:11.044 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:11.055 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:11.061 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:11.074 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:11.079 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:11.087 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:11.093 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:11.103 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:11.108 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:11.120 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:11.125 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:11.253 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:11.258 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:11.262 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:11.504 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:11.512 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:11.788 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:11.793 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:11.904 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:11.910 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:12.156 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:12.162 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:12.355 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:12.360 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:12.523 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:12.528 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:13.022 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:13.028 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:13.312 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:13.327 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:13.335 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:13.347 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:13.356 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:13.362 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:13.818 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:13.831 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:13.836 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:13.854 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:13.860 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:13.870 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:13.876 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:13.884 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:13.889 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:13.898 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:13.904 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:13.910 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:13.913 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:13.918 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:13.926 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:13.930 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:13.940 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:13.944 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:13.957 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:13.962 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:13.973 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:13.978 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:13.990 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:13.997 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:14.007 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:14.012 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:14.024 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:14.029 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:14.080 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:14.087 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:14.309 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:14.318 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:14.363 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:14.372 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:14.862 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:14.876 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:15.363 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:15.373 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:15.862 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:15.873 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:16.365 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:16.376 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:16.866 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:16.879 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:17.367 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:17.378 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:17.868 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:17.877 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:18.220 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:18.226 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:18.244 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:18.249 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:18.258 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:18.263 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:18.271 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:18.277 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:18.286 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:18.291 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:18.298 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:18.302 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:18.313 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:18.319 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:18.334 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:18.340 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:18.349 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:18.354 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:18.363 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:18.368 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:18.380 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:18.385 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:18.397 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:18.402 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:18.413 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:18.419 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:18.431 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:18.436 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:18.581 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:18.587 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:18.591 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:18.765 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:18.770 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:18.866 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:18.871 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:19.015 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:19.019 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:19.024 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:19.150 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:19.157 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:19.267 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:19.273 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:19.450 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:19.455 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:19.616 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:19.621 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:19.867 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:19.874 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:20.000 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:20.004 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:20.218 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:20.226 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:20.316 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:20.321 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:20.434 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:20.440 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:20.445 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:20.719 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:20.725 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:20.852 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:20.857 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:20.862 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:20.985 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:20.990 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:21.338 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:21.344 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:21.857 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:21.869 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:22.104 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:22.110 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:22.604 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:22.612 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:22.639 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:22.644 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:22.822 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:22.827 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:23.325 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:23.338 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:23.824 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:23.831 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:24.006 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:24.012 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:24.202 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:24.208 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:24.219 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:24.224 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:24.423 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:24.429 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:24.626 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:24.633 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:25.091 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:25.097 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:25.134 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:25.140 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:25.178 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:25.182 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:25.195 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:25.203 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:25.215 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:25.257 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:25.264 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:25.298 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:25.306 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:25.317 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:25.335 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:25.342 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:25.350 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:25.357 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:25.479 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:25.485 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:25.495 5317 22575 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 22:37:25.496 5317 22575 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 22:37:25.523 5317 5857 W MediaPlayerNative: info/warning (10973, 0)
01-27 22:37:25.626 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:25.633 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:25.784 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:25.791 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:25.808 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:25.813 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:25.823 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:25.832 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:25.841 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:25.850 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:25.859 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:25.866 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:25.875 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:25.880 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:25.895 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:25.901 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:25.910 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:25.916 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:25.928 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:25.934 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:25.942 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:25.948 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:25.959 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:25.964 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:25.975 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:25.980 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:26.026 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:26.031 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:26.109 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:26.115 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:26.210 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:26.215 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:26.276 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:26.282 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:26.376 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:26.383 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:26.416 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:26.421 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:26.447 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:26.452 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:26.477 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:26.483 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:26.696 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:26.702 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:26.725 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:26.731 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:26.765 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:26.770 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:26.826 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:26.832 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:26.846 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:26.868 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:26.874 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:26.894 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:26.900 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:26.906 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:26.914 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:26.920 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:26.929 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:26.934 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:27.236 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:27.242 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:27.253 5317 22575 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 22:37:27.254 5317 22575 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 22:37:27.284 5317 19372 W MediaPlayerNative: info/warning (10973, 0)
01-27 22:37:27.528 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:27.533 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:27.554 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:27.559 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:27.579 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:27.587 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:27.635 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:27.641 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:28.029 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:28.030 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:28.030 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:28.041 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:28.047 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:28.147 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:28.154 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:28.430 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:28.437 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:30.985 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:30.985 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:30.986 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:30.986 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:35.125 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-27 22:37:35.132 5317 5317 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 22:37:35.310 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-27 22:37:35.313 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-27 22:37:35.316 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-27 22:37:35.346 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:35.346 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:35.347 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:35.348 5317 5317 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:37:35.400 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:35.404 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:35.407 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:35.433 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:35.436 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:35.441 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:35.465 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:35.471 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:35.478 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:35.523 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:35.527 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:35.531 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:35.593 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:36.007 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:36.012 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:36.016 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:36.513 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:36.522 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:36.530 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:37.011 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:37.015 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:37.018 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:37.043 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:37.047 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:37.050 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:37.110 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:37.114 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:37.118 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:37.510 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:37.515 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:37.518 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:37.749 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:37.753 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:37.756 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:37.763 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:37.776 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:37:37.776 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:37:37.856 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:37.861 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:37.864 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:37.878 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:37.882 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:37.885 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:38.011 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:38.015 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.018 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:38.061 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:38.066 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.070 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:38.515 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:38.523 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:38.529 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:38.719 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:38.725 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:38.729 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:38.748 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.752 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.757 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.779 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.783 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.786 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.795 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.799 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.802 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.812 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.816 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.819 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.831 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.836 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.839 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.847 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.853 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.856 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.863 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.868 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.872 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.879 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.883 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.887 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.895 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.899 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.901 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.912 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.915 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:38.918 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:38.979 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:38.986 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:38.989 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:39.145 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:39.150 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:39.153 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:39.296 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:39.301 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:39.306 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:39.631 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:39.635 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:39.639 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:39.661 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:39.665 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:39.668 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:39.695 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:39.699 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:39.745 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:39.751 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:39.761 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:39.774 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:39.784 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:39.803 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:39.808 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:39.812 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:39.830 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:39.835 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:39.847 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:39.851 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:39.863 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:37:39.867 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:39.933 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:39.937 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:39.948 5317 22575 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 22:37:39.948 5317 22575 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 22:37:39.985 5317 5336 W MediaPlayerNative: info/warning (10973, 0)
01-27 22:37:40.167 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:40.178 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:40.493 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:37:40.497 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:37:40.516 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:40.521 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:40.601 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:40.606 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:40.648 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:40.652 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
0--------- beginning of main
01-27 22:37:40.723 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:37:40.726 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:37:41.320 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:37:41.326 5317 5317 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:37:43.399 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:43.406 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:43.415 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:43.424 5317 5317 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:37:43.424 5317 5317 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:37:48.202 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:48.204 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:37:48.214 5317 5317 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:38:04.444 23643 23643 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:38:05.145 23643 23643 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:38:05.156 23643 23643 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:38:05.156 23643 23643 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:38:05.156 23643 23643 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:38:05.156 23643 23643 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:38:05.156 23643 23643 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:38:05.156 23643 23643 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:38:05.156 23643 23643 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:38:05.156 23643 23643 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:38:05.156 23643 23643 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:38:05.156 23643 23643 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:38:05.156 23643 23643 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:38:05.156 23643 23643 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:38:05.156 23643 23643 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:38:05.156 23643 23643 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:38:05.156 23643 23643 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:38:05.156 23643 23643 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:38:05.156 23643 23643 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:38:05.156 23643 23643 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:38:05.156 23643 23643 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:38:05.156 23643 23643 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:38:05.156 23643 23643 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:38:05.156 23643 23643 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:38:05.475 23643 23643 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-27 22:38:06.831 23643 23643 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:38:06.831 23643 23643 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:38:07.697 23643 23837 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 22:38:07.697 23643 23837 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 22:38:07.697 23643 23837 W com.whatsapp: and incorrect proguard
optimizations.
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=b5719b03-7d7b-43ca-94b7-01e97c93b868 transcoded=0 gif_attribution=0
first_scan_length=4299 direct_path=/v/t62.7118-
24/26098096_1399912877312313_1505642464600298548_n.enc?ccb=11-
4&oh=01_AdQtdYgSTTibjEJs3Wibju8Z1PLfN0zF8yruA-lhJP-7Tw&oe=65DD5FAD&_nc_sid=5e03e0
thumbnail_height_width_ratio=2.2857144 is_animated_sticker=0
file_hash=nLDOKdgHZ9rXuQt4JCxolXK/xxxy1CRhMBsl4M9b7KQ=
file_path=Media/.Statuses/40bd726fe8f940b1a9f82478d0d861cc.jpg file_size=39945
partial_media_hash=90v2AjpmGEJQO9xnQO+Fd3QsBIJKFtQb/k2B16NY0S8= face_x=0 face_y=0
height=1080 trim_to=0 media_key_timestamp=1706415974000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/26098096_1399912877312313_1505642464600298548_n.enc?ccb=11-
4&oh=01_AdQtdYgSTTibjEJs3Wibju8Z1PLfN0zF8yruA-lhJP-
7Tw&oe=65DD5FAD&_nc_sid=5e03e0&mms3=true media_caption=null trim_from=0
mime_type=image/jpeg partial_media_enc_hash=null width=485 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=308 multicast_id=null
enc_file_hash=xfOoVw835UM9s09YttCwCaGev9auFUjrbhM6X0ev5/8= mute_video=0
page_count=0 first_scan_sidecar=[B@23b0c00 suspicious_content=0 file_length=39945
media_name=null media_duration=0 chat_row_id=119 media_key=[B@8cc4c39
01-27 22:45:40.357 23643 23832 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 22:45:40.357 23643 23832 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 22:52:52.622 23643 23643 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 22:52:52.941 23643 23643 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-27 22:52:53.633 23643 23643 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 22:52:53.679 23643 23643 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-27 22:52:53.687 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:52:53.687 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:52:53.687 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:52:53.687 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:52:53.687 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:52:53.687 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-27 22:52:53.688 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-27 22:52:53.688 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-27 22:52:53.766 23643 23643 W Activity: Can request only one set of permissions
at a time
01-27 22:52:53.773 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-27 22:52:53.773 23643 13078 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-27 22:52:55.227 23643 23643 E RecyclerView: No adapter attached; skipping layout
01-27 22:52:55.365 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.365 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.365 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.365 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.366 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.367 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.367 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.367 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.368 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.368 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.368 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.369 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.369 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.369 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.369 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.370 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.370 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.370 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.371 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.371 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.371 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.372 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.372 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.372 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.373 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.373 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.373 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.374 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.374 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.374 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.375 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.375 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.375 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.376 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.376 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.376 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.377 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.377 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.377 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.378 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.378 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.378 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.379 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.379 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.380 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.380 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.380 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.380 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.381 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.381 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.382 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.382 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.382 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.382 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.383 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeL--------- beginning of main
01-27 22:52:55.384 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.386 23643 23643 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:52:55.471 23643 23643 E RecyclerView: No adapter attached; skipping layout
01-27 22:52:55.494 23643 23643 E ArmVmp : Match on catch block at 0x0a in for
0x1ad
01-27 22:52:55.498 23643 13102 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 22:52:55.774 23643 13108 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-27 22:52:56.130 23643 23643 W LOTTIE : Animation contains merge paths but they
are disabled.
01-27 22:53:10.092 23643 23643 E ArmVmp : Match on catch block at 0x0a in for
0x245
01-27 22:53:11.262 23643 23643 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 22:53:18.092 23643 23643 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 22:53:21.505 23643 23643 E ArmVmp : Match on catch block at 0x0a in for
0x1d1
01-27 22:53:21.522 23643 23643 E ArmVmp : Match on catch block at 0x0a in for
0x1a9
01-27 22:53:24.835 13250 13250 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:53:25.037 13250 13250 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:53:25.038 13250 13250 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:53:25.038 13250 13250 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:53:25.038 13250 13250 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:53:25.039 13250 13250 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:53:25.039 13250 13250 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:53:25.039 13250 13250 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:53:25.039 13250 13250 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:53:25.039 13250 13250 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:53:25.039 13250 13250 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:53:25.039 13250 13250 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:53:25.039 13250 13250 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:53:25.039 13250 13250 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:53:25.039 13250 13250 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:53:25.039 13250 13250 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:53:25.039 13250 13250 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:53:25.039 13250 13250 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:53:25.039 13250 13250 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:53:25.039 13250 13250 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:53:25.039 13250 13250 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:53:25.039 13250 13250 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:53:25.039 13250 13250 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:53:25.039 13250 13250 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:53:25.116 13250 13250 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-27 22:53:25.465 13250 13250 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:53:25.465 13250 13250 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:53:25.749 13250 13250 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 22:53:25.749 13250 13250 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 22:53:25.749 13250 13250 W com.whatsapp: and incorrect proguard
optimizations.
01-27 22:53:25.757 13250 13300 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 22:53:26.102 13250 13250 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-27 22:53:26.689 13250 13250 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-27 22:53:26.731 13250 13250 E ArmVmp : Match on catch block at 0x0a in for
0x265
01-27 22:53:26.755 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:53:26.756 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:53:26.756 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:53:26.756 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:53:26.756 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:53:26.756 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-27 22:53:26.756 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-27 22:53:26.756 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-27 22:53:26.779 13250 13250 W Activity: Can request only one set of permissions
at a time
01-27 22:53:26.857 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-27 22:53:26.857 13250 13330 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-27 22:53:28.212 13250 13250 E RecyclerView: No adapter attached; skipping layout
01-27 22:53:28.316 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.316 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.317 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.317 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.318 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.318 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.319 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.319 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.319 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.320 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.320 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.320 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.321 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.321 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.321 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.322 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.322 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.322 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.323 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.323 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.323 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.324 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.324 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.325 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.326 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.326 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.326 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.327 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.328 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.328 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.328 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.329 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.329 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.329 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.330 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.330 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.330 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.331 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.331 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.331 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.332 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.332 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.333 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.333 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.333 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.333 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.334 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.334 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.335 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.335 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.335 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.336 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.336 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.336 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.336 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.337 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.338 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.340 13250 13250 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:28.427 13250 13250 E RecyclerView: No adapter attached; skipping layout
01-27 22:53:28.429 13250 13250 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{a4a2e3d VFED..C.. ......ID 270,0-
406,0 #7f0b0f8a app:id/menuitem_search aid=1073742266} during layout: running
second layout pass
01-27 22:53:28.429 13250 13250 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{bda7632 V.E...... ......ID 462,351-
1128,351} during layout: running second layout pass
01-27 22:53:28.455 13250 13250 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-27 22:53:28.634 13250 13250 W View : requestLayout() improperly called by
DecorView@8f16089[HomeActivity] during second layout pass: posting in next frame
01-27 22:53:28.707 13250 13272 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 22:53:28.806 13250 13382 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-27 22:53:29.177 13250 13250 W LOTTIE : Animation contains merge paths but they
are disabled.
01-27 22:53:29.582 13250 13393 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=283d37df-f844-4a8a-8783-f3b4f1ed235f, generation=0)
01-27 22:53:34.094 13250 13250 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 22:53:34.095 13250 13250 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 22:53:34.150 13250 13250 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 22:53:34.150 13250 13250 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 22:53:34.188 1--------- beginning of main
01-27 22:53:34.425 13250 13258 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 22:53:43.367 13453 13453 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:53:43.530 13453 13453 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:53:43.531 13453 13453 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:53:43.531 13453 13453 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:53:43.531 13453 13453 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:53:43.531 13453 13453 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:53:43.531 13453 13453 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:53:43.531 13453 13453 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:53:43.531 13453 13453 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:53:43.531 13453 13453 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:53:43.531 13453 13453 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:53:43.531 13453 13453 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:53:43.531 13453 13453 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:53:43.531 13453 13453 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:53:43.531 13453 13453 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:53:43.531 13453 13453 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:53:43.531 13453 13453 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:53:43.531 13453 13453 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:53:43.531 13453 13453 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:53:43.531 13453 13453 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:53:43.531 13453 13453 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:53:43.531 13453 13453 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:53:43.531 13453 13453 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:53:43.531 13453 13453 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:53:43.611 13453 13453 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-27 22:53:43.882 13453 13453 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:53:43.882 13453 13453 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:53:44.118 13453 13513 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 22:53:44.118 13453 13513 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 22:53:44.118 13453 13513 W com.whatsapp: and incorrect proguard
optimizations.
01-27 22:53:44.121 13453 13453 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 22:53:44.449 13453 13453 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-27 22:53:45.020 13453 13453 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 22:53:45.060 13453 13453 E ArmVmp : Match on catch block at 0x0a in for
0x271
01-27 22:53:45.075 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:53:45.075 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:53:45.075 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:53:45.075 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:53:45.075 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:53:45.076 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-27 22:53:45.076 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-27 22:53:45.076 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-27 22:53:45.106 13453 13453 W Activity: Can request only one set of permissions
at a time
01-27 22:53:45.170 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-27 22:53:45.170 13453 13537 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-27 22:53:46.559 13453 13453 E RecyclerView: No adapter attached; skipping layout
01-27 22:53:46.662 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.662 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.663 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.663 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.664 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.664 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.665 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.665 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.665 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.665 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.666 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.666 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.667 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.667 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.667 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.667 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.668 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.668 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.669 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.669 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.669 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.669 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.670 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.671 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.671 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.672 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.672 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.672 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.673 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.673 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.674 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.674 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.674 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.674 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.675 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.675 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.676 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.676 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.676 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.676 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.677 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.677 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.678 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.678 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.678 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.678 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.679 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.679 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.680 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.680 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.680 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.680 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.681 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.681 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.681 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.682 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.682 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.684 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:46.759 13453 13453 E RecyclerView: No adapter attached; skipping layout
01-27 22:53:46.779 13453 13453 E ArmVmp : Match on catch block at 0x0a in for
0x1a9
01-27 22:53:47.045 13453 13482 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 22:53:47.127 13453 13591 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-27 22:53:47.533 13453 13453 W LOTTIE : Animation contains merge paths but they
are disabled.
01-27 22:53:53.615 13453 13467 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 22:53:56.285 13453 13705 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-27 22:53:56.286 13453 13705 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-27 22:53:56.493 13453 13591 W LOTTIE : Unknown shape type rd
01-27 22:53:56.658 13453 13453 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-27 22:53:56.669 13453 13453 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 22:53:57.105 13453 13453 W View : requestLayout() improperly called by
X.4rg{7d5b3a8 V.E....L. ......ID 0,1431-1080,1659} during layout: running second
layout pass
01-27 22:53:57.105 13453 13453 W View : requestLayout() improperly called by
android.widget.LinearLayout{eaadec1 V.E...... ......ID 42,3-820,214 #7f0b0e50
app:id/main_layout} during layout: running second layout pass
01-27 22:53:57.105 13453 13453 W View : requestLayout() improperly called by
com.whatsapp.conversation.conversationrow.ConversationRowImage$RowImageView{8e5d666
VFED..CL. ......ID 11,11-767,200 #7f0b0c84 app:id/image} during layout: running
second layout pass
01-27 22:53:57.115 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-27 22:53:57.124 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-27 22:53:57.174 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.175 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.175 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.175 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.175 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.176 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.176 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.176 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.176 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.177 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.177 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.177 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.177 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.178 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.178 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.178 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.178 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.179 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.179 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.179 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.180 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.181 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.182 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:53:57.261 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:57.266 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:57.325 13453 13453 W View : requestLayout() improperly called by
X.4rg{7d5b3a8 V.E....L. .......D 0,1431-1080,1659 aid=1073741970} during second
layout pass: posting in next frame
01-27 22:53:57.325 13453 13453 W View : requestLayout() improperly called by
android.widget.LinearLayout{eaadec1 V.E...... .......D 42,3-820,214 #7f0b0e50
app:id/main_layout aid=1073741971} during second layout pass: posting in next frame
01-27 22:53:57.338 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:57.346 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:57.433 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:57.439 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:57.596 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:57.603 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:57.653 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:57.660 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:57.728 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:57.736 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:57.762 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:57.769 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:57.778 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:53:57.794 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:57.800 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:57.827 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:57.833 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:57.906 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:57.912 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.197 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.203 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.214 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.220 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.229 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:58.234 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.243 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.249 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.276 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:58.281 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.317 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.323 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.376 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.381 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.414 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:58.420 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.432 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.438 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.448 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.454 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.463 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.469 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.478 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.484 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.493 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:58.499 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.508 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.513 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.525 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.529 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.542 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.546 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.575 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.580 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:58.589 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.594 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.601 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.607 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:58.615 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.621 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.629 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:58.634 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.641 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.647 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.658 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.663 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.674 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.680 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.691 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.697 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.708 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.714 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:58.725 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.731 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.741 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:58.748 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.758 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.763 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.775 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.780 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.792 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.797 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.808 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.814 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.826 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:58.831 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.843 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:58.848 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.909 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.914 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.925 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:58.930 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.940 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:58.946 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.957 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.962 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.975 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:58.980 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.991 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:58.996 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.097 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.101 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.111 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.117 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.134 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.140 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.151 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.158 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.166 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.171 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.180 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.185 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.231 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.237 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.310 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.315 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.327 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.332 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.344 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.349 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.360 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.365 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.376 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.381 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.393 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.398 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.410 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.415 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.426 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.431 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.443 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.447 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.459 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.464 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.476 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.482 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.492 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.497 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.510 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.514 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.526 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.531 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.543 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.548 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.560 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.565 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.576 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.581 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.593 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.598 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.609 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.614 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.626 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.631 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.643 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.648 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.660 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.665 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.675 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.681 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.711 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.716 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.727 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.732 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.744 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.750 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.762 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.767 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.778 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.783 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.794 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.799 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.817 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.821 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.831 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.836 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.845 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.850 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.861 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.867 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.878 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.883 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.894 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.899 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.911 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.916 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:53:59.928 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.933 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:53:59.944 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.949 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:53:59.961 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:53:59.966 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:53:59.978 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:53:59.982 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:53:59.994 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:00.000 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:00.011 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:00.017 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:00.026 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:00.032 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:00.426 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:00.431 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:00.443 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:00.448 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:00.460 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:00.464 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:00.476 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:00.481 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:00.494 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:00.498 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:00.510 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:00.515 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:00.527 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:00.533 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:00.543 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:00.549 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:00.561 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:00.566 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:00.577 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:00.583 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:00.594 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:00.601 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:00.611 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:00.617 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:00.627 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:00.634 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:00.644 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:00.650 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:00.660 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:00.666 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:00.677 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:00.682 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:00.934 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:00.939 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:00.966 13453 13525 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 22:54:00.971 13453 13525 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 22:54:01.084 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:01.089 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:01.214 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:01.218 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:01.287 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:54:01.288 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:54:01.288 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:54:01.288 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:54:01.315 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:01.320 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:04.385 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:04.389 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:04.400 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:04.404 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:04.684 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:04.690 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:04.715 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:04.719 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:04.751 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:04.755 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:04.928 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:04.933 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:04.960 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:04.964 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:04.991 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:05.019 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:05.034 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:05.058 13453 13453 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:54:05.058 13453 13453 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:54:05.255 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:05.266 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:05.286 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:05.300 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:05.418 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:05.423 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:05.635 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:05.642 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:06.139 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:06.149 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:06.637 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:06.643 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:07.138 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:07.145 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:07.442 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:07.448 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:07.485 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:07.491 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:07.509 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:07.515 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:07.568 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:07.575 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:07.586 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:07.593 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:07.605 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:07.612 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:07.621 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:07.627 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:07.638 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:07.644 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:07.805 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:07.812 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:08.022 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:08.029 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:08.239 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:08.245 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:08.743 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:08.752 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:09.244 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:09.257 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:09.745 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:09.757 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:10.246 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:10.258 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:10.710 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:10.716 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:10.977 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:10.982 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:11.498 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:11.509 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:11.998 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:12.008 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:12.315 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:12.320 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:12.479 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:12.483 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:12.829 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:12.835 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:13.330 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:13.336 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:13.819 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:13.824 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:13.836 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:13.843 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:13.854 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:13.860 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:13.870 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:13.876 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:13.885 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:13.890 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:13.900 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:13.906 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:13.916 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:13.921 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:13.932 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:13.938 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:13.949 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:13.955 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:13.965 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:13.970 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:13.982 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:13.988 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:13.999 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.005 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.016 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.021 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.033 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.038 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.049 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.054 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.066 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.071 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.083 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.088 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.100 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.105 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.116 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.122 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.133 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.138 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.149 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.153 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.165 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.170 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.182 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.188 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.198 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.204 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.215 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.220 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.232 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.238 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.249 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.255 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.265 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.270 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.282 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.287 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.299 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.306 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.315 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.321 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.332 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.337 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.349 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.353 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.366 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.371 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.382 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.387 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.399 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.404 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.416 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.420 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.432 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.438 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.449 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.454 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.466 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.471 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.482 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.488 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.499 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.504 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.516 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.521 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.532 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.537 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.549 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:14.554 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.566 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:14.571 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.582 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.587 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.600 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:14.605 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.616 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.621 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:14.632 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:14.637 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:14.851 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:14.861 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:15.037 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:15.045 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:15.053 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:15.065 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:15.085 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:15.096 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:15.104 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:15.109 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:15.117 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:15.123 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:15.133 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:15.138 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:15.149 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:15.155 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:15.166 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:15.172 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:15.182 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:15.190 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:15.199 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:15.205 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:15.235 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:15.241 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:15.257 13453 13525 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 22:54:15.263 13453 13525 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 22:54:15.290 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:15.296 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:15.485 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:15.490 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:15.505 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:15.510 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:15.526 13453 13525 E FrameEvents: updateAcquireFence: Did not find
frame.
01-27 22:54:15.583 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:54:15.583 13453 13453 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:54:15.617 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:15.624 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:15.641 13453 13453 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:54:15.641 13453 13453 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:54:15.709 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:15.714 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:15.738 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:15.744 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:15.764 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:15.864 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:17.847 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:17.852 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:17.858 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:17.864 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:18.138 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:18.145 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:18.174 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:18.180 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:18.215 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:18.221 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:18.367 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:18.372 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:18.421 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:18.427 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:18.809 13453 13453 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 22:54:18.809 13453 13453 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 22:54:18.923 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:18.928 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:18.941 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:18.947 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:19.122 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:19.130 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:19.290 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:19.300 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:19.790 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:19.799 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:19.860 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:19.866 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:20.375 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:20.383 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:20.875 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:20.882 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:21.376 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:21.383 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:21.877 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:21.884 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:22.377 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:22.382 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:22.882 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:22.896 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:23.383 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:23.393 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:23.524 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:23.536 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:23.541 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:23.547 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:23.843 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:24.034 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:24.049 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:24.515 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:24.520 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:24.782 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:24.788 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:24.931 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:24.937 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:25.436 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:25.444 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:25.649 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:25.655 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:25.899 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:25.905 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:26.404 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:26.412 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:26.835 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:26.841 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:27.335 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:27.343 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:27.469 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:27.476 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:27.953 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:27.958 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:28.288 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:28.296 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:28.403 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:28.409 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:28.421 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:28.427 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:28.604 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:28.609 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:28.788 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:28.793 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:28.800 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:29.290 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:29.299 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:29.639 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:29.645 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:29.990 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:30.000 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:30.290 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:30.297 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:30.794 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:30.799 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:31.091 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:31.099 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:31.593 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:31.598 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:31.614 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:31.619 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:31.627 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:31.634 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:31.644 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:31.651 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:31.668 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:31.673 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:31.684 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:31.689 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:31.699 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:31.705 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:31.715 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:31.720 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:31.729 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:31.734 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:31.744 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:31.749 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:31.760 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:31.765 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:31.780 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:31.785 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:31.794 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:31.799 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:31.810 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:31.816 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:31.826 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:31.830 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:31.842 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:31.849 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:31.859 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:31.865 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:31.876 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:31.881 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:31.893 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:31.899 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:31.909 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:31.914 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:31.926 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:31.931 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:31.943 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:31.948 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:31.959 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:31.965 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:31.976 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:31.983 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:31.993 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:31.999 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.010 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.015 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.026 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.032 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.043 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.049 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.060 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.065 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.076 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.082 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.093 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.098 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.109 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.116 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.126 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.132 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.143 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.148 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.160 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.167 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.176 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.182 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.193 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.199 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.210 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.216 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.226 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.232 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.243 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.251 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.260 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.267 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.277 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.282 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.293 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.298 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.310 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.316 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.327 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.332 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.348 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.353 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.363 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.368 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.379 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.384 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.396 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.401 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.412 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.417 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.431 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.436 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.446 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.452 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.462 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.468 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.478 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.485 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.495 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.501 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.512 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.517 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.527 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.532 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.544 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.549 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.560 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.565 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.581 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.585 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.596 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.602 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.612 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.617 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.627 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.633 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.644 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.649 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.660 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.665 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.677 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.682 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.694 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.698 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.711 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.716 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.727 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.732 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.744 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:32.749 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:32.917 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:32.924 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:32.933 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:32.939 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:32.948 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:32.954 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.112 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.119 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.129 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.137 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.146 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.153 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.163 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.168 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.179 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.185 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.194 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.198 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.211 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.217 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.228 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.233 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.245 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.250 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.261 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.266 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.278 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.283 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.294 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.299 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.311 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.316 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.328 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.332 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.345 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.351 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.361 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.366 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.378 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.383 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.395 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.401 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.412 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.416 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.429 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.434 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.462 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.467 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.479 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.484 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.497 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.502 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.522 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.528 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.538 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.543 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.554 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.560 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.569 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.574 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.584 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.590 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.599 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.604 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.613 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.618 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.630 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.636 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.646 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.653 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.663 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.669 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.680 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.685 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.697 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.702 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.713 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.719 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.730 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.735 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.747 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.753 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.763 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.768 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.780 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.786 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.796 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.802 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.813 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.820 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.830 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.835 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.847 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.852 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.863 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.869 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.881 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.888 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.898 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:33.904 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.918 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.925 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.936 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.942 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.951 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:33.957 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:33.968 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:33.972 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:33.983 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:33.988 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:33.997 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.002 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.014 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.020 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.034 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.039 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.047 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.052 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.064 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.069 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.080 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.085 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.097 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.101 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.113 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.118 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.130 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.135 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.149 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.153 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.164 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.168 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.180 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.187 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.206 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.211 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.220 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.226 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.234 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.239 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.246 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.251 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.263 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.267 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.280 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.286 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.296 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.301 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.313 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.319 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.330 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.334 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.346 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.352 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.363 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.368 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.380 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.386 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.397 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.402 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.413 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.418 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.430 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.434 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.446 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.451 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.462 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.468 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.515 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.520 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.534 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.539 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.548 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.554 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.569 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.574 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.583 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.588 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.598 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.603 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.614 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.619 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.631 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.635 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.648 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.652 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.664 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.669 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.681 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.687 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.697 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.703 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.716 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.720 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.731 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.736 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.753 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.757 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.767 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.771 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.781 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.788 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.798 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.806 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.815 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.820 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.831 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.836 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:34.848 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.853 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.864 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.869 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:34.881 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:34.886 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.899 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:34.904 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:34.931 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.937 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.981 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:34.986 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:34.998 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:35.004 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.114 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.121 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.149 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.157 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.167 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:35.175 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.186 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:35.193 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.203 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:35.209 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:35.216 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.223 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:35.232 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.238 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:35.248 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.253 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.265 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.272 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.282 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:35.289 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.298 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:35.303 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.315 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:35.319 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:35.333 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.337 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.349 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.354 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.369 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.373 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:35.383 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.388 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:35.399 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.404 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.416 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.421 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.432 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:35.437 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.449 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:35.454 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.466 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:35.470 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:35.482 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.486 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:35.499 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.503 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:35.515 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.520 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.532 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.538 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.549 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:35.554 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.566 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:35.570 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.582 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:35.588 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:35.599 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.604 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:35.616 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.622 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:35.632 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:35.637 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:35.649 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:35.653 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:35.682 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:35.686 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:36.102 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:36.109 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:36.134 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:36.140 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:36.155 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:36.159 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:36.173 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:36.177 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:36.190 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:36.196 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:36.217 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:36.222 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:36.251 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:36.256 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:36.284 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:36.290 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:36.303 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:36.308 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:36.320 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:36.326 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:36.339 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:36.343 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:36.357 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:36.362 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:36.376 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:36.382 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:36.394 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:36.399 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:36.412 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:36.419 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:36.435 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:36.440 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:36.468 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:36.473 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:36.551 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:36.557 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:36.635 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:36.641 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:36.735 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:36.742 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:36.846 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:36.854 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:36.980 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:36.986 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.053 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.058 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.134 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.140 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.203 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.210 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.337 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.343 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.453 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.460 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.503 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.510 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:37.521 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.528 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.539 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.546 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.557 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.562 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.571 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.576 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.586 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:37.590 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.602 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.608 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.620 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.624 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:37.636 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.640 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.652 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.658 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.669 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.674 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.685 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.690 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.702 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:37.707 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.719 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.724 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.736 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.741 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:37.753 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.757 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.769 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.775 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.786 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.792 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.803 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.809 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.819 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:37.825 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.836 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.840 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.854 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.858 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.870 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.876 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.886 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.890 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.902 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:37.908 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.926 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.932 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:37.940 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.945 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:37.954 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:37.958 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:37.969 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:37.974 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:37.986 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:37.991 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.013 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.018 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.025 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.030 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.039 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.044 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.053 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.060 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.070 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.076 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.087 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.092 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.104 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.110 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.120 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.126 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.136 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.142 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.153 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.159 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.170 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.176 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.186 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.193 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.203 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.209 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.220 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.225 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.237 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.242 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.253 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.259 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.271 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.278 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.287 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.293 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.303 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.309 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.320 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.325 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.337 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.342 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.354 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.359 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.370 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.375 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.388 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.393 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.403 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.409 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.420 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.425 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.437 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.443 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.454 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.460 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.471 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.477 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.487 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.493 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.504 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.509 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.521 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.527 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.538 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.544 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.554 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.559 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.571 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.576 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.587 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.592 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.604 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.608 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.705 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.711 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.722 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.727 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.738 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.743 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.755 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.760 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.771 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.776 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.787 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.793 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.804 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.809 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.821 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.825 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:38.837 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.844 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.854 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.859 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:38.871 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.876 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.888 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.892 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:38.925 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:38.930 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.953 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:38.958 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:38.971 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:38.978 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.055 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.063 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.154 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.161 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.206 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.213 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.224 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.231 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.241 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.247 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.258 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.265 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.275 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.281 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.289 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.295 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.305 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.311 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.322 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.328 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.339 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.345 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.355 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.360 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.372 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.377 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.388 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.393 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.405 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.409 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.422 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.426 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.438 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.443 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.455 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.460 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.472 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.476 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.489 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.495 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.573 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.580 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.591 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.596 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.605 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.612 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.622 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.628 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.639 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.644 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.655 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.661 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.686 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.691 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.703 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.709 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.723 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.728 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.741 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.746 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.763 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.768 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.779 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.783 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.792 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.797 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.806 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.812 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.823 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.828 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.839 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.844 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.856 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.860 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.873 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.878 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.889 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.894 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.905 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:39.910 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.922 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:39.927 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.938 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:39.943 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.955 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:39.961 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.972 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:39.978 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:39.988 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:39.994 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.008 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.012 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.022 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.028 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.039 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.044 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:40.055 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.060 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.072 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:40.078 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:40.088 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.094 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.105 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:40.111 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.122 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.127 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.139 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.143 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.155 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.160 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:40.172 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.177 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.189 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:40.193 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:40.205 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.211 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.222 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:40.227 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.239 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.245 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.255 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.261 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.272 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.277 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:40.289 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.294 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.306 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:40.312 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:40.322 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.327 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.339 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:40.345 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.356 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.361 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.373 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.377 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.388 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:40.395 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.756 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.761 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:40.774 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.782 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.794 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.802 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.812 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.820 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.841 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.849 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.859 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:40.866 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:40.876 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:40.886 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:40.895 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.902 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:40.911 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.920 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:40.940 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.946 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:40.956 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.962 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.973 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:40.979 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:40.993 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.002 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.010 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.017 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.025 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.030 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.041 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.046 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.058 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.063 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.074 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.080 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.091 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.096 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.107 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.112 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.124 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.129 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.141 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.146 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.158 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.162 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.175 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.180 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.191 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.197 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.208 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.213 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.224 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.229 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.241 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.247 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.258 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.263 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.274 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.279 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.291 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.296 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.308 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.312 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.325 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.331 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.341 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.346 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.358 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.364 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.375 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.381 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.391 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.396 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.408 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.413 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.425 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.429 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.441 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.447 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.458 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.463 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.475 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.480 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.491 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.496 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.508 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.513 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.525 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.530 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.541 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.547 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.558 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.563 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.575 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.581 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.592 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.599 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.608 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.614 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.625 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.629 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.645 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.650 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.662 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.669 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.679 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.684 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.695 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.700 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.710 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.716 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.725 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.731 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.741 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.746 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.758 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.763 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.774 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.779 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.791 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.796 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.808 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.813 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.825 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.830 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.841 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.846 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.858 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:41.863 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.874 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.879 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.891 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.896 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.908 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.913 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.926 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:41.932 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.941 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:41.946 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.958 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:41.965 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.975 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:41.981 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:41.992 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:41.997 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.009 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.015 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.025 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.030 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.042 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.046 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.058 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.063 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.075 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.081 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.093 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.099 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.108 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.115 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.125 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.130 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.142 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.147 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.159 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.164 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.175 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.181 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.192 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.197 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.208 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.213 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.225 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.231 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.242 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.246 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.259 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.265 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.275 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.282 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.292 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.297 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.309 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.314 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.325 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.331 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.342 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.348 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.359 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.365 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.376 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.381 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.392 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.399 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.409 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.414 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.426 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.431 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.442 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.447 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.459 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.465 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.476 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.483 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.492 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.497 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.509 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.514 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.526 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.532 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.542 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.548 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.559 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.566 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.576 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.582 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.593 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.599 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.611 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.616 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.627 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.633 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.644 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.649 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.660 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.666 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.681 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.687 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.698 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.703 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.714 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.718 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.731 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.737 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.746 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.751 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.763 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.769 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:42.778 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.783 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:42.794 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.799 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:42.810 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:42.815 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:42.827 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:42.832 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:42.995 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:43.001 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:43.062 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:43.069 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:43.079 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:43.087 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:43.097 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:43.104 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:43.114 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:43.121 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:43.129 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:43.136 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:43.144 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:43.149 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:43.161 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:43.166 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:43.276 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:43.282 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:43.363 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:43.370 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:43.778 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:43.785 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:43.794 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:43.802 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:43.811 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:43.818 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:43.827 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:43.833 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:43.844 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:43.850 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:43.861 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:43.867 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:43.878 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:43.884 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:43.893 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:43.899 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:43.911 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:43.916 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:43.927 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:43.932 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:43.944 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:43.949 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:43.960 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:43.965 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:43.977 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:43.982 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:43.994 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:43.998 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.013 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.017 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.147 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.153 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.165 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.172 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:44.183 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.190 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.201 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.207 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.216 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.222 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.231 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.237 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.246 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:44.252 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.265 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.272 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.282 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.286 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.301 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.306 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.315 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.320 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.330 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.336 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.346 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.351 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.363 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:44.367 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.379 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.384 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.396 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.402 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:44.412 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.418 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.429 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.434 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.446 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.450 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.463 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.467 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.480 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:44.484 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.496 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.502 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.513 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.518 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:44.530 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.535 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.546 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.551 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.563 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.568 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.580 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.585 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.596 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:44.601 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.614 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.618 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.630 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.634 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:44.646 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.651 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.663 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.668 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.679 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.684 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.713 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.717 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.730 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.734 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:44.763 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.768 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:44.848 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:44.855 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:44.948 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:44.954 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:44.965 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:44.972 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:45.063 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:45.073 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:45.266 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:45.278 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:45.363 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:45.369 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:45.380 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:45.388 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:45.398 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:45.404 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:45.414 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:45.422 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:45.430 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:45.438 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:45.447 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:45.453 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:45.463 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:45.470 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:45.480 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:45.486 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:45.497 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:45.502 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:45.514 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:45.520 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:45.531 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:45.537 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:45.548 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:45.554 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:45.563 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:45.569 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:45.580 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:45.585 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:45.598 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:45.603 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:45.613 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:45.618 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:45.629 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:45.634 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:45.763 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:45.769 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:46.053 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:46.058 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:46.070 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:46.075 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:46.081 13453 13453 E ArmVmp : Match on catch block at 0xc3 in
for--------- beginning of main
01-27 22:54:46.091 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:46.097 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:46.102 13453 13453 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:54:46.106 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:46.113 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:46.121 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:46.127 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:46.134 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:46.140 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:46.147 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:46.152 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:46.164 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:46.168 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:46.181 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:46.185 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:46.197 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:46.202 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:46.214 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:46.220 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:46.231 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:46.238 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:54:46.247 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:46.252 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:46.561 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:46.572 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:46.600 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:46.610 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:47.083 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:47.089 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:54:47.604 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:47.614 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:54:48.105 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:54:48.117 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:54:48.584 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:48.590 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:49.097 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:54:49.105 13453 13453 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:54:50.861 14026 14026 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 22:54:50.988 14026 14026 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 22:54:50.988 14026 14026 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 22:54:50.988 14026 14026 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 22:54:50.988 14026 14026 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 22:54:50.988 14026 14026 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 22:54:50.988 14026 14026 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 22:54:50.988 14026 14026 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 22:54:50.988 14026 14026 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 22:54:50.988 14026 14026 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 22:54:50.988 14026 14026 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 22:54:50.988 14026 14026 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 22:54:50.988 14026 14026 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 22:54:50.988 14026 14026 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 22:54:50.988 14026 14026 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 22:54:50.988 14026 14026 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 22:54:50.988 14026 14026 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 22:54:50.988 14026 14026 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 22:54:50.988 14026 14026 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 22:54:50.988 14026 14026 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 22:54:50.988 14026 14026 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 22:54:50.988 14026 14026 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 22:54:50.989 14026 14026 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 22:54:50.989 14026 14026 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 22:54:51.058 14026 14026 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-27 22:54:51.359 14026 14026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:54:51.359 14026 14026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:54:51.618 14026 14072 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 22:54:51.618 14026 14072 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 22:54:51.618 14026 14072 W com.whatsapp: and incorrect proguard
optimizations.
01-27 22:54:52.448 14026 14110 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!
(parcel size = 604)
01-27 22:55:52.649 14026 14026 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 22:55:52.943 14026 14026 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-27 22:55:53.551 14026 14026 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 22:55:53.592 14026 14026 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-27 22:55:53.608 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:55:53.609 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 22:55:53.609 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 22:55:53.609 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:55:53.609 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 22:55:53.609 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-27 22:55:53.609 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-27 22:55:53.609 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-27 22:55:53.642 14026 14026 W Activity: Can request only one set of permissions
at a time
01-27 22:55:53.704 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-27 22:55:53.704 14026 14529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-27 22:55:55.021 14026 14026 E RecyclerView: No adapter attached; skipping layout
01-27 22:55:55.126 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.127 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.127 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.127 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.128 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.129 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.129 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.129 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.129 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.130 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.130 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.130 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.130 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.130 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.131 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.131 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.131 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.132 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.132 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.132 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.132 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.132 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.133 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.133 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.133 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.133 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.133 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.134 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.134 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.134 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.134 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.135 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.135 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.135 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.135 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.136 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.136 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.136 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.137 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.137 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.137 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.138 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.138 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.138 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.138 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.139 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.139 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.139 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.139 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.140 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.140 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.140 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.140 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.140 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.141 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.141 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.143 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:55:55.220 14026 14026 E RecyclerView: No adapter attached; skipping layout
01-27 22:55:55.236 14026 14026 E ArmVmp : Match on catch block at 0x0a in for
0x1a9
01-27 22:55:55.522 14026 14551 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-27 22:55:55.928 14026 14026 W LOTTIE : Animation contains merge paths but they
are disabled.
01-27 22:56:03.890 14026 14567 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-27 22:56:03.890 14026 14567 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-27 22:56:04.094 14026 14576 W LOTTIE : Unknown shape type rd
01-27 22:56:04.094 14026 14551 W LOTTIE : Unknown shape type rd
01-27 22:56:04.242 14026 14026 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-27 22:56:04.255 14026 14026 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-27 22:56:04.607 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-27 22:56:04.611 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-27 22:56:04.655 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:56:04.655 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:56:04.656 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:56:04.657 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:56:04.657 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:56:04.659 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:56:04.660 14026 14026 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 22:56:04.745 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:04.748 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:04.811 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:56:04.815 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:04.883 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:56:04.888 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:56:04.939 14026 14026 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:56:05.354 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:56:05.360 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:56:05.860 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:56:05.868 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:56:06.361 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:06.367 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:56:06.862 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:56:06.870 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:07.363 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:56:07.372 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:56:07.864 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:56:07.872 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:56:08.364 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:56:08.371 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:56:08.865 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:08.872 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 22:56:09.366 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:56:09.374 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:09.844 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:56:09.849 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:56:10.078 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 22:56:10.084 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:56:11.304 14026 14026 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-27 22:56:11.312 14026 14026 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-27 22:56:11.423 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 22:56:11.426 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:56:11.521 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:56:11.525 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:11.568 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:56:11.573 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:11.634 14026 14026 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-27 22:56:12.047 140--------- beginning of main
01-27 22:56:12.050 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 22:56:12.215 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:56:12.218 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 22:56:12.429 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 22:56:12.436 14026 14026 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 22:56:12.555 14026 14034 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 23:01:35.254 14026 19148 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 23:03:49.524 20524 20524 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 23:03:49.724 20524 20524 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 23:03:49.727 20524 20524 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 23:03:49.727 20524 20524 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 23:03:49.727 20524 20524 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 23:03:49.727 20524 20524 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 23:03:49.727 20524 20524 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 23:03:49.727 20524 20524 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 23:03:49.727 20524 20524 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 23:03:49.727 20524 20524 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 23:03:49.727 20524 20524 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 23:03:49.727 20524 20524 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 23:03:49.727 20524 20524 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 23:03:49.727 20524 20524 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 23:03:49.727 20524 20524 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 23:03:49.727 20524 20524 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 23:03:49.727 20524 20524 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 23:03:49.727 20524 20524 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 23:03:49.727 20524 20524 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:03:49.727 20524 20524 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 23:03:49.727 20524 20524 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 23:03:49.727 20524 20524 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 23:03:49.727 20524 20524 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 23:03:49.727 20524 20524 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 23:03:49.844 20524 20524 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-27 23:03:50.596 20524 20524 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:03:50.596 20524 20524 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 23:03:50.975 20524 20637 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 23:03:50.975 20524 20637 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 23:03:50.975 20524 20637 W com.whatsapp: and incorrect proguard
optimizations.
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=77c02caf-3519-4391-9504-a1d2f6aef4c7 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/11928183_2160760660982522_4061030744257257058_n.enc?ccb=11-
4&oh=01_AdQbTFYibyTKGiREPp4JBkYExh69mSKd5BKPKl5VWG9u6Q&oe=65DD6431&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=PK2jOozTpBvX+bwpbJiByWFkDqSFT/vTQolsZhydAm4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706418656000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/11928183_2160760660982522_4061030744257257058_n.enc?ccb=11-
4&oh=01_AdQbTFYibyTKGiREPp4JBkYExh69mSKd5BKPKl5VWG9u6Q&oe=65DD6431&_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=330 multicast_id=null
enc_file_hash=L9igcIuEI2s8VKMZXu0f13GAhLOJRNGJsdXSMNaD51U= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1829506
media_name=null media_duration=24 chat_row_id=119 media_key=[B@412de01
01-27 23:11:34.345 20524 20634 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:11:34.345 20524 20634 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=b11e4c0f-b4ba-469c-bdfd-b0d5d652c7da transcoded=0 gif_attribution=0
first_scan_length=2046 direct_path=/o1/v/t62.7118-24/f1/m238/up-oil-image-9fdaeae2-
77ee-47e5-aff1-eb7ba3ee2eb5?ccb=9-4&oh=01_AdQ-R5d9-
ZgYAhAPspQ6Li53q45ltNrngTWusxtRlSDUCg&oe=65DD52DA&_nc_sid=000000
thumbnail_height_width_ratio=0.65555555 is_animated_sticker=0
file_hash=7lZJ5zAria5EUnIVy0vKIS1rEA4qrj5+YSUtEIIfCAo=
file_path=Media/.Statuses/79a9ac1a59c0463fa011afda03f2f7fd.jpg file_size=13021
partial_media_hash=ajRIwVhKx0u5RxTXC46hkPSsVzFHFy4Qwr0ju2jMrNY= face_x=0 face_y=0
height=472 trim_to=0 media_key_timestamp=1706419446000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m238/up-oil-image-
9fdaeae2-77ee-47e5-aff1-eb7ba3ee2eb5?ccb=9-4&oh=01_AdQ-R5d9-
ZgYAhAPspQ6Li53q45ltNrngTWusxtRlSDUCg&oe=65DD52DA&_nc_sid=000000&mms3=true
media_caption=null trim_from=0 mime_type=image/jpeg 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=333
multicast_id=null enc_file_hash=4nO9N5Shvw7vBoCmN8VngxgmBCSb0dzM2cbPQRzx6EM=
mute_video=0 page_count=0 first_scan_sidecar=[B@2076eea suspicious_content=0
file_length=13021 media_name=null media_duration=0 chat_row_id=119
media_key=[B@3f1b5db
01-27 23:24:48.646 20524 20634 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:24:48.646 20524 20634 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=8e709e8f-7d60-4278-8863-b7bd1d142d7f transcoded=0 gif_attribution=0
first_scan_length=12331 direct_path=/o1/v/t62.7118-24/f1/m233/up-oil-image-
a2fbdb03-ce3b-44c9-b28e-856f8eed5f7d?ccb=9-4&oh=01_AdQm747cel-
Tt4dTSaD1pHy9qbJqNMFcio2wahFb4qW9qw&oe=65DD7228&_nc_sid=000000
thumbnail_height_width_ratio=1.3333334 is_animated_sticker=0
file_hash=K+IziDfeQ3wSbgbS9nQtu9Pzqp/Q/LgDrlRYd/lR80o=
file_path=/data/user/0/com.whatsapp/files/ViewOnce/IMG-lrx2k1cd.jpg file_size=75308
partial_media_hash=cxEo7EYJ40+2fEoH71o37byl39vtSqBBkWGwnxQOpiA= face_x=0 face_y=0
height=1472 trim_to=0 media_key_timestamp=1706419865000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m233/up-oil-image-
a2fbdb03-ce3b-44c9-b28e-856f8eed5f7d?ccb=9-4&oh=01_AdQm747cel-
Tt4dTSaD1pHy9qbJqNMFcio2wahFb4qW9qw&oe=65DD7228&_nc_sid=000000&mms3=true
media_caption=null trim_from=0 mime_type=image/jpeg partial_media_enc_hash=null
width=1104 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=341
multicast_id=null enc_file_hash=Cqvfjd7o/Z6IpCyn2VsKkP1a6luK1FF4M/u6aKjIK+U=
mute_video=0 page_count=0 first_scan_sidecar=[B@99c03c9 suspicious_content=0
file_length=75308 media_name=null media_duration=0 chat_row_id=66
media_key=[B@70b0ace
01-27 23:37:26.999 20524 20634 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:37:26.999 20524 20634 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:37:37.343 20524 20524 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 23:37:37.981 20524 13767 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-27 23:37:37.981 20524 13767 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-27 23:37:38.375 20524 13777 W LOTTIE : Unknown shape type rd
01-27 23:37:38.375 20524 13776 W LOTTIE : Unknown shape type rd
01-27 23:37:38.568 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-27 23:37:38.579 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-27 23:37:39.217 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-27 23:37:39.224 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-27 23:37:39.229 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-27 23:37:39.334 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:37:39.335 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:37:39.336 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:37:39.337 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:37:39.337 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:37:39.338 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:37:39.338 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:37:39.340 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:37:39.341 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:37:39.348 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:39.353 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:39.356 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:39.429 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:39.438 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:39.442 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:39.497 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:39.502 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:39.506 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:39.519 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:39.524 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:39.528 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:39.543 20524 20524 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-27 23:37:39.546 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:39.553 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:39.557 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:39.980 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:39.983 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:39.986 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:40.065 20524 20537 W System : A resource failed to call
CursorWindow.close.
01-27 23:37:40.066 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:37:40.066 20524 20537 W System : A resource failed to call
CursorWindow.close.
01-27 23:37:40.066 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:37:40.066 20524 20537 W System : A resource failed to call
CursorWindow.close.
01-27 23:37:40.066 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:37:40.066 20524 20537 W System : A resource failed to call
CursorWindow.close.
01-27 23:37:40.066 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:37:40.066 20524 20537 W System : A resource failed to call
CursorWindow.close.
01-27 23:37:40.066 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:37:40.481 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:40.486 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:40.492 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:40.797 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:37:40.804 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:40.808 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:37:42.050 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:37:42.054 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:42.057 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:37:42.095 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:42.098 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:42.101 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:42.584 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:42.591 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:42.597 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:43.222 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:43.226 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:43.229 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:43.289 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:43.293 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:43.295 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:51.830 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:51.833 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:51.837 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:51.874 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:51.878 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:51.882 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:52.365 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:52.369 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:52.373 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:52.725 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:52.728 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:52.732 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:52.865 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:52.870 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:37:52.876 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:37:53.021 20524 20524 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:37:53.021 20524 20524 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:37:53.246 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:53.253 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:53.257 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:53.271 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:53.278 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:53.282 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:53.366 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:53.371 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:53.376 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:53.433 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:53.439 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:53.443 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:53.871 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:53.880 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:53.888 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:54.373 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:54.383 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:37:54.390 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:37:54.874 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:54.884 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:54.889 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:55.375 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:55.384 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:55.390 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:55.875 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:55.884 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:55.894 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:56.376 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:56.386 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:56.392 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:56.871 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:56.878 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:56.882 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:57.372 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:57.384 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:57.388 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:57.877 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:57.890 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:57.894 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:58.378 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:58.388 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:58.398 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:58.879 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:58.888 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:58.895 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:59.381 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:59.391 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:59.398 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:59.881 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:37:59.895 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:37:59.900 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:00.382 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:00.392 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:00.398 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:00.883 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:00.892 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:00.903 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:01.384 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:01.393 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:01.404 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:01.885 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:01.895 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:01.901 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:02.386 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:02.396 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:02.401 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:02.887 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:02.896 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:02.905 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:03.382 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:03.389 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:03.393 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:03.884 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:03.893 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:03.899 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:04.388 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:04.399 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:04.404 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:04.657 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:04.664 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:04.668 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:04.784 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:04.799 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:04.804 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:04.864 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:04.869 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:04.873 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:04.889 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:04.894 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:04.897 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:05.315 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:05.320 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:05.324 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:11.247 20524 20658 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 23:38:11.289 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:38:11.293 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:38:11.294 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:38:11.294 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:38:11.294 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:38:11.294 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:38:26.163 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-27 23:38:26.174 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 23:38:26.352 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:26.357 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:26.510 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:26.521 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:26.591 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:26.599 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:26.611 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:26.616 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:26.636 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:26.642 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:26.651 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:26.656 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:26.668 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:26.673 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:26.685 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:26.693 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:26.718 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:26.723 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:26.734 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:26.743 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:26.768 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:26.773 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:26.784 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:26.789 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:26.801 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:26.806 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:26.818 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:26.822 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:26.835 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:26.839 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:26.970 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:26.974 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:27.035 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:27.040 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:27.069 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:27.073 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:27.572 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:27.583 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:28.075 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:28.079 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:28.103 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:28.106 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:28.265 20524 20524 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:38:28.265 20524 20524 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:38:28.484 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:28.491 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:28.509 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:28.514 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:28.604 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:28.610 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:29.107 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:29.120 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:29.610 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:29.621 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:29.899 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:29.904 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:29.924 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:29.930 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:29.940 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:29.945 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:29.956 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:29.962 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:29.973 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:29.978 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:29.990 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:29.996 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:30.009 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:30.015 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:30.025 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:30.031 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:30.039 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:30.045 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:30.057 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:30.062 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:30.073 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:30.079 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:30.090 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:30.094 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:30.341 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:30.351 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:30.846 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:30.857 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:31.145 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:31.152 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:31.175 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:31.181 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:31.318 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:31.323 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:31.341 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:31.347 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:31.485 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:31.490 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:31.995 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.003 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:32.064 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:32.069 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.081 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:32.087 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:32.109 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.114 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:32.126 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:32.131 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:32.142 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:32.147 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:32.159 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:32.164 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:32.176 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:32.180 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:32.192 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:32.198 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.209 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:32.214 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:32.226 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.231 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:32.243 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:32.248 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:32.260 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:32.266 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.563 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:32.569 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:32.589 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:32.595 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.610 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:32.616 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:32.626 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.632 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:32.643 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:32.648 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:32.660 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:32.665 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:32.679 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:32.685 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:32.694 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:32.700 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:32.710 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:32.715 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.727 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:32.732 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:32.744 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:32.749 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:32.760 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:32.765 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:33.044 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:33.050 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:33.361 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:33.367 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:33.629 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:33.634 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:33.996 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:34.002 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:34.363 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:34.368 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:34.866 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:34.873 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:35.231 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:35.236 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:35.547 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:35.553 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:36.051 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:36.061 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:36.300 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:36.306 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:36.329 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:36.334 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:36.381 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:36.386 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:36.445 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:36.451 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:36.492 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:36.497 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:36.516 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:36.525 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:36.533 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:36.541 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:36.555 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:36.563 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:36.822 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:36.830 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:36.846 20524 13790 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 23:38:36.846 20524 13790 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 23:38:36.850 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:36.858 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:36.895 20524 8092 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:38:37.108 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:37.113 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:37.139 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:37.144 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:37.353 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:37.361 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:37.855 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:37.866 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:38.356 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:38.370 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:38.859 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:38.868 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:39.359 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:39.368 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:39.861 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:39.871 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:40.312 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:40.315 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:40.339 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:40.342 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:40.355 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:40.360 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:40.856 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:40.862 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:40.923 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:40.927 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:41.064 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:41.069 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:41.132 20524 20524 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-27 23:38:41.731 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-27 23:38:41.773 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x271
01-27 23:38:41.805 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:38:41.805 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:38:41.805 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 23:38:41.805 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 23:38:41.806 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 23:38:41.806 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-27 23:38:41.806 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-27 23:38:41.806 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-27 23:38:41.820 20524 20524 W Activity: Can request only one set of permissions
at a time
01-27 23:38:41.900 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-27 23:38:41.900 20524 14013 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-27 23:38:41.946 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:41.950 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:42.116 20524 14027 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-27 23:38:42.946 20524 20524 E RecyclerView: No adapter attached; skipping layout
01-27 23:38:43.013 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.014 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.014 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.014 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.015 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.015 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.016 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.016 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.016 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.016 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.017 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.017 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.018 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.018 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.018 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.018 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.019 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.019 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.020 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.020 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.020 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.021 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.021 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.021 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.021 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.022 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.022 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.022 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.023 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.023 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.024 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.024 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.024 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.025 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.025 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.026 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.026 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.027 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.027 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.028 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.028 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.028 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.029 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.029 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.029 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.030 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.030 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.031 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.031 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.032 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.032 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.032 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.033 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.033 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.034 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.034 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.036 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:43.157 20524 20524 E RecyclerView: No adapter attached; skipping layout
01-27 23:38:43.191 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:43.195 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:43.203 20524 20524 W LOTTIE : Animation contains merge paths but they
are disabled.
01-27 23:38:43.226 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
01-27 23:38:47.550 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-27 23:38:47.557 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 23:38:47.887 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-27 23:38:47.891 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-27 23:38:47.893 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-27 23:38:47.928 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:47.928 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:47.929 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:47.929 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:47.930 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:47.930 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:47.931 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:47.932 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:38:47.971 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:47.974 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:47.977 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:48.015 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:48.020 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:48.024 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:48.059 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:48.063 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:48.066 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:48.121 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:48.126 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:48.129 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:48.602 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:48.608 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:48.612 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:48.657 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:48.661 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:48.664 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:48.728 20524 20524 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:38:48.728 20524 20524 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:38:48.905 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:48.914 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:48.920 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:48.936 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:48.944 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:48.947 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.086 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.091 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.095 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.119 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.125 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.129 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.256 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:49.261 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:49.263 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:49.286 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:49.290 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.294 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:49.787 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:49.793 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.798 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:49.823 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.828 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.832 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.853 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.860 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.864 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.872 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.877 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.881 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.903 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.908 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.912 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.920 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.924 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.928 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.940 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.944 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.948 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.970 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.975 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.979 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.987 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:49.992 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:49.996 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:50.008 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:50.013 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:50.017 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:50.037 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:50.042 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:50.045 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:50.222 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:50.228 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:50.232 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:50.722 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:50.727 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:50.731 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:51.023 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:51.029 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:51.034 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:51.188 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:51.194 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:51.203 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:51.606 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:51.612 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:51.616 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:51.773 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:51.778 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:51.784 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:52.274 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:52.281 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:52.286 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:52.307 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:52.313 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:52.318 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:52.608 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:52.613 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:52.618 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:52.774 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:52.779 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:52.784 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:53.125 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:53.131 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:53.136 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:53.242 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:53.247 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:53.253 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:53.393 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:53.399 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:53.402 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:53.895 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:53.904 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:53.911 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:54.261 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:54.266 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:54.271 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:54.294 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:54.300 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:54.304 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:54.348 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:54.352 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:54.434 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:54.439 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:54.482 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:54.488 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:54.513 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:54.520 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:38:54.529 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:54.535 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:54.635 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:54.640 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:54.651 20524 13790 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 23:38:54.651 20524 13790 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 23:38:54.682 20524 8092 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:38:54.794 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:54.799 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:55.126 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:55.132 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:55.150 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:38:55.154 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:38:55.184 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:55.189 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:55.261 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:38:55.266 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:55.334 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:38:55.338 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:55.615 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:38:55.621 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:38:58.715 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:38:58.716 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:38:58.782 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:38:58.782 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:38:58.817 20524 20524 E RecyclerView: No adapter attached; skipping layout
01-27 23:38:58.820 20524 20524 E RecyclerView: No adapter attached; skipping layout
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=77c02caf-3519-4391-9504-a1d2f6aef4c7 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/11928183_2160760660982522_4061030744257257058_n.enc?ccb=11-
4&oh=01_AdQbTFYibyTKGiREPp4JBkYExh69mSKd5BKPKl5VWG9u6Q&oe=65DD6431&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=PK2jOozTpBvX+bwpbJiByWFkDqSFT/vTQolsZhydAm4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706418656000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/11928183_2160760660982522_4061030744257257058_n.enc?ccb=11-
4&oh=01_AdQbTFYibyTKGiREPp4JBkYExh69mSKd5BKPKl5VWG9u6Q&oe=65DD6431&_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=330 multicast_id=null
enc_file_hash=L9igcIuEI2s8VKMZXu0f13GAhLOJRNGJsdXSMNaD51U= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1829506
media_name=null media_duration=24 chat_row_id=119 media_key=[B@412de01
01-27 23:38:59.120 20524 20634 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:38:59.120 20524 20634 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=1cfd5b34-e5aa-4d9f-9445-f9c3a6b21dd0 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/28871709_329647146725828_2427246307778994024_n.enc?ccb=11-
4&oh=01_AdQ3wjvu1MjOBKbulchE7iYBRiKrHHk2c7CgM07tigSCOA&oe=65DD6F3A&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=ysuo1WixFyVax45+lcIT+M0v9zfO0oDljjn7z4l6oWA= file_path=Media/WhatsApp
Stickers/STK-20240127-WA0054.webp file_size=31948 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706420341000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/28871709_329647146725828_2427246307778994024_n.enc?ccb=11-
4&oh=01_AdQ3wjvu1MjOBKbulchE7iYBRiKrHHk2c7CgM07tigSCOA&oe=65DD6F3A&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=344 multicast_id=null
enc_file_hash=f1hCVK/t/anOTc3Phk7sCcR8D0YX1/xUtzrJjPoBNj0= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=31948
media_name=null media_duration=0 chat_row_id=66 media_key=[B@7ac97db
01-27 23:39:01.743 20524 20634 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:39:01.743 20524 20634 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:39:02.055 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:39:02.056 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:39:02.931 20524 14182 W AudioCapabilities: Unsupported mime audio/x-ima
01-27 23:39:02.932 20524 14182 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-27 23:39:02.933 20524 14182 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-27 23:39:02.933 20524 14182 W VideoCapabilities: Unsupported mime video/wvc1
01-27 23:39:02.934 20524 14182 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-27 23:39:02.949 20524 14182 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
01-27 23:39:03.030 20524 14187 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-27 23:39:03.055 20524 14187 W Codec2Client: query -- param skipped: index =
1107298332.
01-27 23:39:03.055 20524 14187 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-27 23:39:03.109 20524 14187 W Codec2Client: query -- param skipped: index =
1073743886.
01-27 23:39:03.109 20524 14187 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:39:03.109 20524 14187 W Codec2Client: query -- param skipped: index =
1610614821.
01-27 23:39:03.110 20524 14187 W Codec2Client: query -- param skipped: index =
2684356609.
01-27 23:39:03.257 20524 14207 W Codec2Client: query -- param skipped: index =
1107298332.
01-27 23:39:03.257 20524 14207 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-27 23:39:03.268 20524 14207 W Codec2Client: query -- param skipped: index =
1342179345.
01-27 23:39:03.268 20524 14207 W Codec2Client: query -- param skipped: index =
2415921170.
01-27 23:39:03.268 20524 14207 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:39:03.531 20524 14186 W Codec2Client: query -- param skipped: index =
1073743886.
01-27 23:39:03.531 20524 14186 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:39:03.532 20524 14186 W Codec2Client: query -- param skipped: index =
1610614821.
01-27 23:39:03.539 20524 14207 W Codec2Client: query -- param skipped: index =
1342179345.
01-27 23:39:03.539 20524 14207 W Codec2Client: query -- param skipped: index =
2415921170.
01-27 23:39:03.539 20524 14207 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=77c02caf-3519-4391-9504-a1d2f6aef4c7 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/11928183_2160760660982522_4061030744257257058_n.enc?ccb=11-
4&oh=01_AdQbTFYibyTKGiREPp4JBkYExh69mSKd5BKPKl5VWG9u6Q&oe=65DD6431&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=PK2jOozTpBvX+bwpbJiByWFkDqSFT/vTQolsZhydAm4=
file_path=Media/.Statuses/e607e60e9db54c6f930af3f4d5c78305.mp4 file_size=1829506
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706418656000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/11928183_2160760660982522_4061030744257257058_n.enc?ccb=11-
4&oh=01_AdQbTFYibyTKGiREPp4JBkYExh69mSKd5BKPKl5VWG9u6Q&oe=65DD6431&_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=330 multicast_id=null
enc_file_hash=L9igcIuEI2s8VKMZXu0f13GAhLOJRNGJsdXSMNaD51U= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1829506
media_name=null media_duration=24 chat_row_id=119 media_key=[B@412de01
01-27 23:39:03.616 20524 20634 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:39:03.616 20524 20634 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:39:05.838 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:39:05.838 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:39:05.883 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:39:05.883 20524 20524 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-27 23:39:05.944 20524 20524 E RecyclerView: No adapter attached; skipping layout
01-27 23:39:06.210 20524 14230 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-27 23:39:06.222 20524 14230 W Codec2Client: query -- param skipped: index =
1107298332.
01-27 23:39:06.222 20524 14230 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-27 23:39:06.241 20524 14230 W Codec2Client: query -- param skipped: index =
1073743886.
01-27 23:39:06.241 20524 14230 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:39:06.241 20524 14230 W Codec2Client: query -- param skipped: index =
1610614821.
01-27 23:39:06.242 20524 14230 W Codec2Client: query -- param skipped: index =
2684356609.
01-27 23:39:06.319 20524 14239 W Codec2Client: query -- param skipped: index =
1107298332.
01-27 23:39:06.320 20524 14239 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-27 23:39:06.326 20524 14239 W Codec2Client: query -- param skipped: index =
1342179345.
01-27 23:39:06.326 20524 14239 W Codec2Client: query -- param skipped: index =
2415921170.
01-27 23:39:06.326 20524 14239 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:39:07.030 20524 14229 W Codec2Client: query -- param skipped: index =
1073743886.
01-27 23:39:07.030 20524 14229 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:39:07.030 20524 14229 W Codec2Client: query -- param skipped: index =
1610614821.
01-27 23:39:07.035 20524 14239 W Codec2Client: query -- param skipped: index =
1342179345.
01-27 23:39:07.035 20524 14239 W Codec2Client: query -- param skipped: index =
2415921170.
01-27 23:39:07.035 20524 14239 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:39:09.165 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-27 23:39:09.172 20524 20524 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-27 23:39:09.551 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-27 23:39:09.557 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-27 23:39:09.561 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-27 23:39:09.600 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.601 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.602 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.602 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.603 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.603 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.604 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.605 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.606 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.606 20524 20524 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:39:09.651 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:09.655 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:09.658 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:09.704 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:09.711 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:09.715 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:09.785 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:09.792 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:09.794 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:09.874 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:09.878 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:09.882 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:10.268 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:10.274 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:10.279 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:10.358 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:10.362 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:10.366 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:10.430 20524 20524 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:39:10.430 20524 20524 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:39:10.588 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:10.594 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:10.598 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:10.619 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:10.625 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:10.628 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:10.769 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:10.774 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:10.780 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:10.803 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:10.808 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:10.812 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:11.272 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:11.281 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:11.291 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:11.499 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:11.504 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:11.509 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:11.528 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.534 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:11.538 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.554 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.559 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:11.563 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.570 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.576 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:11.579 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.587 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.592 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:11.595 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.607 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.612 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:11.617 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.637 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.643 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:11.646 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.653 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.659 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:11.664 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.672 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.678 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:11.682 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.704 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.709 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:11.712 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:11.754 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:11.760 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:11.764 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:11.871 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:11.876 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:11.880 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:12.022 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:12.027 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:12.031 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:12.188 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:12.193 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:12.198 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:12.371 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:12.377 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:12.381 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:12.539 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:12.544 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:12.549 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:12.756 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:12.762 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:12.766 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:13.023 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:13.028 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:13.032 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:13.494 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:13.500 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:13.505 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:13.893 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:13.907 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:13.913 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:13.960 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:13.969 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:13.977 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:14.009 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.015 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.020 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.075 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:14.083 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:14.089 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:14.130 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:14.136 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.141 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:14.191 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:14.198 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:14.203 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:14.261 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:14.269 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:14.276 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:14.312 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.319 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.324 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.342 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.349 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.353 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.374 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.380 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.384 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.392 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.398 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.402 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.410 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.416 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.420 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.441 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.447 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.451 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.459 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.465 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.469 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.477 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.482 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.486 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.493 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.499 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.502 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.513 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:14.518 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:14.522 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:14.808 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:14.813 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:14.817 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:14.883 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:14.889 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.893 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:14.913 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.918 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.923 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.942 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.948 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.952 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.959 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.965 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.968 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.975 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.980 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:14.984 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:14.994 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:15.000 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:15.003 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:15.025 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:15.030 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:15.034 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:15.042 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:15.048 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:15.052 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:15.063 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:15.068 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:15.072 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:15.092 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:15.098 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:15.102 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:15.192 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:15.198 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:15.202 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:15.343 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:15.349 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:15.352 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:15.476 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:15.482 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:15.487 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:15.643 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:15.648 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:15.651 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:15.793 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:15.798 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:15.803 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:15.961 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:15.967 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:15.971 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:16.010 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:16.015 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:16.019 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:16.094 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:16.099 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:16.103 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:16.261 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:16.266 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:16.271 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:16.478 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:16.483 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:16.487 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:16.561 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:16.566 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:16.570 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:16.679 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:16.684 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:16.688 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:16.779 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:16.786 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:16.790 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:17.113 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:17.119 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:17.123 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:17.144 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:17.151 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:17.154 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:17.188 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:17.194 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:17.248 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:17.255 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:17.279 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:17.283 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:17.307 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:17.313 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:17.321 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:17.327 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:17.346 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:17.351 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:17.469 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:17.475 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:17.485 20524 13790 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 23:39:17.485 20524 13790 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 23:39:17.514 20524 8092 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:39:17.646 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:39:17.653 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:39:17.717 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:17.722 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:17.746 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:39:17.754 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:17.788 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:17.794 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:17.819 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:39:17.825 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:17.851 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:39:17.856 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:18.004 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:18.009 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:18.413 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:39:18.423 20524 20524 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:39:23.506 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:39:23.506 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:39:23.507 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:39:23.507 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:39:23.507 20524 20537 W System : A resource failed to call
AbstractCursor.close.
01-27 23:42:10.491 20524 16458 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 23:42:39.050 20524 20634 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=4857b3d8-73e1-4575-921a-f4f2d2ed8861 transcoded=0 gif_attribution=0
first_scan_length=16687 direct_path=/o1/v/t62.7118-24/f1/m233/up-oil-image-
b048b7e4-e7cb-400b-b958-195c34c2aed5?ccb=9-
4&oh=01_AdQrkgAhqHafpeH_CwToA909vIxkUPKkFve6i6My95dtxg&oe=65DD49D6&_nc_sid=000000
thumbnail_height_width_ratio=1.3404255 is_animated_sticker=0
file_hash=SaoGw5YqlpP364EyK9w7MFm5cIVkgpvgB3EZwWNCo8c=
file_path=/data/user/0/com.whatsapp/files/ViewOnce/IMG-lrx2qq4a.jpg
file_size=134354 partial_media_hash=Fjx4fWo19N6R7S488vQ0RrPnANYVycsehhgl2fygJW4=
face_x=0 face_y=0 height=1600 trim_to=0 media_key_timestamp=1706420558000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m233/up-oil-image-
b048b7e4-e7cb-400b-b958-195c34c2aed5?ccb=9-
4&oh=01_AdQrkgAhqHafpeH_CwToA909vIxkUPKkFve6i6My95dtxg&oe=65DD49D6&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=--------- beginning of main
01-27 23:47:13.374 20285 20285 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 23:47:13.766 20285 20285 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 23:47:13.768 20285 20285 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 23:47:13.768 20285 20285 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 23:47:13.768 20285 20285 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 23:47:13.768 20285 20285 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 23:47:13.768 20285 20285 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 23:47:13.768 20285 20285 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 23:47:13.768 20285 20285 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 23:47:13.768 20285 20285 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 23:47:13.768 20285 20285 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 23:47:13.768 20285 20285 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 23:47:13.769 20285 20285 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 23:47:13.769 20285 20285 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 23:47:13.769 20285 20285 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 23:47:13.769 20285 20285 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 23:47:13.769 20285 20285 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 23:47:13.769 20285 20285 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 23:47:13.769 20285 20285 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:47:13.769 20285 20285 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 23:47:13.769 20285 20285 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 23:47:13.769 20285 20285 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 23:47:13.769 20285 20285 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 23:47:13.769 20285 20285 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 23:47:13.918 20285 20285 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-27 23:47:14.550 20285 20285 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:47:14.550 20285 20285 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 23:47:14.885 20285 20338 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 23:47:14.885 20285 20338 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 23:47:14.885 20285 20338 W com.whatsapp: and incorrect proguard
optimizations.
01-27 23:47:14.901 20285 20285 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 23:47:15.274 20285 20285 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-27 23:47:15.874 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-27 23:47:15.917 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x26d
01-27 23:47:15.977 20285 20285 W Activity: Can request only one set of permissions
at a time
01-27 23:47:16.012 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:47:16.012 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:47:16.012 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 23:47:16.012 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 23:47:16.012 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 23:47:16.012 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-27 23:47:16.012 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-27 23:47:16.012 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-27 23:47:16.234 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-27 23:47:16.234 20285 20363 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-27 23:47:17.506 20285 20285 E RecyclerView: No adapter attached; skipping layout
01-27 23:47:17.645 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.646 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.646 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.647 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.648 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.649 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.650 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.650 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.651 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.652 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.652 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.653 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.653 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.653 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.653 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.654 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.654 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.654 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.654 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.655 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.655 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.655 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.655 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.656 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.656 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.656 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.656 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.657 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.657 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.658 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.658 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.658 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.658 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.659 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.659 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.659 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.659 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.660 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.660 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.660 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.660 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.661 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.661 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.661 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.661 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.662 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.662 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.662 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.663 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.663 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.663 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.664 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.664 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.664 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.665 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.665 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.667 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:17.757 20285 20285 E RecyclerView: No adapter attached; skipping layout
01-27 23:47:17.778 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-27 23:47:18.082 20285 20311 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 23:47:18.181 20285 20423 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-27 23:47:18.555 20285 20285 W LOTTIE : Animation contains merge paths but they
are disabled.
01-27 23:47:20.342 20285 20468 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-27 23:47:20.342 20285 20468 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-27 23:47:20.564 20285 20423 W LOTTIE : Unknown shape type rd
01-27 23:47:20.717 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-27 23:47:20.729 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-27 23:47:21.218 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-27 23:47:21.228 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-27 23:47:21.232 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-27 23:47:21.289 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.290 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.290 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.291 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.291 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.292 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.292 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.293 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.293 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.295 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.297 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:21.411 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:21.418 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:21.422 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:21.531 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:21.537 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:21.543 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:21.583 20285 20293 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 23:47:21.618 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:21.627 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:21.630 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:21.631 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.631 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.631 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.632 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.632 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.632 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.632 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.632 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.632 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.632 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:21.991 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:21.998 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:22.002 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:22.309 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:22.314 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:22.318 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:22.398 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:22.403 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:22.406 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:24.300 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:24.305 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:24.309 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:24.361 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:24.367 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:24.371 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:24.845 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:24.852 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:24.856 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:25.212 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:25.218 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:25.222 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:25.471 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:25.476 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:25.480 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:25.575 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:25.580 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:25.584 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:25.689 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:25.695 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:25.698 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:26.065 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:26.079 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:26.084 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:26.560 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:26.565 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:26.569 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:29.323 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:29.329 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:29.332 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:29.449 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:29.455 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:29.458 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:29.470 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:29.475 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:29.479 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:30.037 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:30.043 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:30.046 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:30.120 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:30.126 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:30.130 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:30.276 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:30.281 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:30.285 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:30.673 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:30.678 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:30.682 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:32.521 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-27 23:47:32.528 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-27 23:47:32.957 20285 20285 W View : requestLayout() improperly called by
X.4rg{9d0c047 V.E....L. ......ID 0,1431-1080,1659} during layout: running second
layout pass
01-27 23:47:32.957 20285 20285 W View : requestLayout() improperly called by
android.widget.LinearLayout{661b074 V.E...... ......ID 42,3-820,214 #7f0b0e50
app:id/main_layout} during layout: running second layout pass
01-27 23:47:32.958 20285 20285 W View : requestLayout() improperly called by
com.whatsapp.conversation.conversationrow.ConversationRowImage$RowImageView{913a99d
VFED..CL. ......ID 11,11-767,200 #7f0b0c84 app:id/image} during layout: running
second layout pass
01-27 23:47:32.965 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-27 23:47:32.971 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-27 23:47:33.017 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.017 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.017 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.018 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.018 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.019 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.019 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.019 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.020 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.020 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.020 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.020 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.021 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.022 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.022 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.023 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.025 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.025 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.026 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.026 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.027 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.028 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.029 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:33.094 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:33.103 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:33.169 20285 20285 W View : requestLayout() improperly called by
X.4rg{9d0c047 V.E....L. .......D 0,1431-1080,1659 aid=1073741970} during second
layout pass: posting in next frame
01-27 23:47:33.169 20285 20285 W View : requestLayout() improperly called by
android.widget.LinearLayout{661b074 V.E...... .......D 42,3-820,214 #7f0b0e50
app:id/main_layout aid=1073741971} during second layout pass: posting in next frame
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:47:33.192 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:33.196 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:47:33.196 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:47:33.198 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:33.205 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:33.280 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:33.287 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:33.653 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:33.661 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:33.673 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:33.679 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:33.705 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:33.710 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:33.828 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:33.834 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:33.890 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:33.895 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:33.997 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:34.002 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:34.096 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:34.101 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:34.202 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:34.208 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:34.374 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:34.381 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:34.434 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:34.440 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:34.657 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:34.662 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:34.711 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:34.717 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:34.729 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:34.735 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:34.745 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:34.750 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:34.762 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:34.767 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:34.778 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:34.783 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:34.839 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:34.845 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:34.854 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:34.859 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:34.873 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:34.879 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:34.889 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:34.895 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:34.903 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:34.908 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:34.954 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:34.960 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:34.968 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:34.974 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:34.986 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:34.991 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:35.002 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:35.007 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:35.016 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:35.021 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:35.034 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:35.038 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:35.085 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:35.091 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:35.146 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:35.151 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:35.201 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:35.206 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:35.289 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:35.295 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:35.347 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:35.352 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:35.440 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:35.445 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:35.527 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:35.533 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:35.582 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:35.586 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:35.699 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:35.707 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:35.753 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:35.759 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:35.773 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:35.778 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:35.795 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:35.800 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:35.810 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:35.815 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:35.931 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:35.936 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.096 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.101 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.179 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.184 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.197 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.203 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.213 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.219 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.231 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.236 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.247 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.253 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.264 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.269 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.281 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.286 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.296 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.302 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.314 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.318 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.330 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.334 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.346 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.350 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.363 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.368 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.380 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.384 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.399 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.402 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.415 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.420 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.435 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.440 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.451 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.457 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.468 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.474 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.488 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.493 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.501 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.506 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.521 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.526 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.540 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.545 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.555 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.561 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.570 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.575 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.585 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.590 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.600 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.605 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.615 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.620 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.632 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.637 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.649 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.653 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.665 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.670 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.699 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.704 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.715 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.720 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.732 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.737 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.748 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.752 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.765 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.769 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.781 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.786 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.798 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.802 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.815 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.819 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.831 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.836 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.851 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.856 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.866 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.871 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.882 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.886 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.898 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.903 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.915 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.919 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:36.934 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:36.939 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.949 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.954 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:36.965 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:36.969 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:36.981 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:36.986 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:36.999 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:37.003 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:37.015 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:37.019 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:37.031 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:37.035 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:37.047 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:37.051 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:37.114 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:37.118 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:37.180 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:37.185 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:37.297 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:37.302 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:37.414 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:37.419 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:37.431 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:37.436 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:37.448 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:37.453 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:37.464 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:37.470 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:37.481 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:37.486 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:37.498 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:37.502 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:37.514 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:37.519 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:37.531 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:37.536 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:37.548 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:37.552 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:37.565 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:37.569 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:37.582 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:37.587 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:37.598 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:37.603 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:37.614 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:37.619 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:37.631 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:37.637 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:37.648 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:37.653 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:37.665 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:37.673 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:37.682 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:37.687 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:37.698 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:37.703 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:37.832 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:37.837 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:37.949 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:37.953 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:38.082 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:38.087 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:38.116 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:38.123 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:38.199 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:38.204 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:38.317 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:38.322 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:38.462 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:38.465 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:38.468 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:38.518 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:38.523 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:39.451 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:39.457 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:39.482 20285 20285 E RecyclerView: No adapter attached; skipping layout
01-27 23:47:39.557 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:39.561 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:39.604 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:47:39.608 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:47:39.611 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:47:39.613 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:47:39.648 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-27 23:47:39.680 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:39.685 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:40.000 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:40.001 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:40.002 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:40.061 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:40.067 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:40.704 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:47:40.726 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:40.731 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.008 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.013 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.030 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.036 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.044 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.049 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.069 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.074 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.090 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.095 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.112 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:41.118 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.132 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.137 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.152 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.156 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:41.174 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.180 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.190 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.194 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.206 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.211 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.222 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.227 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.239 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:41.244 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.256 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.260 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.273 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.277 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:41.289 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.293 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.308 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.313 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.322 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.327 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.339 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.344 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.355 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.359 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.372 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.376 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.388 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.392 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.405 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.409 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:41.421 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.426 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.440 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:41.445 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.455 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.460 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.472 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.476 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.488 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.493 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.505 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.509 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.522 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.526 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:41.538 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.542 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.555 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:41.559 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.573 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.578 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.588 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.593 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.605 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.610 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.621 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:41.625 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.671 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:41.677 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.706 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.710 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:41.788 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:41.792 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:41.921 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:41.926 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:42.021 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:42.027 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:42.038 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:42.043 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:42.055 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:42.060 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:42.072 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:42.076 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:42.088 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:42.093 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:42.106 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:42.111 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:42.122 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:42.127 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:42.138 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:42.143 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:42.155 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:42.160 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:42.172 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:42.177 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:42.189 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:42.193 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:42.205 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:42.210 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:42.222 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:42.226 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:42.238 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:42.244 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:42.255 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:42.260 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:42.272 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:42.279 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:42.322 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:42.327 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:42.439 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:42.445 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:42.614 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:42.615 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:42.616 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:42.619 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:42.626 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:42.681 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:42.686 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:42.723 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:42.728 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:42.839 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:42.845 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:42.973 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:42.978 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:43.090 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:43.095 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:43.242 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:43.248 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:43.288 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:43.293 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:43.308 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:47:43.374 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:43.380 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:43.490 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:43.495 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:43.626 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:43.631 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:43.782 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:43.783 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:43.783 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:43.794 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:43.800 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:43.857 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:43.862 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:43.924 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:43.930 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:44.042 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:44.049 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:44.175 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:44.181 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:44.294 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:44.300 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:44.425 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:44.431 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:44.535 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:44.539 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:44.559 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:44.564 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:44.578 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:47:44.676 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:44.680 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:44.815 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:44.820 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:44.841 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:44.846 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:44.857 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:44.862 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:44.878 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:44.884 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:44.907 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:44.913 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:44.940 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:44.946 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:44.970 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:44.976 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.000 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.006 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.017 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.024 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.035 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.042 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.052 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.058 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.067 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.073 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.082 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.087 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.097 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.104 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.114 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.120 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.133 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.138 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.147 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.153 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.162 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.168 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.178 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.183 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.194 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.200 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.211 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.215 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.227 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.233 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.244 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.249 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.263 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.268 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.277 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.282 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.294 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.299 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.311 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.316 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.328 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.333 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.344 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.349 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.361 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.366 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.378 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.383 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.396 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.401 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.411 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.416 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.428 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.433 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.445 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.450 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.461 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.467 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.478 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.483 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.494 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.499 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.512 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:45.517 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.530 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.535 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.545 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.550 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.561 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.566 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:45.578 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.584 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.595 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.600 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.613 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.618 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:45.628 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.633 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.662 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.667 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:45.760 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:45.766 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:45.877 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:45.882 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:46.010 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:46.017 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:46.028 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:46.035 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:46.049 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:46.055 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:46.063 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:46.069 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:46.078 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:46.084 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:46.095 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:46.101 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:46.111 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:46.117 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:46.128 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:46.134 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:46.144 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:46.151 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:46.161 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:46.167 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:46.180 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:46.185 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:46.194 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:46.200 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:46.211 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:46.217 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:46.228 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:46.233 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:46.245 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:46.250 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:46.262 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:46.268 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:46.278 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:46.285 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:46.295 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:46.300 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:46.412 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:46.417 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:46.553 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:46.554 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:46.555 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:46.592 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:46.599 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:46.630 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:46.637 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:46.696 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:46.702 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:46.813 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:46.820 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:46.946 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:46.952 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:47.063 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:47.069 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:47.196 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:47.201 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:47.293 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:47.300 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:47.314 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:47:47.332 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:47.340 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:47.464 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:47.469 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:47.581 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:47.587 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:47.714 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:47.720 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:47.838 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:47.839 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:47.839 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:47.890 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:47.896 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:47.931 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:47.937 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:47.998 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:48.004 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:48.114 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:48.121 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:48.248 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:48.254 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:48.365 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:48.370 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:48.511 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:48.517 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:48.550 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:47:48.633 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:48.639 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:48.767 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:48.772 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:48.803 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:48.808 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:48.825 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:48.831 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:48.848 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:48.854 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:48.872 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:48.878 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:48.889 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:48.895 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:48.911 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:48.916 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:48.937 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:48.943 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:48.959 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:48.965 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:48.982 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:48.989 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:49.005 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:49.010 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:49.023 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:49.029 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:49.038 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:49.043 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:49.053 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:49.058 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:49.068 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:49.073 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:49.084 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:49.090 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:49.101 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:49.107 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:49.118 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:49.123 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:49.134 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:49.139 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:49.166 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:49.170 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:49.182 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:49.187 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:49.249 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:49.256 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:49.316 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:49.322 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:49.383 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:49.389 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:49.450 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:49.455 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:49.517 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:49.522 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:49.550 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:49.555 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:49.622 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:49.628 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:49.661 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:49.662 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:49.662 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:49.669 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:49.675 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:49.706 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:49.712 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:49.736 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:49.744 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:49.761 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:49.767 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:49.783 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:49.789 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:49.800 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:49.806 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:50.346 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:50.351 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:50.486 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:47:50.571 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:50.577 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:50.593 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:50.599 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:50.613 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:50.619 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:50.634 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:50.640 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:50.658 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:50.664 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:50.673 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:50.678 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:50.725 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:50.730 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:50.745 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:50.751 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:50.772 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:50.778 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:50.793 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:50.799 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:50.808 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:50.814 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:50.828 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:50.834 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:50.873 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:50.878 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:50.895 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:50.900 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:50.969 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:50.974 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:51.035 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:51.040 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:51.055 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:51.061 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:51.102 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:51.108 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:51.153 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:51.159 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:51.260 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:51.260 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:51.261 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:51.309 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:51.316 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:51.333 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:51.341 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:51.357 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:51.364 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:51.382 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:51.388 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:51.402 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:51.409 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:51.419 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:51.426 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:51.436 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:51.443 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:51.457 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:51.463 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:51.469 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:51.476 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:51.486 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:51.492 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:51.506 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:51.512 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:51.520 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:51.527 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:51.543 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:51.548 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:51.588 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:51.594 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:51.655 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:51.663 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:51.722 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:51.728 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:51.803 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:51.809 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:51.870 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:51.875 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:51.939 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:51.946 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:51.981 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:51.986 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:51.994 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:47:52.011 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:52.019 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:52.073 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:52.081 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:52.154 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:52.160 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:52.221 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:52.227 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:52.276 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:52.282 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:52.292 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:52.298 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:52.317 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:52.323 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:52.331 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:52.337 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:52.354 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:52.360 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:52.370 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:52.375 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:52.391 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:52.395 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:52.410 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:52.416 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:52.434 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:52.440 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:52.450 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:52.456 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:52.471 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:52.476 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:52.484 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:52.489 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:52.497 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:52.503 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:52.516 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:52.521 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:52.530 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:52.535 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:52.590 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:52.596 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:52.604 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:52.610 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:52.672 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:52.677 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:52.738 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:52.744 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:52.805 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:52.811 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:52.872 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:52.878 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:52.995 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:52.996 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:52.996 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:53.037 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:53.044 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:53.065 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:53.071 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:53.089 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:53.096 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:53.113 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:53.120 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:53.129 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:53.136 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:53.145 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:53.150 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:53.166 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:53.171 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:53.189 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:53.195 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:53.205 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:53.211 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:53.222 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:53.228 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:53.239 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:53.246 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:53.259 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:53.265 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:53.272 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:53.278 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:53.305 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:53.312 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:53.372 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:53.378 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:53.439 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:53.447 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:53.506 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:53.512 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:53.573 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:53.578 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:53.656 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:53.662 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:53.693 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:47:53.715 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:53.721 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:53.740 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:53.747 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:53.824 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:53.828 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:53.890 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:53.896 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:53.941 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:53.946 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:54.008 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:54.014 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:54.074 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:54.079 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:54.184 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:54.185 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:54.185 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:54.231 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:54.237 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:54.257 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:54.263 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:54.280 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:54.287 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:54.357 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:54.364 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:54.424 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:54.433 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:54.491 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:54.497 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:54.558 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:54.565 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:54.624 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:54.632 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:54.692 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:54.697 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:54.742 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:54.747 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:54.825 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:54.830 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:54.867 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:54.873 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:54.892 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:47:54.910 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:54.917 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:54.975 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:54.981 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.044 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.049 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.070 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.075 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.091 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.096 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.115 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.121 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.131 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.136 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.153 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.159 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.173 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.179 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.197 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.203 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.214 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.219 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.233 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.239 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.254 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.259 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.276 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.281 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.289 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.295 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.309 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.314 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.328 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.333 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.360 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.366 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.377 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.382 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.394 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.399 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.410 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.415 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.429 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.434 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.443 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.448 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.460 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.465 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.477 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.481 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.495 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.501 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.510 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.515 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.526 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.531 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.543 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.548 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.562 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.567 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.576 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.581 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.593 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.599 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.610 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.615 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.628 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.635 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.644 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.649 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.660 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.666 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.677 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.682 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.692 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.698 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.726 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.731 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.742 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.748 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.776 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.782 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.810 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:55.816 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.843 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.849 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.876 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:55.882 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:55.909 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.914 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:55.943 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:55.949 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:55.977 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:55.982 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.010 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:56.016 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.043 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.048 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.077 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:56.083 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.093 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.098 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:56.111 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.117 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.130 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.136 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.144 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:56.151 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.160 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.166 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:56.177 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.182 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.195 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:56.201 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.210 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.216 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:56.227 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.232 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.244 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.249 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.260 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:56.265 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.278 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.284 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:56.293 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.299 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.310 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:56.316 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.328 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.334 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:56.344 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.349 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.360 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.366 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.394 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:56.401 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.428 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.434 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.461 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:56.468 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.495 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.501 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.528 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.537 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.578 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.584 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.611 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.617 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.700 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.706 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:56.741 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:56.742 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:56.742 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:56.788 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.794 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.808 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.815 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.828 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.836 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:56.861 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:56.868 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:56.894 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:56.901 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:56.928 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:56.934 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:56.961 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:56.967 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:56.995 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:57.001 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:57.029 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:57.036 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:57.061 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:57.068 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:57.095 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:57.101 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:57.129 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:57.136 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:57.162 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:57.168 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:57.195 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:57.205 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:57.229 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:57.236 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:57.278 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:57.284 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:57.314 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:57.322 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:57.348 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:57.353 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:57.379 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:57.385 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:57.412 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:57.418 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:57.469 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:57.475 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:57.512 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:57.518 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:57.529 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:57.535 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:57.544 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:47:57.579 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:57.587 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:57.603 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:57.609 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:57.646 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:57.651 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:57.679 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:57.685 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:57.713 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:57.718 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:57.746 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:57.751 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:57.780 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:57.785 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:57.814 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:57.821 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:57.849 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:57.854 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:57.949 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:57.950 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:57.951 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:47:58.013 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:58.020 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:58.707 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:58.713 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:58.765 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:47:59.086 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.093 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.101 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.106 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.158 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.166 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.182 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.189 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.200 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.205 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.224 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:59.230 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.240 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.245 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:59.259 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.264 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.279 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.285 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.294 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.300 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.309 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:59.314 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.362 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:59.371 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.392 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:59.398 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.409 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.415 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:59.454 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.460 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.476 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:59.482 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.503 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:59.509 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.526 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.534 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.548 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.555 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.570 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.576 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.585 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.590 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:59.600 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.606 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:59.626 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:59.632 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.645 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:59.651 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.659 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.665 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.679 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.684 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.694 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.699 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.712 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.718 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.725 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.731 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.740 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.745 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:59.755 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.760 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.799 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.804 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:59.818 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.823 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.832 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.837 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.865 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.870 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:59.882 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:47:59.887 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.916 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:47:59.921 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:47:59.949 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.954 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:47:59.966 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:59.970 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:47:59.984 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:47:59.989 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:47:59.999 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.006 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.049 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.054 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:00.066 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.071 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.099 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.105 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:00.116 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.121 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.133 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.138 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.152 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:00.158 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.166 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.172 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:00.185 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.191 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.205 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:00.210 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.219 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.224 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:00.233 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.238 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.252 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.257 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.272 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:00.277 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.292 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.298 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:00.316 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.322 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.338 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:00.343 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.360 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.365 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:00.383 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.388 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.400 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.405 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.419 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:00.425 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.467 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.472 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.489 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:00.495 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.517 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.523 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:00.538 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.544 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.570 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:00.575 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.600 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.605 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.617 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.622 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:00.642 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.649 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.709 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.714 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:00.748 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:00.749 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:00.749 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:00.799 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.806 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.825 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.831 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:00.854 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:00.863 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.884 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:00.892 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:00.934 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:00.940 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:00.984 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:00.990 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.020 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:01.026 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.068 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:01.074 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:01.101 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:01.107 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:01.151 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.157 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:01.168 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.174 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.190 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:01.196 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.251 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:01.258 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:01.285 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:01.293 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:01.320 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.325 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:01.353 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.360 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.418 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:01.425 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:01.435 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:01.441 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:01.468 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:01.474 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:01.502 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.509 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.524 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:01.529 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:01.547 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:01.553 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:01.625 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.631 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.669 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:01.676 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.704 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-27 23:48:01.715 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.725 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.741 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:01.748 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.758 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:01.765 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:01.783 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:01.789 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:01.821 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.827 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:01.836 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.842 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:01.858 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:01.863 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:01.905 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:01.911 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:01.929 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:01.935 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:01.969 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:01.974 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:02.005 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:02.011 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:02.044 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.049 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:02.071 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.078 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.095 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:02.100 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:02.182 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:02.187 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:02.222 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:02.222 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:02.223 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:02.235 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.242 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.301 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:02.309 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.334 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:02.342 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:02.352 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:02.359 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:02.386 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:02.392 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:02.408 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.413 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:02.436 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.442 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.470 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:02.475 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:02.491 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:02.497 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:02.520 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:02.525 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:02.553 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.559 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:02.572 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.579 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.595 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:02.600 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.637 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:02.642 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:02.660 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:02.665 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:02.687 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:02.693 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:02.720 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.726 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.743 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:02.749 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.770 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:02.775 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:02.804 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:02.809 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:02.823 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:02.829 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:02.837 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.843 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:02.904 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.910 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.956 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:02.961 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:02.987 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:48:02.998 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.004 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.017 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:03.024 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.055 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.063 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.088 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:03.093 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:03.140 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:03.145 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.172 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.177 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.205 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:03.209 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:03.238 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.244 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.274 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.280 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:03.291 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.296 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:03.314 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.320 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:03.329 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.335 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.355 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.361 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.371 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:03.376 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.395 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:03.400 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.410 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:03.415 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:03.437 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.442 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.451 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.457 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.475 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:03.481 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.490 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:03.495 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.514 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:03.520 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:03.528 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.533 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:03.575 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.581 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.591 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:03.596 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.611 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.617 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.673 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.679 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:03.689 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.694 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.738 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.744 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.757 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:03.764 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.807 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.813 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:03.838 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:03.844 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:03.872 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:03.877 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.905 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:03.911 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:03.984 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:03.990 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:04.026 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:04.027 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:04.027 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:04.074 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:04.082 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:04.099 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:04.106 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:04.131 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:04.137 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:04.157 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:04.165 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:04.173 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:04.181 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:04.198 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:04.204 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:04.222 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:04.229 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:04.245 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:04.250 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:04.258 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:04.265 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:04.281 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:04.286 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:04.297 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:04.302 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:04.356 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:04.362 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:04.423 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:04.429 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:04.490 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:04.497 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:04.573 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:04.580 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:04.640 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:04.645 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:04.717 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:04.722 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:04.794 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:04.800 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:04.824 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:04.858 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:04.871 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:04.924 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:04.930 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:04.991 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:04.997 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:05.058 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:05.064 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:05.095 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:05.100 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:05.207 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:05.208 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:05.209 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:05.249 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:05.254 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:05.286 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:05.293 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:05.307 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:05.313 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:05.375 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:05.382 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:05.441 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:05.448 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:05.579 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:05.585 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:05.641 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:05.649 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:05.731 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:05.738 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:05.797 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:05.803 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:05.865 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:05.871 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:05.945 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:05.951 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:06.002 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:06.008 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:06.031 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:06.037 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:06.123 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:06.130 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:06.138 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:06.176 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:06.182 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:06.227 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:06.232 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:06.331 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:06.337 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:06.398 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:06.403 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:06.472 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:06.478 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:06.509 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:06.517 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:06.549 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:06.555 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:06.588 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:06.594 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:06.614 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:06.621 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:06.642 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:06.649 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:06.662 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:06.668 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:06.743 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:06.748 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:06.780 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:06.785 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:06.812 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:06.817 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:06.876 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:06.881 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:06.943 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:06.949 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.010 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:07.015 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:07.062 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:07.070 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.079 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:07.084 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:07.099 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:07.104 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:07.163 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.169 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:07.209 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:07.210 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:07.211 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:07.219 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:07.225 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.268 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:07.274 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:07.293 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:07.300 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:07.318 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:07.325 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:07.344 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.350 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:07.362 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:07.369 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.445 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:07.450 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:07.513 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:07.520 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.579 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:07.585 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:07.661 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.668 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:07.728 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:07.735 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:07.794 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.801 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:07.869 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:07.875 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:07.940 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:07.946 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:07.980 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:07.985 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:08.002 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:08.013 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:08.023 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:08.094 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:08.100 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:08.164 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:08.169 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:08.229 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:08.236 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:08.296 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:08.302 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:08.369 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:08.375 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:08.503 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:08.504 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:08.505 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:08.520 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:08.526 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:08.581 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:08.587 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:08.598 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:08.605 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:08.680 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:08.686 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:08.749 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:08.757 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:08.813 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:08.819 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:08.880 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:08.887 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:08.946 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:08.953 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:09.015 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:09.021 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.081 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:09.086 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:09.163 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.170 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.219 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.224 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.246 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:09.256 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.262 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:09.315 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:09.320 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:09.381 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.386 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.433 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:09.438 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:09.457 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.463 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.511 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.516 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.535 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:09.540 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:09.559 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:09.565 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.590 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.595 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.610 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:09.616 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:09.629 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:09.635 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:09.644 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.649 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:09.667 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:09.672 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:09.681 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.686 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.735 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.742 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.752 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:09.758 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:09.777 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:09.782 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.803 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:09.809 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:09.823 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.830 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.839 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:09.845 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:09.858 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.864 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:09.878 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:09.884 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:09.891 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:09.896 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:09.909 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:09.914 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.921 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:09.926 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:09.939 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:09.945 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.957 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:09.962 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:09.969 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:09.974 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:09.982 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:09.987 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:10.001 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:10.007 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:10.020 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:10.026 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:10.040 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:10.046 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:10.054 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:10.059 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:10.066 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:10.072 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:10.085 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:10.091 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:10.115 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:10.120 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:10.482 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:10.487 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:10.502 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:10.509 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:10.523 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:10.528 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:10.536 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:10.542 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:10.556 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:10.562 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:10.576 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:10.582 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:10.599 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:10.604 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:10.616 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:10.622 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:10.635 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:10.640 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:10.654 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:10.660 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:10.667 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:10.672 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:10.685 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:10.691 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:10.699 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:10.706 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:10.716 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:10.723 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:10.739 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:10.745 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:10.971 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:10.977 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:10.992 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:10.999 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:11.015 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.021 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:11.031 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:11.036 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:11.050 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:11.056 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.069 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:11.075 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:11.089 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:11.094 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:11.102 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:11.108 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:11.122 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:11.127 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:11.140 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.146 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:11.160 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:11.166 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:11.174 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:11.179 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.187 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:11.193 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:11.206 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:11.212 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:11.220 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.226 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:11.241 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:11.247 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:11.256 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:11.261 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.320 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:11.325 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:11.353 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:11.359 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:11.501 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.506 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:11.768 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.774 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:11.785 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:11.791 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.805 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:11.810 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:11.825 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:11.831 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:11.847 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:11.852 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:11.868 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:11.874 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:11.941 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:11.947 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:11.987 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:11.987 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:11.988 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:11.994 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:12.001 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:12.065 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:12.072 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:12.105 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:12.113 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:12.746 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:12.752 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:12.769 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:13.247 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:13.248 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:13.248 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:13.297 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:13.303 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:13.915 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:13.921 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:13.954 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-27 23:48:14.402 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:14.403 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:14.404 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:14.447 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:14.453 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:15.067 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:15.072 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:15.105 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:15.564 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:15.564 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:15.565 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:15.620 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:15.629 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:16.269 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:16.274 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:16.307 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-27 23:48:16.629 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:16.635 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:16.644 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:16.649 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:16.667 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:16.674 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:16.714 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:16.720 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:16.739 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:16.746 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:16.755 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:16.761 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:16.782 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:16.788 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:16.797 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:16.803 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:16.821 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:16.827 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:16.835 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:16.841 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:16.858 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:16.865 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:16.874 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:16.879 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:16.897 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:16.903 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:16.912 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:16.918 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:16.932 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:16.939 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:16.953 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:16.962 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:16.980 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:16.986 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:17.401 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:17.402 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:17.403 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:17.441 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:17.449 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:17.471 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:17.480 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:17.498 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:17.505 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:17.512 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:17.519 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:17.534 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:17.540 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:17.548 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:17.554 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:17.569 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:17.575 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:17.593 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:17.600 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:17.614 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:17.620 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:17.627 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:17.633 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:17.647 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:17.655 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:17.663 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:17.670 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:17.684 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:17.690 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:18.104 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:18.110 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:18.143 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:18.603 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:18.604 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:18.605 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:18.653 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:18.659 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:19.273 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:19.278 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:19.312 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:19.582 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:19.588 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:19.602 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:19.608 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:19.623 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:19.629 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:19.686 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:19.691 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:19.707 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:19.713 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:19.729 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:19.734 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:19.750 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:19.756 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:19.772 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:19.779 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:19.796 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:19.801 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:19.817 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:19.823 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:19.839 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:19.845 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:19.898 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:19.904 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:19.915 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:19.921 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:19.932 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:19.938 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:19.947 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:19.952 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:19.963 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:19.969 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:19.980 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:19.985 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.030 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:20.036 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:20.047 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:20.053 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:20.097 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:20.103 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:20.114 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:20.120 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:20.164 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:20.170 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:20.180 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.186 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:20.230 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.237 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:20.247 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:20.252 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.297 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:20.302 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.393 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:20.393 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:20.394 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:20.398 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:20.405 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:20.450 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:20.458 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:20.475 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:20.483 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:20.498 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.505 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:20.514 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:20.522 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.531 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:20.539 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:20.548 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:20.555 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:20.569 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:20.574 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:20.581 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:20.588 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:20.598 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:20.604 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:20.614 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.621 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:20.631 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:20.638 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.700 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:20.706 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:20.767 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:20.775 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:20.838 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:20.846 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:20.901 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:20.910 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:20.982 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:20.989 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:21.049 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:21.057 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:21.115 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:21.121 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:21.150 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:21.155 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:21.182 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:21.188 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:21.251 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:21.257 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:21.265 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:21.316 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:21.323 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:21.383 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:21.390 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:21.449 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:21.456 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:21.507 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:21.513 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:21.605 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:21.606 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:21.607 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:21.657 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:21.664 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:22.278 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:22.284 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:22.367 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:22.539 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:22.545 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:22.560 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:22.565 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:22.583 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:22.589 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:22.643 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:22.650 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:22.660 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:22.667 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:22.687 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:22.693 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:22.703 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:22.709 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:22.725 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:22.731 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:22.747 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:22.753 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:22.771 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:22.777 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:22.786 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:22.791 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:22.806 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:22.811 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:22.827 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:22.833 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:22.854 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:22.860 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:22.869 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:22.874 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:22.891 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:22.896 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:22.912 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:22.917 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:22.933 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:22.938 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:22.955 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:22.960 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:22.969 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:22.973 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:22.985 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:22.990 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.005 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.010 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.019 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.023 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.036 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.040 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.052 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.057 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.071 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.076 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:23.086 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.090 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.102 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:23.107 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.119 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.123 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.138 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.143 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.153 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.157 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.169 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.174 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.186 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.190 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:23.205 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.210 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.219 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.224 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.285 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.290 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.398 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:23.398 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:23.399 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:23.450 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.458 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.478 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.485 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.519 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.526 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.570 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.578 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:23.602 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.609 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.619 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.625 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.640 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.646 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.653 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.660 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.669 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.676 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.686 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:23.692 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.703 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.709 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:23.721 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.727 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.736 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.741 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.753 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.759 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.769 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.775 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.786 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.793 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.805 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:23.811 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.819 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.825 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:23.836 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.843 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.853 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.858 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:23.870 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.876 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:23.889 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.894 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:23.903 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.908 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:23.920 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:23.925 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:23.986 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:23.992 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:24.031 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:24.036 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:24.053 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:24.058 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:24.069 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:24.087 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:24.094 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:24.121 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:24.128 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:24.154 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:24.159 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:24.187 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:24.192 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:24.238 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:24.243 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:24.259 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:24.263 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:24.307 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:24.312 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:24.338 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:24.343 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:24.371 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:24.376 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:24.463 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:24.468 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:24.502 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:24.502 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:24.503 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:24.540 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:24.546 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:24.570 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:24.577 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:24.598 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:24.603 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:24.672 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:24.678 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:24.688 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:24.694 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:24.737 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:24.743 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:24.755 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:24.761 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:24.804 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:24.810 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:24.821 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:24.828 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:24.871 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:24.877 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:24.888 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:24.893 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:24.938 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:24.944 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:24.955 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:24.963 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:25.004 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.009 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.022 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.026 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.072 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:25.077 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.090 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.097 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.172 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.178 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.218 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.224 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.238 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.244 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.255 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:25.322 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.327 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:25.389 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.394 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.458 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.464 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.481 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:25.487 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.542 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.548 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.558 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:25.563 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.583 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.590 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.609 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.615 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:25.635 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:25.640 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:25.656 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.661 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.680 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.685 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:25.693 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.699 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.713 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.718 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.732 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:25.737 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.751 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.756 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.774 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:25.780 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:25.787 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.793 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.805 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.810 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:25.824 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.829 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.875 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.880 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.891 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:25.896 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:25.907 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:25.912 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.925 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:25.930 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.940 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:25.945 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.957 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:25.961 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.974 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:25.979 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:25.992 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:25.997 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.007 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:26.012 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:26.024 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.029 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.041 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:26.045 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:26.059 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.064 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:26.074 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:26.079 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:26.090 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:26.095 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:26.107 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:26.112 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.125 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:26.131 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:26.140 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:26.145 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:26.157 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:26.162 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:26.174 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:26.179 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.192 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.198 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:26.206 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.211 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.574 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.580 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:26.591 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.597 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.608 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:26.614 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.629 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:26.635 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:26.642 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:26.649 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:26.657 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:26.662 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:26.674 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:26.680 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:26.690 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.696 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:26.709 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.716 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.724 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:26.729 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.741 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:26.746 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:26.757 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:26.762 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:26.774 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:26.780 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:26.794 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:26.799 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:26.808 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.815 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:26.824 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.831 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:26.841 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:26.849 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:26.975 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:26.980 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:27.090 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:27.097 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:27.108 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:27.114 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:27.836 20285 20285 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-27 23:48:27.888 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:27.894 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:28.299 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:28.300 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:28.300 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:28.360 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:28.367 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:29.140 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:29.146 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:29.194 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:48:29.567 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:29.568 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:29.568 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:29.618 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:29.626 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:30.309 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:30.315 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:30.362 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:30.632 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:30.638 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:30.653 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:30.658 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:30.712 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:30.717 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:30.737 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:30.743 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:30.753 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:30.759 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:30.776 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:30.782 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:30.797 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:30.803 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:30.819 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:30.825 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:30.853 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:30.859 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:30.870 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:30.876 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:30.891 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:30.897 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:30.932 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:30.937 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:30.949 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:30.956 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:30.966 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:30.972 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:30.986 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:30.993 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:31.006 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:31.012 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:31.081 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:31.087 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:31.148 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:31.153 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:31.214 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:31.221 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:31.298 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:31.304 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:31.365 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:31.371 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:31.484 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:31.484 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:31.485 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:31.494 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:31.502 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:31.538 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:31.543 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:31.559 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:31.565 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:31.586 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:31.592 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:31.600 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:31.607 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:31.615 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:31.622 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:31.632 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:31.639 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:31.653 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:31.660 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:31.667 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:31.674 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:31.682 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:31.688 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:31.698 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:31.705 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:31.715 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:31.721 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:31.765 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:31.771 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:31.832 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:31.838 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:31.882 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:31.889 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:31.950 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:31.960 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:31.999 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:32.005 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:32.066 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:32.071 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:32.133 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:32.138 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:32.202 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:32.210 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:32.248 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:32.254 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:32.267 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:32.274 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:32.299 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:32.334 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:32.343 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:32.383 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:32.388 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:32.450 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:32.455 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:32.517 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:32.523 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:32.583 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:32.589 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:32.633 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:32.638 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:32.731 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:32.731 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:32.732 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:32.789 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:32.795 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:33.429 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:33.434 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:33.567 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:48:33.756 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:33.762 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:33.808 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:33.814 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:33.830 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:33.836 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:33.857 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:33.863 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:33.872 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:33.878 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:33.894 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:33.901 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:33.916 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:33.923 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:33.942 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:33.948 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:33.963 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:33.968 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:33.982 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:33.988 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.005 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.012 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.031 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.037 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.051 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.056 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.064 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.069 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.082 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.087 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.101 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.105 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.122 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.127 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.145 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.151 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.158 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.163 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.171 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.176 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.186 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.191 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.205 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.210 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.222 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.227 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.236 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.241 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.253 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.258 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.271 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.277 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.286 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.291 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.305 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.310 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.320 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.325 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.338 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.344 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.353 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.358 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.372 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.376 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.387 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.391 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.405 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.410 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.419 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.424 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.452 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.457 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.503 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.509 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.570 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.575 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.636 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.641 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.703 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.708 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.770 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.776 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.820 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.826 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.836 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.842 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.854 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.860 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.874 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.880 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.894 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.900 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.907 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.914 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:34.921 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.926 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:34.940 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.945 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:34.953 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.959 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:34.972 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:34.977 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:34.987 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:34.992 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:35.004 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:35.009 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:35.023 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:35.028 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:35.037 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:35.043 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:35.058 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:35.065 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:35.072 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:35.077 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:35.087 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:35.093 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:35.154 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:35.160 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:35.221 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:35.226 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:35.323 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:35.324 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:35.325 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:35.370 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:35.376 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:35.404 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:35.412 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:35.473 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:35.480 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:35.537 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:35.544 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:35.604 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:35.611 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:35.671 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:35.677 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:35.738 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:35.744 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:35.805 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:35.811 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:35.871 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:35.877 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:35.938 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:35.947 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:36.005 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:36.011 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:36.042 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:36.048 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:36.075 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:36.081 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:36.104 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:36.128 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:36.134 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:36.191 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:36.196 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:36.241 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:36.247 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:36.309 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:36.315 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:36.419 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:36.425 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:36.457 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:36.458 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:36.458 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:36.472 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:36.479 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:36.544 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:36.552 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:36.590 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:36.596 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:36.656 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:36.663 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:36.723 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:36.731 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:36.790 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:36.795 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:36.856 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:36.862 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:36.923 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:36.930 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:36.973 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:36.978 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:37.040 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.046 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.111 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.118 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:37.153 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.160 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:37.192 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.198 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.207 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:37.258 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:37.264 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:37.341 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.346 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.408 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:37.413 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.475 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:37.480 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:37.496 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:37.502 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:37.555 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:37.561 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.575 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:37.581 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.596 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:37.603 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:37.615 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.621 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:37.637 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.643 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.661 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:37.668 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.683 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:37.689 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.702 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.708 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.723 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:37.729 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.759 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.764 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:37.780 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.786 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:37.794 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.799 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.809 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:37.813 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.828 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:37.834 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.842 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.847 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.859 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.864 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:37.876 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.880 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:37.894 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:37.899 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:37.912 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:37.917 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:37.926 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:37.931 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.942 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:37.947 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.960 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:37.966 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.975 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:37.981 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:37.994 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:37.999 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:38.009 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:38.013 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:38.027 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:38.033 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:38.042 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:38.047 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.059 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:38.064 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:38.078 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.084 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.097 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:38.102 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:38.109 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.114 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.126 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.132 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.142 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.147 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:38.160 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.166 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.258 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:38.264 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:38.358 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.364 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.475 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:38.481 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:38.542 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:38.548 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.559 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:38.565 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:38.576 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:38.583 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:38.599 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:38.605 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:38.620 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:38.626 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:38.642 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.648 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:38.659 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.664 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.677 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:38.683 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.697 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:38.703 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:38.711 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:38.717 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:38.726 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:38.731 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:38.743 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:38.750 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:38.763 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.768 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:38.782 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.787 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.794 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:38.799 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:38.809 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:38.818 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:38.926 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:38.933 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:39.104 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:39.105 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:39.105 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:39.141 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:39.148 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:39.172 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:39.178 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:39.226 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:39.233 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:39.327 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:39.333 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:39.429 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:39.436 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:39.529 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:39.535 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:39.627 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:39.633 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:39.730 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:39.737 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:39.774 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:39.779 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:39.827 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:39.845 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:39.852 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:39.961 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:39.966 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:40.063 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:40.068 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:40.102 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:40.107 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:40.205 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:40.205 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:40.206 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:40.255 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:40.262 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:40.891 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:40.897 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:40.962 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:41.167 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:41.174 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:41.185 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:41.190 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:41.240 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:41.245 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:41.267 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:41.273 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:41.290 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:41.298 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:41.308 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:41.315 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:41.333 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:41.339 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:41.360 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:41.366 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:41.376 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:41.381 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:41.397 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:41.403 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:41.427 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:41.433 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:41.449 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:41.456 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:41.465 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:41.471 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:41.487 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:41.492 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:41.597 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:41.602 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:41.697 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:41.702 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:41.814 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:41.819 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:41.950 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:41.951 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:41.952 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:42.009 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:42.016 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:42.034 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:42.046 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:42.066 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:42.073 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:42.093 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:42.099 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:42.114 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:42.121 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:42.131 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:42.138 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:42.153 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:42.159 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:42.177 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:42.183 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:42.198 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:42.204 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:42.215 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:42.222 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:42.237 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:42.244 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:42.282 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:42.288 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:42.382 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:42.390 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:42.482 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:42.491 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:42.615 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:42.622 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:42.668 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:42.674 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:42.699 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:42.705 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:42.715 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-27 23:48:42.799 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:42.804 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:42.900 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:42.905 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:43.038 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:43.039 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:43.040 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:43.055 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:43.061 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:43.113 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:43.120 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:43.150 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:43.156 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:43.250 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:43.256 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:43.366 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:43.373 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:43.467 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:43.473 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:43.567 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:43.572 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:43.667 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:43.674 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:43.708 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:43.713 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:43.767 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:43.773 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:43.783 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:43.867 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:43.872 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:43.987 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:43.992 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.045 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.050 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.066 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.072 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.094 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.101 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.110 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.117 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.134 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.141 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.157 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.164 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.182 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.188 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.197 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.202 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.219 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.225 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.235 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.241 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.260 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.266 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.277 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.283 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.298 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.303 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.318 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.323 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.341 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.346 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.364 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.369 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.377 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.382 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.390 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.395 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.402 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.408 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.419 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.424 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.437 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.442 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.452 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.457 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.471 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.476 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.485 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.490 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.504 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.509 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.519 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.524 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.536 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.541 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.554 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.559 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.573 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.579 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.587 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.592 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.602 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.607 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.619 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.624 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.637 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.643 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.654 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.659 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.673 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.678 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.686 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.692 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.706 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.711 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.720 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.725 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.787 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.792 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.818 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.823 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.852 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.857 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:44.885 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:44.890 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:44.919 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.924 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:44.952 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:44.957 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:44.985 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:44.990 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:45.019 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:45.024 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:45.052 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:45.057 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:45.085 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:45.090 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:45.102 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:45.108 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:45.121 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:45.127 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:45.136 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:45.141 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:45.152 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:45.158 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:45.169 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:45.175 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:45.189 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:45.194 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:45.208 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:45.214 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:45.221 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:45.226 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:45.236 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:45.241 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:45.254 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:45.260 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:45.269 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:45.274 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:45.286 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:45.291 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:45.302 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:45.308 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:45.321 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:45.326 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:45.336 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:45.342 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:45.353 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:45.358 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:45.369 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:45.375 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:45.386 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:45.391 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:45.419 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:45.424 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:45.453 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:45.458 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:45.486 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:45.491 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:45.581 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:45.581 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:45.582 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:45.629 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:45.635 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:46.185 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:46.190 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:46.304 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:48:46.791 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:46.791 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:46.792 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:46.865 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:46.871 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:47.400 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:47.405 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:47.472 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:47.677 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:47.682 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:47.700 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:47.705 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:47.724 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:47.730 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:47.743 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:47.749 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:47.768 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:47.774 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:47.793 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:47.800 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:47.818 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:47.824 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:47.838 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:47.843 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:47.861 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:47.866 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:47.883 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:47.888 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:47.915 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:47.921 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:47.932 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:47.938 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:47.955 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:47.960 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:47.976 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:47.981 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.006 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.012 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.029 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.035 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.044 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.050 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.058 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.063 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.078 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.084 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.092 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.097 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.108 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.113 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.127 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.132 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.147 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.153 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.161 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.166 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.175 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.180 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.192 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.197 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.208 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.213 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.228 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.233 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.242 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.247 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.258 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.263 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.275 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.280 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.294 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.299 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.308 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.313 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.326 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.331 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.342 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.346 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.358 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.362 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.390 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.396 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.424 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.429 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.459 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.465 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.491 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.496 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.541 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.546 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.574 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.580 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.608 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.613 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.641 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.647 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.674 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.680 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.708 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.713 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.741 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.746 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.758 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.764 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.775 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.782 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.799 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.805 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.821 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.827 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.842 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.848 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.858 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.864 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.875 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.882 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.892 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.897 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:48.911 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.917 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:48.925 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.930 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:48.942 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.948 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:48.958 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.964 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:48.975 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:48.981 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:48.995 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:49.000 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:49.008 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:49.017 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:49.076 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:49.082 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:49.092 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:49.098 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:49.144 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:49.150 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:49.175 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:49.182 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:49.229 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:49.236 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:49.259 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:49.264 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:49.292 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:49.299 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:49.342 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:49.348 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:49.376 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:49.382 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:49.409 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:49.414 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:49.459 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:49.465 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:49.492 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:49.498 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:49.526 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:49.532 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:49.559 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:49.565 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:49.593 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:49.598 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:49.628 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:49.636 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:49.676 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:49.683 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:49.709 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:49.716 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:49.760 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:49.765 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:49.793 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:49.800 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:49.826 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:49.832 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:49.876 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:49.882 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:49.912 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:49.918 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:49.943 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:49.949 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:49.977 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:49.983 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:50.010 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.015 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.044 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:50.049 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:50.077 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:50.083 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:50.127 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.132 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:50.143 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.149 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.196 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:50.203 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:50.227 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:50.233 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:50.249 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:50.255 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:50.294 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.299 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:50.327 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:50.333 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.361 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:50.367 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:50.387 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.393 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:50.411 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.416 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.444 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:50.450 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.514 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.520 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:50.531 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.537 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.577 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:50.583 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.611 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:50.616 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:50.644 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:50.650 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:50.677 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:50.683 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:50.711 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:50.717 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:50.744 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.749 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:50.778 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.785 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.811 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.817 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:50.828 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.833 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.861 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:50.867 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:50.887 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:50.892 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:50.972 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:50.976 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:51.090 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:51.095 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:51.141 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:51.148 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:51.172 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:51.177 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:51.256 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:51.261 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:51.281 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:51.287 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:51.341 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:51.346 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:51.362 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:51.368 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:51.396 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:51.400 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:54.193 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 23:48:54.201 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-27 23:48:54.561 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-27 23:48:54.566 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-27 23:48:54.601 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.601 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.602 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.602 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.602 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.603 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.603 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.604 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.604 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.605 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.605 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.606 20285 20285 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:48:54.663 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:54.668 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:54.713 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:54.719 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:54.783 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:54.789 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:55.271 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:55.281 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:55.452 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:55.457 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:55.613 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:55.619 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:55.648 20285 20285 E RecyclerView: No adapter attached; skipping layout
01-27 23:48:55.682 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:55.691 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:55.697 20285 20285 E RecyclerView: No adapter attached; skipping layout
01-27 23:48:55.716 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:55.725 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:55.803 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:55.806 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:55.809 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:55.812 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:55.885 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-27 23:48:55.888 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:55.890 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:55.892 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:55.895 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:55.897 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:48:55.900 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-27 23:48:55.902 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-27 23:48:55.905 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:55.907 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:55.909 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:55.912 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:56.106 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:56.113 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:56.608 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:56.620 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:57.074 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:57.077 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:57.080 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:48:57.087 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
01-27 23:48:57.095 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:48:57.099 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-27 23:48:57.107 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:48:57.113 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:57.126 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-27 23:48:57.130 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-27 23:48:57.276 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:57.277 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:57.280 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:57.289 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-27 23:48:57.623 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:48:57.629 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:57.677 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:57.680 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:57.681 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:57.683 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-27 23:48:58.123 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:48:58.129 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:48:58.625 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:58.629 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.977 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
CursorWindow.close.
01-27 23:48:58.978 20285 20295 W System : A resource failed to call
AbstractCursor.close.
01-27 23:48:59.114 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:59.117 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:59.118 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:59.126 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:59.132 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:48:59.149 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:48:59.280 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-27 23:48:59.281 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-27 23:48:59.283 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:59.284 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-27 23:48:59.449 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-27 23:48:59.451 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-27 23:48:59.452 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-27 23:48:59.453 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-27 23:48:59.625 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:48:59.631 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:49:00.143 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:49:00.148 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:49:00.645 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:49:00.650 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:49:00.908 20285 20285 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-27 23:49:00.935 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:49:00.940 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:49:00.977 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-27 23:49:01.030 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:49:01.035 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:49:01.068 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:49:01.094 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:49:01.100 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:49:01.134 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:49:01.728 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:49:01.733 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:49:01.770 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=c5a29d2b-9640-4c7a-a1ed-02c7dee6312d transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=1.0
is_animated_sticker=0 file_hash=YPoiiT4SOXp4uktwOFDVi4V17REifnybx5OX9H9z3hA=
file_path=/data/user/0/com.whatsapp/files/Stickers/YPoiiT4SOXp4uktwOFDVi4V17REifnyb
x5OX9H9z3hA=.webp file_size=89542 partial_media_hash=null face_x=0 face_y=0
height=64 trim_to=0 media_key_timestamp=0 message_url=null media_caption=null
trim_from=0 mime_type=image/webp partial_media_enc_hash=null width=64
original_file_hash=null has_streaming_sidecar=0 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=353 multicast_id=null enc_file_hash=null
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=89542 media_name=YPoiiT4SOXp4uktwOFDVi4V17REifnybx5OX9H9z3hA=.webp
media_duration=0 chat_row_id=66 media_key=null
01-27 23:49:01.819 20285 20335 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:49:01.819 20285 20335 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:49:01.883 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:49:01.888 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:49:01.945 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:49:01.950 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:49:01.983 20285 20285 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-27 23:49:02.337 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:49:02.341 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=c5a29d2b-9640-4c7a-a1ed-02c7dee6312d transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/11929113_325742700458414_4888363330613592702_n.enc?ccb=11-4&oh=01_AdS3z9DY-
m9x0q6ujEjKoGQQsM_88PqhRkEkdP9rkg4sHw&oe=65DD45A5&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=YPoiiT4SOXp4uktwOFDVi4V17REifnybx5OX9H9z3hA= file_path=Media/WhatsApp
Stickers/STK-20240127-WA0012.webp file_size=89542 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706205516000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/11929113_325742700458414_4888363330613592702_n.enc?ccb=11-4&oh=01_AdS3z9DY-
m9x0q6ujEjKoGQQsM_88PqhRkEkdP9rkg4sHw&oe=65DD45A5&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=image/webp partial_media_enc_hash=null
width=64 original_file_hash=null has_streaming_sidecar=0
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=353
multicast_id=null enc_file_hash=PWzeIMc2UFOhLqQplSXTRbP7E5kWlYN+JNRiwdHkUjg=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=89542 media_name=YPoiiT4SOXp4uktwOFDVi4V17REifnybx5OX9H9z3hA=.webp
media_duration=0 chat_row_id=66 media_key=[B@ee09b6a
01-27 23:49:02.358 20285 20335 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:49:02.358 20285 20335 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:49:02.406 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:49:02.411 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:49:02.469 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:49:--------- beginning of main
01-27 23:49:02.475 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:49:02.499 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:49:02.506 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:49:02.796 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:49:02.802 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:49:02.830 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:49:02.836 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:49:02.871 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:49:02.876 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:49:02.899 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:49:02.899 20285 20735 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 23:49:02.899 20285 20735 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 23:49:02.905 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:49:02.940 20285 20696 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:49:03.066 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:49:03.072 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:49:03.267 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:49:03.272 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:49:03.467 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:49:03.473 20285 20285 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:49:07.467 20903 20903 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 23:49:07.600 20903 20903 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 23:49:07.600 20903 20903 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 23:49:07.600 20903 20903 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 23:49:07.600 20903 20903 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 23:49:07.600 20903 20903 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 23:49:07.600 20903 20903 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 23:49:07.600 20903 20903 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 23:49:07.600 20903 20903 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 23:49:07.600 20903 20903 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 23:49:07.600 20903 20903 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 23:49:07.600 20903 20903 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 23:49:07.600 20903 20903 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 23:49:07.600 20903 20903 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 23:49:07.600 20903 20903 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 23:49:07.600 20903 20903 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 23:49:07.600 20903 20903 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 23:49:07.600 20903 20903 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 23:49:07.600 20903 20903 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:49:07.600 20903 20903 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 23:49:07.600 20903 20903 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 23:49:07.600 20903 20903 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 23:49:07.600 20903 20903 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 23:49:07.600 20903 20903 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 23:49:07.675 20903 20903 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-27 23:49:07.985 20903 20903 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:49:07.985 20903 20903 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 23:49:08.306 20903 20955 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 23:49:08.306 20903 20955 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 23:49:08.306 20903 20955 W com.whatsapp: and incorrect proguard
optimizations.
01-27 23:49:09.208 20903 20990 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!
(parcel size = 604)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=478861f0-9192-4531-bde9-01c297f5e61d transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/27331351_1113991886633123_1894974280254694382_n.enc?ccb=11-
4&oh=01_AdSc6bhmaaeQIhCcpF6LTFOs4sZKmK-sz1CIO2sAAKSWsw&oe=65DD663B&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=PqMli84DK30vaknkcY3slYwkJUnWUqfjS0JXllwoX8g= file_path=Media/WhatsApp
Stickers/STK-20240127-WA0055.webp file_size=34208 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706421089000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/27331351_1113991886633123_1894974280254694382_n.enc?ccb=11-
4&oh=01_AdSc6bhmaaeQIhCcpF6LTFOs4sZKmK-
sz1CIO2sAAKSWsw&oe=65DD663B&_nc_sid=5e03e0&mms3=true media_caption=null trim_from=0
mime_type=image/webp partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=354 multicast_id=null
enc_file_hash=wNow7iG+fmtJGWTTbwBugxB1Sr/k9IPfEHxHT65zstg= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=34208
media_name=null media_duration=0 chat_row_id=66 media_key=[B@2e686ae
01-27 23:51:36.948 20903 20952 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:51:36.948 20903 20952 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:51:52.106 20903 20903 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 23:51:52.857 20903 25151 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-27 23:51:52.857 20903 25151 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-27 23:51:53.279 20903 25161 W LOTTIE : Unknown shape type rd
01-27 23:51:53.280 20903 25160 W LOTTIE : Unknown shape type rd
01-27 23:51:53.473 20903 20903 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-27 23:51:53.485 20903 20903 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-27 23:51:54.159 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-27 23:51:54.176 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-27 23:51:54.182 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-27 23:51:54.292 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:51:54.292 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:51:54.294 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:51:54.295 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:51:54.297 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:51:54.297 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:51:54.298 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:51:54.300 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:51:54.307 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:54.313 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:54.317 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:54.387 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:54.393 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:54.400 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:54.429 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:54.435 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:54.438 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:54.485 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:54.492 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:54.497 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:54.530 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:54.535 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:54.538 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:54.962 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:54.968 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:54.971 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:55.464 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:55.470 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:55.475 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:55.565 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:51:55.578 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:55.588 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:51:55.965 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:51:55.971 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:55.982 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:51:56.400 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:56.405 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:56.408 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:56.428 20903 20903 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:51:56.428 20903 20903 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:51:56.465 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:56.470 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:56.475 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:56.734 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:56.743 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:56.747 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:56.766 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:56.773 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:56.779 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:56.934 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:56.940 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:56.944 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:56.967 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:56.974 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:56.979 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:57.466 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:57.476 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.481 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:57.585 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:57.591 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.596 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:57.617 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.623 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:57.628 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.637 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.644 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:57.648 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.667 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.673 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:57.677 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.688 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.694 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:57.698 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.717 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.723 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:57.727 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.734 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.739 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:57.743 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.751 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.757 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:57.761 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.768 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.774 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:57.777 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:57.834 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:57.840 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:57.845 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:58.335 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:58.345 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:58.355 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:51:58.519 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:51:58.525 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:51:58.529 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:51:58.753 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:58.759 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:51:58.764 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:59.256 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:59.266 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:51:59.272 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:59.759 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:59.768 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:51:59.774 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:51:59.954 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:51:59.961 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:51:59.965 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:00.322 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:00.328 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:00.332 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:00.840 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:00.848 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:00.854 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:00.939 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:00.944 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:00.948 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:00.972 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:00.978 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:00.982 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:01.273 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:01.280 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:01.286 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:01.775 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:01.782 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:01.791 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:02.142 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:02.148 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:02.153 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:02.608 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:02.614 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:02.619 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:03.110 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:03.118 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:03.123 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:03.259 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:03.264 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:03.269 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:03.727 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:03.733 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:03.737 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:03.960 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:03.966 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:03.970 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:04.161 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:04.167 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:04.171 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:04.478 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:04.483 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:04.488 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:04.510 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:04.517 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:04.520 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:04.552 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:04.557 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:04.577 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:04.584 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:04.616 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:04.622 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:04.656 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:04.661 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:04.678 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:04.683 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:04.695 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:04.702 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:04.712 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:04.717 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:04.883 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:04.888 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:04.900 20903 25170 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 23:52:04.901 20903 25170 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 23:52:04.944 20903 25017 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:52:05.013 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:05.024 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:05.117 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:05.122 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:05.152 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:05.159 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:05.349 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:05.356 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:05.821 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:05.854 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:06.602 20903 20922 W AudioSystem: ioConfigChanged() closing unknown
output 45
01-27 23:52:07.449 20903 20903 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-27 23:52:07.458 20903 20903 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-27 23:52:07.630 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:07.638 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:07.756 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:07.764 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:07.825 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:07.831 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:07.886 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:07.896 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:07.910 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:07.918 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:07.933 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:07.942 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:07.967 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:07.976 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:08.000 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:08.007 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:08.017 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:08.024 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:08.050 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:08.057 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:08.067 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:08.082 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:08.102 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:08.109 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:08.134 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:08.140 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:08.145 20903 20903 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:52:08.145 20903 20903 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:52:08.150 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:08.156 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:08.321 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:08.328 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:08.351 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:08.358 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:08.367 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:08.375 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:08.885 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:08.897 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:09.314 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:09.320 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:09.338 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:52:09.344 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:09.368 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:09.374 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:09.889 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:52:09.903 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:10.124 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:10.129 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:10.191 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:52:10.198 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:10.244 20903 20903 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-27 23:52:10.867 20903 20903 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-27 23:52:10.914 20903 20903 E ArmVmp : Match on catch block at 0x0a in for
0x275
01-27 23:52:10.926 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:52:10.926 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:52:10.926 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 23:52:10.926 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 23:52:10.926 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 23:52:10.926 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-27 23:52:10.926 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-27 23:52:10.926 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-27 23:52:10.973 20903 20903 W Activity: Can request only one set of permissions
at a time
01-27 23:52:11.019 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-27 23:52:11.019 20903 25308 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-27 23:52:11.112 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:52:11.117 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:52:11.294 20903 25160 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-27 23:52:11.948 20903 20915 W System : A resource failed to call
CursorWindow.close.
01-27 23:52:11.948 20903 20915 W System : A resource failed to call
AbstractCursor.close.
01-27 23:52:11.948 20903 20915 W System : A resource failed to call
CursorWindow.close.
01-27 23:52:11.949 20903 20915 W System : A resource failed to call
AbstractCursor.close.
01-27 23:52:11.949 20903 20915 W System : A resource failed to call
CursorWindow.close.
01-27 23:52:11.949 20903 20915 W System : A resource failed to call
AbstractCursor.close.
01-27 23:52:11.949 20903 20915 W System : A resource failed to call
CursorWindow.close.
01-27 23:52:11.949 20903 20915 W System : A resource failed to call
AbstractCursor.close.
01-27 23:52:11.949 20903 20915 W System : A resource failed to call
CursorWindow.close.
01-27 23:52:11.949 20903 20915 W System : A resource failed to call
AbstractCursor.close.
01-27 23:52:12.210 20903 20903 E RecyclerView: No adapter attached; skipping layout
01-27 23:52:12.291 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.291 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.292 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.292 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.293 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.293 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.294 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.294 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.295 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.295 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.296 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.297 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.297 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.298 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.298 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.298 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.299 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.300 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.300 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.301 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.301 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.301 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.302 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.302 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.303 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.304 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.305 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.305 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.306 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.306 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.307 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.308 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.308 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.309 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.309 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.310 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.310 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.310 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.311 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.311 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.312 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.312 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.313 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.313 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.314 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.314 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.315 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.315 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.316 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.316 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.316 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.316 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.317 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.317 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.317 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.318 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.318 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.320 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:12.440 20903 20903 E RecyclerView: No adapter attached; skipping layout
01-27 23:52:12.479 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:52:12.484 20903 20903 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:52:12.494 20903 20903 W LOTTIE : Animation contains merge paths but they
are disabled.
01-27 23:52:12.514 20903 20903 E ArmVmp : Match on catch block at 0x0a in for
0x1a5
01-27 23:52:13.418 20903 21944 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=93a0a076-c2c2-4323-bd76-16dc56598675, generation=0)
01-27 23:52:16.596 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:16.597 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:16.597 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:17.979 20903 20913 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 23:52:19.151 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:19.152 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:19.152 20903 20903 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:52:19.152 20903 20903 W TextView: onProvideCo--------- beginning of main
01-27 23:52:23.829 20903 20923 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:52:23.872 20903 20923 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:52:23.915 20903 20923 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:52:42.773 20903 20922 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:52:48.384 20903 25609 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 23:52:50.221 20903 20923 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:52:53.664 20903 20915 W MediaPlayer-JNI: MediaPlayer finalized without
being released
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=1e5da23b-3d97-4bad-8b0d-9c40efaf89c1 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/35079773_259773923806380_1124055945217959573_n.enc?ccb=11-
4&oh=01_AdSXHw939tn15JGS7HAoAWUGX6ATIzgbZag1KXluTvaJcQ&oe=65DD6EF4&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.5694444 is_animated_sticker=0
file_hash=fnHuKXvbeJpfJBp961/9mHRmFtWcql/cvRai8KGP+Qk=
file_path=/data/user/0/com.whatsapp/files/ViewOnce/VID-lrx34mdd.mp4
file_size=1893021 partial_media_hash=null face_x=0 face_y=0 height=480 trim_to=0
media_key_timestamp=1706421202000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/35079773_259773923806380_1124055945217959573_n.enc?ccb=11-
4&oh=01_AdSXHw939tn15JGS7HAoAWUGX6ATIzgbZag1KXluTvaJcQ&oe=65DD6EF4&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=848 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=356 multicast_id=null
enc_file_hash=8R/+TJ2m3EHzsMSUdVAyXC3nsXVY0OXnXQAqB2KFxHw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1893021
media_name=null media_duration=10 chat_row_id=66 media_key=[B@232d6d2
01-27 23:53:27.371 20903 20952 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:53:27.371 20903 20952 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:53:36.608 25819 25819 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-27 23:53:36.739 25819 25819 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-27 23:53:36.740 25819 25819 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-27 23:53:36.740 25819 25819 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-27 23:53:36.740 25819 25819 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-27 23:53:36.740 25819 25819 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-27 23:53:36.740 25819 25819 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-27 23:53:36.740 25819 25819 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-27 23:53:36.740 25819 25819 W System.err: at
java.lang.Class.newInstance(Native Method)
01-27 23:53:36.740 25819 25819 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-27 23:53:36.740 25819 25819 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-27 23:53:36.740 25819 25819 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-27 23:53:36.740 25819 25819 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-27 23:53:36.740 25819 25819 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-27 23:53:36.740 25819 25819 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-27 23:53:36.740 25819 25819 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-27 23:53:36.740 25819 25819 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-27 23:53:36.740 25819 25819 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-27 23:53:36.740 25819 25819 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:53:36.740 25819 25819 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-27 23:53:36.741 25819 25819 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-27 23:53:36.741 25819 25819 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-27 23:53:36.741 25819 25819 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-27 23:53:36.741 25819 25819 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-27 23:53:36.805 25819 25819 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-27 23:53:37.401 25819 25819 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:53:37.402 25819 25819 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 23:53:37.753 25819 25869 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-27 23:53:37.753 25819 25869 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-27 23:53:37.753 25819 25869 W com.whatsapp: and incorrect proguard
optimizations.
01-27 23:54:41.655 25819 25819 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-27 23:54:42.017 25819 25819 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-27 23:54:42.934 25819 25819 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-27 23:54:42.986 25819 25819 E ArmVmp : Match on catch block at 0x0a in for
0x269
01-27 23:54:43.026 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:54:43.027 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-27 23:54:43.027 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-27 23:54:43.028 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 23:54:43.029 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-27 23:54:43.029 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-27 23:54:43.030 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-27 23:54:43.030 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-27 23:54:43.098 25819 25819 W Activity: Can request only one set of permissions
at a time
01-27 23:54:43.172 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-27 23:54:43.172 25819 27885 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-27 23:54:45.060 25819 25819 E RecyclerView: No adapter attached; skipping layout
01-27 23:54:45.209 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.209 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.210 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.210 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.212 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.213 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.213 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.213 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.213 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.214 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.214 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.215 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.215 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.216 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.216 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.217 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.217 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.218 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.218 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.219 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.219 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.220 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.220 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.221 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.221 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.221 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.221 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.222 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.222 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.223 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.223 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.224 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.224 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.224 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.224 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.225 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.225 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.226 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.226 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.227 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.227 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.228 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.228 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.229 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.229 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.230 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.230 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.231 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.231 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.232 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.232 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.232 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.233 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.233 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.233 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.234 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.236 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:45.331 25819 25819 E RecyclerView: No adapter attached; skipping layout
01-27 23:54:45.353 25819 25819 E ArmVmp : Match on catch block at 0x0a in for
0x1a9
01-27 23:54:45.404 25819 28031 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-27 23:54:45.696 25819 28039 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-27 23:54:46.119 25819 25819 W LOTTIE : Animation contains merge paths but they
are disabled.
01-27 23:54:50.157 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:50.158 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:50.158 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:54:51.193 25819 25827 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-27 23:54:52.228 25819 25832 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:54:52.293 25819 25832 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:54:52.339 25819 25832 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:55:03.595 25819 28091 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:55:28.351 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:28.353 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:28.354 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:28.355 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:28.356 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:28.357 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:28.357 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:28.382 25819 25819 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{668f2ef VFED..C.. ......ID 0,11-
136,146 #7f0b0f8a app:id/menuitem_search aid=1073741871} during layout: running
second layout pass
01-27 23:55:28.382 25819 25819 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{88e71fc V.E...... ......ID 944,0-1080,158}
during layout: running second layout pass
01-27 23:55:35.820 25819 25829 W MediaPlayer-JNI: MediaPlayer finalized without
being released
01-27 23:55:35.823 25819 25829 W MediaPlayer-JNI: MediaPlayer finalized without
being released
01-27 23:55:35.836 25819 28281 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-27 23:55:35.836 25819 28281 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-27 23:55:36.043 25819 28039 W LOTTIE : Unknown shape type rd
01-27 23:55:36.196 25819 25819 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-27 23:55:36.207 25819 25819 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-27 23:55:36.653 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-27 23:55:36.662 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-27 23:55:36.666 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-27 23:55:36.712 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:36.712 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:36.712 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:36.713 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:36.714 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:36.714 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:36.715 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:36.716 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:36.717 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:55:36.776 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:36.781 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:36.783 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:36.826 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:36.834 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:36.837 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:36.910 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:36.915 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:36.919 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:37.391 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:37.397 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:37.400 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:37.475 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:37.481 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:37.484 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:37.661 25819 25819 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:55:37.661 25819 25819 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:55:37.857 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:37.863 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:37.867 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:37.891 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:37.897 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:37.902 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:37.924 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:37.930 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:37.934 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:38.058 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:38.063 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:38.069 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:38.428 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:38.440 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:38.445 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:38.886 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:38.896 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:38.899 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:38.954 25819 25819 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:55:38.954 25819 25819 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=1e5da23b-3d97-4bad-8b0d-9c40efaf89c1 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/35079773_259773923806380_1124055945217959573_n.enc?ccb=11-
4&oh=01_AdSXHw939tn15JGS7HAoAWUGX6ATIzgbZag1KXluTvaJcQ&oe=65DD6EF4&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.5694444 is_animated_sticker=0
file_hash=fnHuKXvbeJpfJBp961/9mHRmFtWcql/cvRai8KGP+Qk=
file_path=/data/user/0/com.whatsapp/files/ViewOnce/VID-lrx34mdd.mp4
file_size=1893021 partial_media_hash=null face_x=0 face_y=0 height=480 trim_to=0
media_key_timestamp=1706421202000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/35079773_259773923806380_1124055945217959573_n.enc?ccb=11-
4&oh=01_AdSXHw939tn15JGS7HAoAWUGX6ATIzgbZag1KXluTvaJcQ&oe=65DD6EF4&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=848 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=356 multicast_id=null
enc_file_hash=8R/+TJ2m3EHzsMSUdVAyXC3nsXVY0OXnXQAqB2KFxHw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1893021
media_name=null media_duration=10 chat_row_id=66 media_key=[B@fa084e7
01-27 23:55:38.983 25819 25866 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at X.3g7.run(Unknown
Source:1017)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:55:38.983 25819 25866 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:55:39.031 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:39.037 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:39.040 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:39.060 25819 25819 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-27 23:55:39.137 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:39.143 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:39.146 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:39.176 25819 25819 W AudioManager: Use of stream types is deprecated
for operations other than volume control
01-27 23:55:39.177 25819 25819 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=1e5da23b-3d97-4bad-8b0d-9c40efaf89c1 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/35079773_259773923806380_1124055945217959573_n.enc?ccb=11-
4&oh=01_AdSXHw939tn15JGS7HAoAWUGX6ATIzgbZag1KXluTvaJcQ&oe=65DD6EF4&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.5694444 is_animated_sticker=0
file_hash=fnHuKXvbeJpfJBp961/9mHRmFtWcql/cvRai8KGP+Qk=
file_path=/data/user/0/com.whatsapp/files/ViewOnce/VID-lrx34mdd.mp4
file_size=1893021 partial_media_hash=null face_x=0 face_y=0 height=480 trim_to=0
media_key_timestamp=1706421202000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/35079773_259773923806380_1124055945217959573_n.enc?ccb=11-
4&oh=01_AdSXHw939tn15JGS7HAoAWUGX6ATIzgbZag1KXluTvaJcQ&oe=65DD6EF4&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=848 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=356 multicast_id=null
enc_file_hash=8R/+TJ2m3EHzsMSUdVAyXC3nsXVY0OXnXQAqB2KFxHw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1893021
media_name=null media_duration=10 chat_row_id=66 media_key=[B@fa084e7
01-27 23:55:39.186 25819 25867 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at X.3Uz.A07(Unknown
Source:381)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at X.3Uz.A02(Unknown
Source:692)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at X.3eS.run(Unknown
Source:4041)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
X.0zr.dispatchMessage(Unknown Source:4)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-27 23:55:39.186 25819 25867 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-27 23:55:39.201 25819 28351 W AudioCapabilities: Unsupported mime audio/x-ima
01-27 23:55:39.202 25819 28351 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-27 23:55:39.202 25819 28351 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-27 23:55:39.202 25819 28351 W VideoCapabilities: Unsupported mime video/wvc1
01-27 23:55:39.203 25819 28351 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-27 23:55:39.214 25819 28351 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
01-27 23:55:39.226 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:39.232 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:39.235 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:39.254 25819 28355 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-27 23:55:39.261 25819 28355 W Codec2Client: query -- param skipped: index =
1107298332.
01-27 23:55:39.262 25819 28355 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-27 23:55:39.283 25819 28355 W Codec2Client: query -- param skipped: index =
1073743886.
01-27 23:55:39.283 25819 28355 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:55:39.283 25819 28355 W Codec2Client: query -- param skipped: index =
1610614821.
01-27 23:55:39.283 25819 28355 W Codec2Client: query -- param skipped: index =
2684356609.
01-27 23:55:39.960 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:39.969 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:39.973 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:40.265 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:40.271 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:40.274 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.185 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.186 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.190 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.191 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.191 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.191 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.191 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.191 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.191 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.191 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:42.191 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:55:42.191 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:55:49.742 25819 28354 W Codec2Client: query -- param skipped: index =
1073743886.
01-27 23:55:49.742 25819 28354 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:55:49.742 25819 28354 W Codec2Client: query -- param skipped: index =
1610614821.
01-27 23:55:49.827 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.834 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:49.838 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.852 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.858 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:49.862 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.876 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.882 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:49.886 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.899 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.905 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:49.909 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.924 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.930 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:49.934 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.950 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.956 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:49.961 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.975 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.982 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:49.985 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:49.998 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.003 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:50.006 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.020 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.025 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:50.029 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.043 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.049 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:50.053 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.065 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.071 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:50.075 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.090 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.096 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:50.100 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.106 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.113 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:50.116 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.122 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:50.127 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:50.130 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:51.320 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:51.325 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:51.329 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:51.372 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:51.378 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:51.383 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:51.400 25819 28354 W Codec2Client: query -- param skipped: index =
1073743886.
01-27 23:55:51.400 25819 28354 W Codec2Client: query -- param skipped: index =
1610614798.
01-27 23:55:51.401 25819 28354 W Codec2Client: query -- param skipped: index =
1610614821.
01-27 23:55:51.863 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:51.870 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:51.875 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:52.017 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.022 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:52.026 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.094 25819 25819 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:55:52.094 25819 25819 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:55:52.214 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.223 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:52.236 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.253 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.259 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:52.265 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.363 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.368 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:52.372 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.414 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.420 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:52.423 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:52.452 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:52.456 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:52.461 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:52.966 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:52.972 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:52.978 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:53.084 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.090 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.095 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.115 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.123 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.127 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.148 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.153 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.157 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.164 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.170 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.174 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.184 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.189 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.193 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.203 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.209 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.213 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.232 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.237 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.241 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.248 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.252 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.256 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.264 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.270 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.274 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.281 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.286 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.290 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.331 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:53.337 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:53.341 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:53.431 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:53.437 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:53.441 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:53.548 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.553 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:53.558 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:53.699 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:53.704 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:53.708 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:53.832 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:53.837 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:53.841 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:54.049 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:54.054 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:54.058 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:54.216 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:54.221 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:54.225 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:54.250 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:54.255 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:54.259 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:54.350 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:54.356 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:54.360 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:54.567 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:54.572 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:54.577 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:54.783 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:54.789 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:54.793 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:54.984 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:54.990 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:54.995 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:55.101 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:55.106 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:55.110 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:55.217 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:55.222 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:55.225 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:55.451 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:55.456 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:55.460 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:55.685 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:55.690 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:55.694 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:56.086 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:56.091 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:56.096 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:56.470 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:56.476 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:56.481 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:56.603 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:56.608 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:56.613 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:57.070 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:57.075 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:57.079 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:57.254 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:57.258 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:57.263 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:57.473 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:57.478 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:57.482 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:57.504 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:57.509 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:57.514 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:57.621 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:57.627 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:57.632 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:57.721 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:57.728 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:57.732 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:57.764 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:57.769 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:57.774 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:57.811 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:57.817 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:57.838 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:57.843 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:57.855 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:57.859 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:57.899 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:57.904 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:57.933 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:55:57.938 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:57.961 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:57.967 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:57.975 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:57.981 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:58.247 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:58.253 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:58.264 25819 27909 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-27 23:55:58.264 25819 27909 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-27 23:55:58.277 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:58.282 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:58.297 25819 25833 W MediaPlayerNative: info/warning (10973, 0)
01-27 23:55:58.664 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:58.670 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:58.705 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:58.710 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:58.774 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:58.780 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:58.917 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:55:58.923 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:58.940 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:58.947 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:59.274 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:55:59.280 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:55:59.345 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:59.351 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:59.441 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:55:59.447 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:59.598 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:55:59.603 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:55:59.993 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:56:00.002 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:36.528 25819 28091 E BLASTBufferQueue: [ViewRootImpl@bce56dd[Toast]#16]
(f:1,a:2) rejecting buffer:active_size=269x242, requested_size=373x242
buffer{size=277x242 transform=0}
01-27 23:59:36.528 25819 28091 E BLASTBufferQueue: [ViewRootImpl@bce56dd[Toast]#16]
(f:0,a:2) rejecting buffer:active_size=269x242, requested_size=373x242
buffer{size=329x242 transform=0}
01-27 23:59:52.931 25819 25819 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-27 23:59:52.938 25819 25819 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-27 23:59:53.359 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-27 23:59:53.369 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-27 23:59:53.373 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-27 23:59:53.424 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:59:53.425 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:59:53.426 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:59:53.426 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:59:53.427 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:59:53.427 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:59:53.428 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:59:53.429 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:59:53.430 25819 25819 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-27 23:59:53.495 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:53.503 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:53.506 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:53.548 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:53.556 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:53.560 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:53.627 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:53.637 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:53.640 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:54.087 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:54.093 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:54.096 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:54.115 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:54.120 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:54.123 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:54.199 25819 25819 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-27 23:59:54.199 25819 25819 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-27 23:59:54.419 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:54.430 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:54.437 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:54.455 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:54.465 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:54.472 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.608 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.609 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.609 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.609 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.609 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.609 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.609 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.609 25819 25829 W System : A resource failed to call
CursorWindow.close.
01-27 23:59:54.609 25819 25829 W System : A resource failed to call
AbstractCursor.close.
01-27 23:59:54.616 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:54.623 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:54.627 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:54.650 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:54.655 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:54.659 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:55.150 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:55.155 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:55.161 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:55.196 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:55.202 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.208 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:55.228 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.233 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:55.238 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.250 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.256 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:55.261 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.269 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.275 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:55.281 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.300 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.305 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:55.309 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.321 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.327 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:55.331 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.350 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.356 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:55.360 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.369 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.376 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:55.381 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.400 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:55.406 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:55.411 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:55.534 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:55.556 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.564 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:55.668 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:55.676 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:55.682 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:55.801 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:55.807 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:55.811 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:55.968 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:55.976 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:55.983 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:56.118 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:56.124 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:56.129 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:56.363 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:56.369 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:56.373 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:56.871 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:56.878 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:56.885 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:56.931 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:56.936 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:56.941 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:57.126 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:57.132 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:57.136 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:57.290 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:57.298 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:57.303 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:57.403 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:57.409 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:57.412 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:57.436 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:57.443 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:57.447 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:57.573 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:57.578 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:57.582 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:57.603 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:57.609 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:57.613 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:57.937 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:57.943 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:57.948 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:58.158 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:58.163 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-27 23:59:58.167 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:58.188 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:58.194 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-27 23:59:58.198 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:58.691 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:58.698 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:58.704 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:58.839 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:58.846 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:58.852 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-27 23:59:59.073 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:59.078 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-27 23:59:59.083 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-27 23:59:59.574 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-27 23:59:59.583 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-27 23:59:59.588 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:00:00.074 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:00:00.082 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:00:00.087 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:00:00.442 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:00:00.449 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:00:00.453 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:00:00.480 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:00.485 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:00:00.489 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:00.534 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:00:00.542 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:00.561 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:00:00.572 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:00:00.643 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:00:00.651 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:00:00.694 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:00:00.700 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:00:00.720 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:00:00.728 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:00:00.745 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:00.757 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:00:00.977 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:00.982 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:00:01.026 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01---------- beginning of main
01-28 00:00:01.031 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:00:01.065 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:00:01.071 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:01.083 25819 29792 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 00:00:01.083 25819 29792 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 00:00:01.131 25819 25833 W MediaPlayerNative: info/warning (10973, 0)
01-28 00:00:01.209 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:01.217 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:00:01.348 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:00:01.354 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:01.393 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:00:01.398 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:01.476 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:00:01.482 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:00:01.978 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:00:02.010 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:00:02.419 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:00:02.429 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:00:02.456 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:00:02.467 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:00:02.497 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:00:02.515 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:00:02.585 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:00:02.601 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:00:02.663 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:00:02.673 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:00:03.390 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:00:03.400 25819 25819 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:11:01.049 6936 6936 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 00:11:01.415 6936 6936 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 00:11:01.418 6936 6936 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 00:11:01.419 6936 6936 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 00:11:01.419 6936 6936 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 00:11:01.419 6936 6936 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 00:11:01.419 6936 6936 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 00:11:01.419 6936 6936 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 00:11:01.419 6936 6936 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 00:11:01.419 6936 6936 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 00:11:01.419 6936 6936 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 00:11:01.419 6936 6936 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 00:11:01.419 6936 6936 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 00:11:01.419 6936 6936 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 00:11:01.419 6936 6936 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 00:11:01.419 6936 6936 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 00:11:01.419 6936 6936 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 00:11:01.419 6936 6936 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 00:11:01.419 6936 6936 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 00:11:01.419 6936 6936 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 00:11:01.419 6936 6936 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 00:11:01.419 6936 6936 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 00:11:01.419 6936 6936 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 00:11:01.419 6936 6936 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 00:11:01.551 6936 6936 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-28 00:11:02.045 6936 6936 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 00:11:02.045 6936 6936 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 00:11:02.344 6936 6987 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 00:11:02.344 6936 6987 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 00:11:02.344 6936 6987 W com.whatsapp: and incorrect proguard
optimizations.
01-28 00:11:02.355 6936 6936 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 00:11:02.408 6936 6936 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 00:11:03.189 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 00:11:03.233 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x269
01-28 00:11:03.251 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 00:11:03.251 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 00:11:03.251 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 00:11:03.251 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 00:11:03.251 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 00:11:03.251 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 00:11:03.251 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 00:11:03.251 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 00:11:03.317 6936 6936 W Activity: Can request only one set of permissions
at a time
01-28 00:11:03.398 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 00:11:03.398 6936 7022 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 00:11:04.948 6936 6936 E RecyclerView: No adapter attached; skipping layout
01-28 00:11:05.080 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.080 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.080 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.081 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.082 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.083 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.083 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.083 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.083 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.084 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.084 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.084 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.084 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.085 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.085 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.085 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.086 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.086 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.086 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.086 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.087 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.087 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.087 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.087 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.087 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.088 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.088 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.088 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.089 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.089 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.089 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.089 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.090 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.090 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.090 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.091 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.091 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.091 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.091 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.092 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.092 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.092 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.093 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.093 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.093 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.094 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.094 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.094 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.094 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.095 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.095 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.095 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.095 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.096 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.096 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.098 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:05.186 6936 6936 E RecyclerView: No adapter attached; skipping layout
01-28 00:11:05.215 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-28 00:11:05.548 6936 7094 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 00:11:05.847 6936 6936 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 00:11:06.391 6936 6958 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=1e5da23b-3d97-4bad-8b0d-9c40efaf89c1 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=0.5694444
is_animated_sticker=0 file_hash=fnHuKXvbeJpfJBp961/9mHRmFtWcql/cvRai8KGP+Qk=
file_path=null file_size=0 partial_media_hash=null face_x=0 face_y=0 height=480
trim_to=0 media_key_timestamp=1706421202000
message_url=https://mmg.whatsapp.net/v/t62.7161-
24/35079773_259773923806380_1124055945217959573_n.enc?ccb=11-
4&oh=01_AdSXHw939tn15JGS7HAoAWUGX6ATIzgbZag1KXluTvaJcQ&oe=65DD6EF4&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=848 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=356 multicast_id=null
enc_file_hash=8R/+TJ2m3EHzsMSUdVAyXC3nsXVY0OXnXQAqB2KFxHw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1893021
media_name=null media_duration=10 chat_row_id=66 media_key=null
01-28 00:11:07.205 6936 7148 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at X.3QF.A0s(Unknown
Source:53)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at X.3fl.A00(Unknown
Source:1035)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at X.3fl.run(Unknown
Source:28)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 00:11:07.205 6936 7148 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-28 00:11:08.509 6936 7152 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 00:11:08.509 6936 7152 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 00:11:08.719 6936 7094 W LOTTIE : Unknown shape type rd
01-28 00:11:08.865 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 00:11:08.876 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 00:11:09.357 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 00:11:09.367 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 00:11:09.410 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.410 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.410 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.411 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.411 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.412 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.412 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.413 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.414 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.414 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.415 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.417 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:09.537 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:11:09.548 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:11:09.643 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:11:09.649 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:11:09.718 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:11:09.724 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:11:09.750 6936 6945 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 00:11:10.191 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:11:10.198 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:11:10.224 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:11:10.230 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:11:10.273 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:11:10.278 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:11:10.300 6936 6992 E FrameEvents: updateAcquireFence: Did not find
frame.
01-28 00:11:10.536 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 380
01-28 00:11:10.541 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 633
01-28 00:11:10.558 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 677
01-28 00:11:10.564 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 248
01-28 00:11:10.578 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
01-28 00:11:10.589 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 333
01-28 00:11:10.595 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 00:11:10.601 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
01-28 00:11:10.606 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 491
01-28 00:11:10.611 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
01-28 00:11:10.616 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 659
01-28 00:11:10.621 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 593
01-28 00:11:10.633 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1171
01-28 00:11:10.639 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 510
01-28 00:11:10.700 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
01-28 00:11:10.798 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 00:11:10.820 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:11:10.825 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:11:10.878 6936 6936 W View : requestLayout() improperly called by
android.widget.Space{ad6f19a I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 00:11:10.878 6936 6936 W View : requestLayout() improperly called by
android.widget.Space{23dfacb I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 00:11:10.878 6936 6936 W View : requestLayout() improperly called by
android.widget.Space{acfd2a8 I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 00:11:10.908 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:11:10.913 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:11:11.011 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.012 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.015 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.016 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.016 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.017 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.017 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.018 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.019 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.020 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:11.042 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:11:11.049 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:11:11.286 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:11:11.291 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:11:11.513 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 00:11:14.175 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
01-28 00:11:14.216 6936 6936 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{aacc1c6 VFED..C.. ......ID 0,0-176,83 #7f0b06ab
app:id/conversation_contact_name aid=1073741973} during layout: running second
layout pass
01-28 00:11:15.457 6936 6949 W MediaPlayerNative: info/warning (10973, 0)
01-28 00:11:15.518 6936 6949 W MediaPlayerNative: info/warning (10973, 0)
01-28 00:11:15.674 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.674 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:15.675 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.675 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:15.675 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.675 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.675 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.676 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.676 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.676 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.676 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:15.676 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.676 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:15.677 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:11:38.684 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
01-28 00:11:39.004 6936 6936 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
01-28 00:11:59.244 6936 7543 W MediaPlayerNative: info/warning (10973, 0)
01-28 00:11:59.347 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:59.347 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:59.348 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:59.348 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:59.348 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:59.349 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:59.349 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:59.350 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:59.350 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:11:59.350 6936 6936 E com.whatsapp: Invalid ID 0x00000000.
01-28 00:12:03.080 6936 6936 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{aacc1c6 VFED..C.. ......ID 0,0-176,83 #7f0b06ab
app:id/conversation_contact_name aid=1073741973} during layout: running second
layout pass
01-28 00:12:04.275 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:04.275 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:04.275 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:04.276 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:06.216 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 00:12:06.224 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 00:12:06.343 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:06.349 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:06.466 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:06.472 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:06.546 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:06.552 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:07.028 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:07.035 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:07.241 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:07.247 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:07.299 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:07.305 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:07.477 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:07.483 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:07.824 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:07.831 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:09.693 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 00:12:09.700 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 00:12:10.098 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 00:12:10.103 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 00:12:10.107 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 00:12:10.146 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:10.146 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:10.147 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:10.148 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:10.149 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:10.150 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:10.150 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:10.151 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:10.152 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:10.198 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:10.203 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:10.206 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:10.236 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:10.242 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:10.245 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:10.267 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:10.273 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:10.276 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:10.317 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:10.322 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:10.325 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:10.728 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:10.732 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:10.735 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:10.800 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:10.808 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:10.813 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:10.818 6936 6936 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 00:12:10.818 6936 6936 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 00:12:11.029 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:11.035 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:11.039 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:11.055 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:11.061 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:11.065 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:11.218 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:11.223 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:11.227 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:11.302 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:11.309 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:11.314 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:11.390 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:11.395 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:11.398 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:11.419 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:11.424 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:11.428 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:11.919 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:11.925 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:11.929 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:11.989 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:11.995 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.003 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.020 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.025 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.030 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.052 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.058 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.062 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.069 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.075 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.079 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.087 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.092 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.096 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.106 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.111 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.116 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.136 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.140 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.144 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.152 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.160 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.164 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.172 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.177 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.182 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.202 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.208 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.212 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.487 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.493 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:12.499 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:12.670 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:12.676 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:12.680 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:13.138 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:13.146 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:13.150 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:13.641 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:13.649 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:13.658 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:13.989 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:13.994 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:13.998 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:14.306 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:14.313 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:14.317 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:14.808 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:14.820 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:14.827 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:15.309 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:15.314 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:15.319 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:15.329 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:15.334 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:15.339 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:15.363 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:15.368 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:15.371 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:15.420 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:15.425 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:15.500 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:15.506 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:15.542 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:15.547 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:15.566 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:15.572 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:15.591 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:15.597 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:15.743 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:15.751 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:15.771 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:15.776 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:15.794 6936 7035 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 00:12:15.795 6936 7035 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 00:12:15.795 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:15.800 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:15.830 6936 6974 W MediaPlayerNative: info/warning (10973, 0)
01-28 00:12:16.115 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:16.120 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:16.265 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:16.274 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:16.306 6936 6936 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 00:12:16.306 6936 6936 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 00:12:16.373 6936 6936 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 00:12:16.485 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:16.491 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:16.516 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:16.521 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:17.450 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 00:12:17.457 6936 6936 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 00:12:17.832 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 00:12:17.837 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 00:12:17.840 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 00:12:17.876 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:17.877 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:17.878 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:17.878 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:17.879 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:17.880 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:17.881 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:17.882 6936 6936 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 00:12:17.922 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:17.927 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:17.931 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:17.956 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:17.962 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:17.965 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 00:12:17.990 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:17.995 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:18.000 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:18.055 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:18.060 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 00:12:18.065 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:18.128 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:18.135 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:18.138 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.364 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.365 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.365 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.365 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.365 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.365 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.365 6936 6947 W System : A resource failed to call
CursorWindow.close.
01-28 00:12:18.365 6936 6947 W System : A resource failed to call
AbstractCursor.close.
01-28 00:12:18.529 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:18.536 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:18.542 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:19.034 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:19.044 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:19.053 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:19.536 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:19.547 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:19.553 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:20.031 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:20.038 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 00:12:20.041 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 00:12:20.115 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:20.124 6936 6936 E ArmVmp : Match on catch block --------- beginning
of main
01-28 00:12:20.127 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 00:12:20.636 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 00:12:20.645 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 00:12:20.652 6936 6936 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 01:05:22.064 21685 21685 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 01:05:22.966 21685 21685 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 01:05:23.000 21685 21685 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 01:05:23.000 21685 21685 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 01:05:23.000 21685 21685 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 01:05:23.000 21685 21685 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 01:05:23.000 21685 21685 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 01:05:23.000 21685 21685 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 01:05:23.000 21685 21685 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 01:05:23.000 21685 21685 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 01:05:23.001 21685 21685 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 01:05:23.001 21685 21685 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 01:05:23.001 21685 21685 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 01:05:23.001 21685 21685 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 01:05:23.001 21685 21685 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 01:05:23.001 21685 21685 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 01:05:23.001 21685 21685 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 01:05:23.001 21685 21685 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 01:05:23.001 21685 21685 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 01:05:23.001 21685 21685 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 01:05:23.001 21685 21685 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 01:05:23.001 21685 21685 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 01:05:23.001 21685 21685 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 01:05:23.001 21685 21685 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 01:05:23.491 21685 21685 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-28 01:05:25.836 21685 21685 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 01:05:25.837 21685 21685 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 01:05:27.406 21685 22167 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 01:05:27.406 21685 22167 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 01:05:27.406 21685 22167 W com.whatsapp: and incorrect proguard
optimizations.
01-28 01:05:28.591 21685 21695 W com.whatsapp: Suspending all threads took:
10.920ms
01-28 01:05:28.658 21685 22238 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #3 (22190) at X.2U6 X.35t.A08()(:-1) waiters=0 in X.2U6 X.35t.A08()
for 198ms
01-28 01:05:29.139 21685 22241 E ArmVmp : Match on catch block at 0x02 in for 0x35
01-28 01:05:29.146 21685 22241 W System.err: java.lang.NullPointerException
01-28 01:05:29.146 21685 22241 W System.err:
01-28 01:05:29.146 21685 22241 W System.err: at
mbmodsd.mbmodsw.ui.views.toast.GET.A21(Native Method)
01-28 01:05:29.146 21685 22241 W System.err:
01-28 01:05:29.146 21685 22241 W System.err: at
mbmodsd.mbmodsw.ui.views.toast.GET.getContactInfoGET(Native Method)
01-28 01:05:29.146 21685 22241 W System.err:
01-28 01:05:29.146 21685 22241 W System.err: at
mbmodsd.mbmodsw.ui.views.toast.GET.<init>(Unknown Source:5)
01-28 01:05:29.146 21685 22241 W System.err:
01-28 01:05:29.146 21685 22241 W System.err: at
mbmodsd.mbmodsw.ui.views.toast.MBON.shTP(Native Method)
01-28 01:05:29.147 21685 22241 W System.err:
01-28 01:05:29.147 21685 22241 W System.err: at X.1bt.A01(Unknown Source:178)
01-28 01:05:29.147 21685 22241 W System.err:
01-28 01:05:29.147 21685 22241 W System.err: at X.3Uy.A02(Unknown Source:93)
01-28 01:05:29.147 21685 22241 W System.err:
01-28 01:05:29.147 21685 22241 W System.err: at X.3g7.run(Unknown Source:259)
01-28 01:05:29.147 21685 22241 W System.err:
01-28 01:05:29.147 21685 22241 W System.err: at X.0yM.A1J(Unknown Source:2)
01-28 01:05:29.147 21685 22241 W System.err:
01-28 01:05:29.147 21685 22241 W System.err: at X.1nX.run(Unknown Source:91)
01-28 01:05:29.147 21685 22241 W System.err:
01-28 01:05:29.147 21685 22241 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 01:05:29.147 21685 22241 W System.err:
01-28 01:05:29.147 21685 22241 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 01:05:29.147 21685 22241 W System.err:
01-28 01:05:29.148 21685 22241 W System.err: at X.3gH.run(Unknown Source:1548)
01-28 01:05:29.148 21685 22241 W System.err:
01-28 01:05:29.148 21685 22241 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 01:05:29.149 21685 22241 W System.err:
01-28 01:05:31.696 21685 22152 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=84fa512d-f5d5-4f1e-aeba-90c5fecf41c5 transcoded=0 gif_attribution=0
first_scan_length=4866 direct_path=/v/t62.7118-
24/30760826_1087696629021019_445990173042853341_n.enc?ccb=11-
4&oh=01_AdSsDGE_tFlBcP1S3F5QExx6CExo9l0t2VIbLp4rzErNOg&oe=65DD5161&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.3235294 is_animated_sticker=0
file_hash=zY52rSoHpcqt9aKLOrbfDpiQDcLtuMr2we48qL7evJI=
file_path=Media/.Statuses/9fe851c49bf04c38a4be62d23fa9c733.jpg file_size=37700
partial_media_hash=null face_x=0 face_y=0 height=720 trim_to=0
media_key_timestamp=1706423645000 message_url=https://mmg.whatsapp.net/v/t62.7118-
24/30760826_1087696629021019_445990173042853341_n.enc?ccb=11-
4&oh=01_AdSsDGE_tFlBcP1S3F5QExx6CExo9l0t2VIbLp4rzErNOg&oe=65DD5161&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=539 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=363 multicast_id=null
enc_file_hash=cZm3wEzuJZAC8Nom1Xll225CXjHKjSDoT38Tp3dcVug= mute_video=0
page_count=0 first_scan_sidecar=[B@cfb9a0d suspicious_content=0 file_length=37700
media_name=null media_duration=0 chat_row_id=119 media_key=[B@31ebdc2
01-28 01:05:31.696 21685 22152 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 01:05:31.696 21685 22152 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 01:05:31.696 21685 22152 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 01:05:31.696 21685 22152 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.exec--------- beginning of main
01-28 02:00:11.729 21685 21697 W System : A resource failed to call end.
01-28 02:00:11.729 21685 21697 W System : A resource failed to call end.
01-28 02:00:11.730 21685 21697 W System : A resource failed to call end.
01-28 02:00:12.298 21685 21697 W System : A resource failed to call end.
01-28 02:06:51.024 21685 21697 W System : A resource failed to call end.
01-28 06:37:10.111 11315 11315 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 06:37:10.870 11315 11315 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 06:37:10.871 11315 11315 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 06:37:10.871 11315 11315 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 06:37:10.871 11315 11315 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 06:37:10.871 11315 11315 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 06:37:10.871 11315 11315 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 06:37:10.871 11315 11315 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 06:37:10.871 11315 11315 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 06:37:10.871 11315 11315 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 06:37:10.871 11315 11315 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 06:37:10.872 11315 11315 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 06:37:10.872 11315 11315 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 06:37:10.872 11315 11315 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 06:37:10.872 11315 11315 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 06:37:10.872 11315 11315 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 06:37:10.872 11315 11315 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 06:37:10.872 11315 11315 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 06:37:10.872 11315 11315 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 06:37:10.872 11315 11315 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 06:37:10.872 11315 11315 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 06:37:10.872 11315 11315 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 06:37:10.872 11315 11315 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 06:37:10.872 11315 11315 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 06:37:10.901 11315 11315 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-28 06:37:11.356 11315 11315 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 06:37:11.356 11315 11315 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 06:37:11.807 11315 11315 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 06:37:11.807 11315 11315 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 06:37:11.807 11315 11315 W com.whatsapp: and incorrect proguard
optimizations.
01-28 06:37:11.809 11315 11447 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 06:37:12.160 11315 11315 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 06:37:12.734 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 06:37:12.773 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x269
01-28 06:37:12.793 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 06:37:12.793 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 06:37:12.793 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 06:37:12.793 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 06:37:12.793 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 06:37:12.794 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 06:37:12.794 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 06:37:12.794 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 06:37:12.860 11315 11315 W Activity: Can request only one set of permissions
at a time
01-28 06:37:12.889 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 06:37:12.890 11315 11499 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 06:37:14.139 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:37:14.450 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.451 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.451 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.451 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.453 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.455 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.455 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.456 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.456 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.457 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.457 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.457 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.458 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.458 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.458 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.458 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.459 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.459 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.459 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.460 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.460 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.461 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.461 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.461 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.462 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.462 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.462 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.463 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.463 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.464 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.464 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.464 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.465 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.465 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.465 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.466 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.466 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.466 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.466 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.467 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.467 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.468 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.468 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.468 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.468 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.469 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.469 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.470 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.470 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.470 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.471 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.471 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.471 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.472 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.473 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.473 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.476 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:14.558 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:37:14.592 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-28 06:37:14.884 11315 11365 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 06:37:14.963 11315 11607 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 06:37:15.253 11315 11315 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 06:37:20.767 11315 11329 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 06:37:27.131 11315 11659 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 06:37:27.131 11315 11659 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 06:37:27.436 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 06:37:27.447 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 06:37:27.813 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 06:37:27.821 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 06:37:27.825 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 06:37:27.872 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.872 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.873 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.874 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.875 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.875 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.876 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.877 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.878 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.879 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:27.902 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:27.906 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:27.909 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:37:27.964 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:27.969 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:27.971 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:28.001 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:28.006 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:28.009 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:28.055 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:28.063 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:28.067 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:28.543 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:28.548 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:28.552 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:28.761 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:28.766 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:28.770 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:28.960 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:28.966 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:28.970 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:29.044 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:29.052 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:29.058 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:29.162 11315 11315 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 06:37:29.162 11315 11315 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 06:37:29.448 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:29.453 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:29.458 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:29.478 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:29.484 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:29.488 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:29.545 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:29.550 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:29.554 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:29.645 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:29.653 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:29.658 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.049 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.063 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:30.067 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.421 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.427 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:30.431 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.449 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:30.455 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:30.459 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:30.480 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:30.485 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:30.490 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:30.513 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.518 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:30.522 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.533 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.538 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:30.542 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.563 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.568 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:30.572 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:30.584 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:30.588 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:37:30.592 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:30.613 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:30.618 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:37:30.621 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:30.629 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:30.634 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:37:30.638 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:30.847 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:30.853 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:30.857 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:31.081 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:31.087 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:31.091 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:31.114 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:31.119 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:31.123 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:31.483 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:31.488 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:31.492 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:31.513 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:31.518 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:31.522 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:31.560 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:31.566 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:31.620 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:37:31.626 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:31.661 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:31.667 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:31.687 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:31.693 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:31.702 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:31.710 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:37:31.731 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:31.738 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:31.818 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:31.823 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:31.849 11315 11512 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 06:37:31.850 11315 11512 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 06:37:32.016 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:32.023 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:32.104 11315 11620 W MediaPlayerNative: info/warning (10973, 0)
01-28 06:37:32.184 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:37:32.190 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:32.216 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:32.222 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:32.256 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:32.261 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:37:32.287 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:37:32.292 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:37:32.440 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:32.445 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:32.500 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:37:32.509 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:32.832 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:37:32.839 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:37:35.335 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:37:35.335 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:37:35.478 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:37:35.479 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:37:35.498 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:37:35.498 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:37:35.575 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:37:35.804 11315 11870 W AudioCapabilities: Unsupported mime audio/x-ima
01-28 06:37:35.805 11315 11870 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-28 06:37:35.806 11315 11870 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-28 06:37:35.807 11315 11870 W VideoCapabilities: Unsupported mime video/wvc1
01-28 06:37:35.808 11315 11870 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-28 06:37:35.829 11315 11870 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
01-28 06:37:35.930 11315 11901 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 06:37:35.943 11315 11901 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 06:37:35.944 11315 11901 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 06:37:35.997 11315 11901 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 06:37:35.998 11315 11901 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 06:37:35.998 11315 11901 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 06:37:35.998 11315 11901 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 06:37:36.142 11315 11947 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 06:37:36.142 11315 11947 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 06:37:36.150 11315 11947 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 06:37:36.150 11315 11947 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 06:37:36.150 11315 11947 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 06:37:36.432 11315 11870 W AudioTrack: getTimestamp_l(475): retrograde
timestamp time corrected, 11668384340421 < 11668575630768
01-28 06:37:37.354 11315 11900 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 06:37:37.354 11315 11900 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 06:37:37.354 11315 11900 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 06:37:37.365 11315 11947 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 06:37:37.365 11315 11947 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 06:37:37.365 11315 11947 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 06:37:37.381 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:37:37.381 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:37:37.525 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=28498ab9-8db6-4d49-b58a-7d7a1ec46195 transcoded=0 gif_attribution=0
first_scan_length=7814 direct_path=/v/t62.7118-
24/30680945_347907991503365_4324966547440492584_n.enc?ccb=11-
4&oh=01_AdQ8l2wUKPcZyL50SXuvVZEduiC05Lp2ZbbCpz0frC1DPg&oe=65DD6341&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.2631578 is_animated_sticker=0
file_hash=aot4AcvlvA21N/FZHvSwIEc9OuDQEdfmOscXI4SzT0c=
file_path=Media/.Statuses/1bec99bcb9d24289a52d760d2cfdd8a0.jpg file_size=50832
partial_media_hash=null face_x=0 face_y=0 height=900 trim_to=0
media_key_timestamp=1706423688000 message_url=https://mmg.whatsapp.net/v/t62.7118-
24/30680945_347907991503365_4324966547440492584_n.enc?ccb=11-
4&oh=01_AdQ8l2wUKPcZyL50SXuvVZEduiC05Lp2ZbbCpz0frC1DPg&oe=65DD6341&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
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=364 multicast_id=null
enc_file_hash=dtSJBcU0pdsH5cAj2XY2JHN9lRkmlUlvUBxve+lugtQ= mute_video=0
page_count=0 first_scan_sidecar=[B@ddbc3be suspicious_content=0 file_length=50832
media_name=null media_duration=0 chat_row_id=119 media_key=[B@f2a6c1f
01-28 06:37:38.494 11315 11420 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 06:37:38.494 11315 11420 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 06:37:38.589 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:37:50.240 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:50.245 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:50.247 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:50.247 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:50.247 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:50.247 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:50.248 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:50.251 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:51.739 11315 11315 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 06:37:54.307 11315 11331 W System : A resource failed to call end.
01-28 06:37:54.307 11315 11331 W System : A resource failed to call end.
01-28 06:37:54.307 11315 11331 W System : A resource failed to call end.
01-28 06:37:54.307 11315 11331 W System : A resource failed to call end.
01-28 06:37:55.597 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:37:55.597 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:10.783 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:10.783 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:10.784 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:10.784 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:10.784 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:11.954 11315 11315 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 06:38:12.617 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:12.617 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:17.990 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:17.991 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:17.991 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:17.991 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:17.991 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:18.222 11315 11331 W System : A resource failed to call end.
01-28 06:38:19.169 11315 11315 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 06:38:19.226 11315 11315 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 06:38:19.759 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:38:19.760 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:14.102 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 06:46:14.139 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x26d
01-28 06:46:14.181 11315 11315 W Activity: Can request only one set of permissions
at a time
01-28 06:46:14.201 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 06:46:14.201 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 06:46:14.201 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 06:46:14.202 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 06:46:14.202 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 06:46:14.202 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 06:46:14.202 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 06:46:14.202 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 06:46:14.362 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 06:46:14.362 11315 15741 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 06:46:15.047 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:46:15.122 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.123 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.123 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.124 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.124 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.125 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.125 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.126 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.126 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.127 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.127 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.128 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.129 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.129 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.129 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.129 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.130 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.130 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.131 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.131 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.131 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.131 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.132 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.132 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.133 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.133 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.133 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.133 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.134 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.134 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.134 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.135 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.135 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.135 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.136 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.136 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.136 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.137 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.137 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.137 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.138 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.138 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.139 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.139 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.140 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.140 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.141 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.141 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.142 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.142 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.143 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.143 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.144 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.145 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.145 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.146 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.146 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.147 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:15.158 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
01-28 06:46:15.219 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:46:30.510 11315 11315 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 06:46:30.510 11315 11315 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 06:46:33.989 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:33.990 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:34.658 11315 11315 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 06:46:34.658 11315 11315 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 06:46:35.385 11315 11315 W TabLayout: MODE_SCROLLABLE + GRAVITY_FILL is not
supported, GRAVITY_START will be used instead
01-28 06:46:35.510 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:46:35.786 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{86424c1 VF.D..CL. ......ID 0,0-180,180 #7f0b1814
app:id/shutter} during layout: running second layout pass
01-28 06:46:35.786 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{41ca466 V.ED..... ......ID 0,0-180,180 #7f0b14fc
app:id/recording_progress} during layout: running second layout pass
01-28 06:46:35.786 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{72d43a7 VF.D..C.. ......ID 0,0-135,135 #7f0b1976
app:id/switch_camera_btn} during layout: running second layout pass
01-28 06:46:35.786 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{30ce054 VFED..C.. ......ID 0,0-135,135 #7f0b0b0d
app:id/gallery_btn} during layout: running second layout pass
01-28 06:46:35.787 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{dcd4bfd VFED..C.. ......ID 0,0-135,135 #7f0b057f
app:id/close_camera_btn} during layout: running second layout pass
01-28 06:46:35.787 11315 11315 W View : requestLayout() improperly called by
X.4Ki{ce07343 V.ED..... ......ID 0,6-1080,141} during layout: running second layout
pass
01-28 06:46:35.819 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:35.823 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:35.848 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{86424c1 VF.D..CL. ......ID 450,1691-630,1871 #7f0b1814
app:id/shutter aid=1073741869} during layout: running second layout pass
01-28 06:46:35.848 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{41ca466 V.ED..... ......ID 450,1691-630,1871
#7f0b14fc app:id/recording_progress} during layout: running second layout pass
01-28 06:46:35.848 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{72d43a7 VF.D..C.. ......ID 921,1712-1056,1847 #7f0b1976
app:id/switch_camera_btn aid=1073741870} during layout: running second layout pass
01-28 06:46:35.848 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{30ce054 VFED..C.. ......ID 24,1712-159,1847 #7f0b0b0d
app:id/gallery_btn aid=1073741871} during layout: running second layout pass
01-28 06:46:35.848 11315 11315 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{dcd4bfd VFED..C.. ......I. 24,24-159,159 #7f0b057f
app:id/close_camera_btn aid=1073741873} during layout: running second layout pass
01-28 06:46:35.991 11315 11315 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 06:46:35.991 11315 11315 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 06:46:36.136 11315 11315 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 06:46:37.653 11315 11315 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 06:46:37.653 11315 11315 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 06:46:43.915 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:46:43.915 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:46:43.942 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:46:43.942 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:46:43.963 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:46:43.963 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:46:43.980 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:46:43.980 11315 11315 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 06:46:44.150 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:46:44.151 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:46:44.152 11315 11315 E RecyclerView: No adapter attached; skipping layout
01-28 06:46:45.838 11315 11469 E FrameEvents: updateAcquireFence: Did not find
frame.
01-28 06:46:46.181 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 380
01-28 06:46:46.186 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 633
01-28 06:46:46.203 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 677
01-28 06:46:46.207 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 248
01-28 06:46:46.218 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
01-28 06:46:46.226 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 333
01-28 06:46:46.230 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 06:46:46.238 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
01-28 06:46:46.242 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 491
01-28 06:46:46.246 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
01-28 06:46:46.253 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 659
01-28 06:46:46.257 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 593
01-28 06:46:46.268 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1171
01-28 06:46:46.272 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 510
01-28 06:46:46.358 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
01-28 06:46:46.437 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 06:46:46.511 11315 11315 W View : requestLayout() improperly called by
android.widget.Space{8607bb7 I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 06:46:46.511 11315 11315 W View : requestLayout() improperly called by
android.widget.Space{d509f24 I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 06:46:46.511 11315 11315 W View : requestLayout() improperly called by
android.widget.Space{5a8ea8d I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 06:46:47.001 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:47.001 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:47.004 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:47.004 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:47.004 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:47.005 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:47.005 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:47.006 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:47.007 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:47.181 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
01-28 06:46:47.514 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 06:46:48.867 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 06:46:48.874 11315 11315 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 06:46:49.007 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 06:46:49.011 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 06:46:49.039 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:49.039 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:49.040 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:49.040 11315 11315 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:46:49.068 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:49.071 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:49.098 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:49.102 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:49.110 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:49.114 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:49.127 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:49.131 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:49.165 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:49.169 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:49.664 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:49.674 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:50.162 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:50.167 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:50.663 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:50.667 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:51.163 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:51.168 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:51.417 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:51.422 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:51.475 11315 11315 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 06:46:51.475 11315 11315 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 06:46:51.790 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:51.793 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:51.915 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:51.919 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:51.988 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:51.992 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:52.081 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:52.086 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:52.330 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:52.334 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:52.837 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:52.846 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:52.987 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:52.992 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:53.002 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:53.006 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:53.440 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:53.444 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:53.462 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:53.467 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:53.477 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:53.482 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:53.491 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:53.496 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:53.504 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:53.508 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:53.517 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:53.521 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:53.533 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:53.537 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:53.553 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:53.557 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:53.568 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:53.573 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:53.584 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:53.588 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:53.600 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:53.604 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:53.617 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:53.621 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:53.633 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:53.637 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:53.701 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:53.705 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:53.801 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:53.804 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:53.901 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:53.905 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:54.105 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:54.109 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:54.268 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:54.272 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:54.436 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:54.444 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:54.518 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:54.522 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:54.636 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:54.642 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:54.819 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:54.825 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:54.852 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:54.860 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.003 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.008 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.053 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.059 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.270 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:55.275 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:55.288 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.297 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:55.309 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.314 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.321 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.325 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.337 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.340 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.353 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:55.357 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.370 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:55.374 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:55.387 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:55.391 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:55.403 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.407 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:55.420 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.425 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.437 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.441 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.453 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.457 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.470 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:55.474 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.487 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:55.491 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:55.504 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:55.508 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:55.521 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.525 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:55.537 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.541 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.554 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.557 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.570 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.574 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.587 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:55.590 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.604 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:55.608 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:55.621 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:55.625 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:55.637 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.641 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:55.653 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.657 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.771 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.778 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.838 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.843 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.865 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.868 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:55.889 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.894 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:55.904 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.909 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:55.921 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:55.926 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:55.969 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:55.973 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:55.995 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:56.001 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:56.021 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:56.025 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:56.037 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:56.041 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:56.056 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:56.060 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:56.356 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:56.359 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:56.442 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:56.447 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:56.471 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:56.475 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:56.491 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:56.495 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:56.505 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:56.510 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:56.513 11315 15750 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 06:46:56.513 11315 15750 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 06:46:56.522 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:56.525 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:56.539 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:56.543 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:56.558 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:56.562 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:56.573 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:56.578 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:56.578 11315 15991 W MediaPlayerNative: info/warning (10973, 0)
01-28 06:46:56.589 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:56.593 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:56.606 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:56.611 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:56.622 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:56.626 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:56.639 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:56.644 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:56.889 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:56.892 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:57.108 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:57.113 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:57.139 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:57.143 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:57.206 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:57.210 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:57.404 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:57.409 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:57.423 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:57.428 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:57.490 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:57.495 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:57.657 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:57.662 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:57.830 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:57.835 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:57.847 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:57.851 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:57.859 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:57.863 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:57.874 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:57.878 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:57.891 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:57.894 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:57.907 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:57.911 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:57.923 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:57.927 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:57.940 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:57.944 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:57.957 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:57.961 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:57.974 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:57.977 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:57.990 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:57.994 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:58.007 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:58.011 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:58.024 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:58.027 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:58.210 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:58.214 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:58.232 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:58.236 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:58.245 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:58.248 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:58.258 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:58.262 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:58.274 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:58.278 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:58.291 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:58.295 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:58.307 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:58.311 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:58.327 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:58.331 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:58.341 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:58.345 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:58.358 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:58.362 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:58.374 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:58.378 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:58.391 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:58.396 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:58.414 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:58.418 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:58.442 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:58.445 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:58.758 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:58.763 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:58.875 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:58.879 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:59.143 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:59.147 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:59.242 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:59.247 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:46:59.462 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:46:59.467 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:59.644 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:46:59.648 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:59.662 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:59.666 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:46:59.861 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:46:59.866 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:46:59.994 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:46:59.998 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:00.294 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:00.298 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:00.361 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:00.365 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:00.528 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:00.532 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:00.563 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:00.567 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:00.728 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:00.732 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:00.746 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:00.749 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:01.000 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:01.004 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:01.213 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:01.217 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:01.713 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:01.717 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:01.797 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:01.802 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:01.963 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:01.967 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:02.147 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:02.151 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:02.280 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:02.285 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:02.615 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:02.619 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:02.780 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:02.784 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:02.795 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:02.799 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:03.017 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:03.021 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:03.199 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:03.203 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:03.249 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:03.253 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:03.383 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:03.387 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:03.566 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:03.571 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:03.616 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:03.620 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:03.833 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:03.837 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:03.984 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:03.988 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:04.101 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:04.106 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:04.317 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:04.321 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:04.418 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:04.422 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:04.768 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:04.772 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:05.052 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:05.056 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:05.352 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:05.357 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:05.520 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:05.525 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:05.620 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:05.624 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:05.836 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:05.841 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:06.020 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:06.025 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:06.520 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:06.524 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:06.738 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:06.747 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:07.239 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:07.245 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:07.357 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:07.364 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:07.689 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:07.693 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:07.956 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:07.961 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:08.241 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:08.246 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:08.340 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:08.344 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:08.540 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:08.544 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:08.657 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:08.662 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:09.041 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:09.046 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:09.258 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:09.262 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:09.525 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:09.530 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:09.695 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:09.708 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:09.862 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:09.874 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:10.102 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:10.109 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:10.123 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:10.129 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:10.293 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:10.297 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:10.678 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:10.683 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:10.945 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:10.949 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:11.094 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:11.098 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:11.545 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:11.549 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:11.696 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:11.700 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:11.997 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:12.001 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:12.162 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:12.168 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:12.185 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:12.189 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:12.363 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:12.367 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:12.430 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:12.434 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:12.597 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:12.600 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:13.099 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:13.109 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:13.600 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:13.605 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:14.103 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:14.110 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:14.600 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:14.605 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:14.634 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:14.638 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:15.051 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:15.055 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:15.079 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:15.084 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:15.113 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:15.119 11315 11315 E ArmVmp--------- beginning of main
01-28 06:47:15.159 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:15.162 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:15.179 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:15.183 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:15.201 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:15.204 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:15.217 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:15.221 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:15.234 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:15.238 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:15.250 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:15.254 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:15.267 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:15.271 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:15.403 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:15.407 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:15.417 11315 15750 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 06:47:15.417 11315 15750 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 06:47:15.453 11315 11620 W MediaPlayerNative: info/warning (10973, 0)
01-28 06:47:15.568 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:15.572 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:15.606 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:47:15.610 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:15.625 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:47:15.629 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:47:15.945 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:15.950 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:15.968 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:15.973 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:16.018 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:16.022 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:16.068 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:16.074 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:16.104 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:47:16.107 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:47:16.146 11315 11315 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 06:47:16.223 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:16.227 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:47:16.635 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:47:16.639 11315 11315 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:34.939 20836 20836 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 06:59:35.335 20836 20836 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 06:59:35.337 20836 20836 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 06:59:35.337 20836 20836 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 06:59:35.337 20836 20836 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 06:59:35.337 20836 20836 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 06:59:35.337 20836 20836 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 06:59:35.337 20836 20836 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 06:59:35.337 20836 20836 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 06:59:35.338 20836 20836 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 06:59:35.338 20836 20836 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 06:59:35.338 20836 20836 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 06:59:35.338 20836 20836 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 06:59:35.338 20836 20836 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 06:59:35.338 20836 20836 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 06:59:35.338 20836 20836 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 06:59:35.338 20836 20836 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 06:59:35.338 20836 20836 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 06:59:35.338 20836 20836 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 06:59:35.338 20836 20836 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 06:59:35.338 20836 20836 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 06:59:35.338 20836 20836 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 06:59:35.338 20836 20836 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 06:59:35.338 20836 20836 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 06:59:35.373 20836 20836 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-28 06:59:35.907 20836 20836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 06:59:35.907 20836 20836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 06:59:36.156 20836 20891 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 06:59:36.156 20836 20891 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 06:59:36.156 20836 20891 W com.whatsapp: and incorrect proguard
optimizations.
01-28 06:59:36.158 20836 20836 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 06:59:36.365 20836 20836 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 06:59:36.879 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 06:59:36.920 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x271
01-28 06:59:37.000 20836 20836 W Activity: Can request only one set of permissions
at a time
01-28 06:59:37.189 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 06:59:37.189 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 06:59:37.190 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 06:59:37.190 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 06:59:37.190 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 06:59:37.190 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 06:59:37.190 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 06:59:37.190 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 06:59:37.350 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 06:59:37.350 20836 20916 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 06:59:38.233 20836 20836 E RecyclerView: No adapter attached; skipping layout
01-28 06:59:38.377 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.377 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.377 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.377 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.379 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.379 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.379 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.379 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.379 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.379 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.380 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.380 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.381 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.382 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.382 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.382 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.383 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.383 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.384 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.384 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.385 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.385 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.386 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.386 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.386 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.386 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.386 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.387 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.387 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.387 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.388 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.388 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.388 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.389 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.389 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.389 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.390 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.390 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.390 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.390 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.390 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.391 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.391 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.391 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.391 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.391 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.392 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.392 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.393 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.393 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.393 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.394 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.394 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.394 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.394 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.395 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.395 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.397 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:38.469 20836 20836 E RecyclerView: No adapter attached; skipping layout
01-28 06:59:38.489 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x1a5
01-28 06:59:38.681 20836 20864 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 06:59:38.819 20836 20987 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 06:59:39.111 20836 20836 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 06:59:41.616 20836 21024 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 06:59:41.616 20836 21024 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 06:59:41.923 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 06:59:41.934 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 06:59:42.345 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 06:59:42.355 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 06:59:42.395 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.396 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.396 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.397 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.397 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.398 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.398 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.399 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.400 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.400 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.402 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.404 20836 20836 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 06:59:42.470 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:42.477 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:42.522 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:42.528 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:42.597 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:42.602 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:43.065 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:43.071 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:43.090 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:43.096 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:43.475 20836 20836 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 06:59:43.475 20836 20836 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 06:59:43.591 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:43.596 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:43.800 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:43.807 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:43.991 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:43.997 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:44.140 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:44.147 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:44.173 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:44.183 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:44.677 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:44.685 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:44.854 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:44.859 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:44.888 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:44.894 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:44.913 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:44.921 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:44.981 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:44.987 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:44.999 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:45.005 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:45.023 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:45.029 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:45.054 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:45.061 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:45.078 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:45.085 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:45.139 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:45.146 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:45.238 20836 20844 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 06:59:45.310 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:45.315 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:45.361 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:45.365 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:45.595 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:45.600 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:45.711 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:45.716 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:45.945 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:45.951 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:46.045 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:46.051 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:46.179 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:46.185 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:46.296 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:46.301 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:46.495 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:46.501 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:46.514 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:46.519 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:46.650 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:46.657 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:46.667 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:46.672 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:46.680 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:46.685 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:46.696 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:46.702 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:46.713 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:46.717 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:46.729 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:46.734 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:46.746 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:46.751 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:46.763 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:46.768 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:46.780 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:46.785 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:46.796 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:46.802 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:46.813 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:46.818 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:46.830 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:46.835 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:46.846 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:46.851 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:46.863 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:46.868 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:46.879 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:46.885 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:46.897 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:46.902 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:46.914 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:46.920 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:46.930 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:46.935 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:46.946 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:46.952 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:46.964 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:46.970 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:46.981 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:46.987 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:46.998 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:47.003 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:47.014 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:47.018 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:47.030 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:47.036 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:47.047 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:47.053 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:47.182 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:47.189 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:47.683 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:47.692 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:47.865 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:47.871 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:47.894 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:47.899 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:47.938 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:47.944 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:47.954 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:47.959 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:48.009 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:48.014 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:48.040 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:48.045 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:48.067 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:48.073 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:48.081 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:48.086 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:48.098 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:48.104 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:48.400 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:48.408 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:48.477 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:48.482 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:48.500 20836 20929 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 06:59:48.500 20836 20929 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 06:59:48.585 20836 20851 W MediaPlayerNative: info/warning (10973, 0)
01-28 06:59:48.703 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:48.709 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:48.732 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:48.738 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:48.750 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:48.757 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:48.767 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:48.774 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:48.783 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:48.788 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:48.799 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:48.804 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:48.819 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:48.824 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:48.833 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:48.838 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:48.849 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:48.854 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:48.866 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:48.872 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:48.884 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:48.889 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:48.899 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:48.906 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:49.050 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:49.055 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:49.251 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:49.260 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:49.417 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:49.423 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:49.467 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:49.472 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:49.618 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:49.623 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:50.118 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:50.125 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:50.622 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:50.632 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:50.725 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:50.734 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:50.763 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:50.770 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:50.887 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:50.893 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:51.036 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:51.042 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:51.254 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:51.259 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:51.570 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:51.575 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:51.872 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:51.879 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:51.988 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:51.993 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:52.188 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:52.194 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:52.338 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:52.345 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:52.407 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:52.414 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:52.657 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:52.663 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:52.755 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:52.760 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:52.956 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:52.961 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:53.140 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:53.146 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:53.306 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:53.311 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:53.341 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:53.346 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:53.473 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:53.478 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:53.624 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:53.630 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:54.126 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:54.136 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:54.292 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:54.298 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:54.319 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:54.324 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:54.360 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:54.366 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:54.411 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:54.415 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:54.443 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:54.448 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:54.471 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:54.476 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 06:59:54.483 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:54.489 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:54.508 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:54.512 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:54.524 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:54.530 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:54.611 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:54.616 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:54.624 20836 20929 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 06:59:54.624 20836 20929 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 06:59:54.650 20836 20851 W MediaPlayerNative: info/warning (10973, 0)
01-28 06:59:54.826 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:54.831 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:55.329 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:55.342 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:55.365 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:55.370 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:55.831 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:55.840 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:56.332 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:56.344 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:56.834 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:56.843 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:57.335 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 06:59:57.344 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:57.830 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:57.836 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:58.331 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:58.336 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:58.837 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:58.852 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:59.332 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:59.337 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:59.583 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:59.589 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:59.795 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 06:59:59.801 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 06:59:59.827 20836 20836 E RecyclerView: No adapter attached; skipping layout
01-28 06:59:59.863 20836 20836 E RecyclerView: No adapter attached; skipping layout
01-28 06:59:59.868 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 06:59:59.877 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 06:59:59.907 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 06:59:59.915 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:00:00.204 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 07:00:00.285 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 07:00:00.288 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 07:00:00.291 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 07:00:00.294 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 07:00:00.297 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 07:00:00.302 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 07:00:00.305 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 07:00:00.308 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 07:00:00.311 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 07:00:00.313 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 07:00:00.317 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 07:00:00.319 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 07:00:00.323 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 07:00:00.326 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 07:00:00.329 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 07:00:00.332 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 07:00:00.348 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:00:00.357 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:00.851 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:00:00.857 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:01.369 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:01.378 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:01.875 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 07:00:01.878 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 07:00:01.880 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 07:00:01.882 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 07:00:01.890 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:00:01.897 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:00:02.370 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:02.376 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:00:02.874 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:00:02.885 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:00:03.273 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 07:00:03.277 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 07:00:03.279 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 07:00:03.281 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 07:00:03.358 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 07:00:03.359 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 07:00:03.362 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 07:00:03.364 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 07:00:03.389 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:00:03.394 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:03.477 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 07:00:03.479 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 07:00:03.481 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 07:00:03.484 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 07:00:03.577 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 07:00:03.579 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 07:00:03.580 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 07:00:03.581 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 07:00:03.724 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 07:00:03.726 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 07:00:03.727 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 07:00:03.729 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 07:00:03.891 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:00:03.897 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:00:04.094 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 07:00:04.096 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 07:00:04.098 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 07:00:04.099 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 07:00:04.391 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:04.396 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:04.893 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:04.899 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:00:05.068 20836 20836 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 07:00:05.095 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:00:05.101 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:05.136 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 07:00:05.199 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:05.204 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:05.234 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:00:05.263 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:05.269 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:05.302 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:00:05.910 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:00:05.919 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:05.953 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:05.981 20836 20891 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #2 (20897) at void X.3HE.A0S()(:-1) waiters=0 in X.2VF X.3HE.A07()
for 117ms
01-28 07:00:06.022 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:06.031 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=31baf21f-9aea-4875-8d9e-5e70fbbe28ad transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=1.0
is_animated_sticker=0 file_hash=Jukbjb6jciQFF5iZVkAijzGPeWV9e/kOdejfyAaIijY=
file_path=/data/user/0/com.whatsapp/files/Stickers/Jukbjb6jciQFF5iZVkAijzGPeWV9e-
kOdejfyAaIijY=.webp file_size=55210 partial_media_hash=null face_x=0 face_y=0
height=64 trim_to=0 media_key_timestamp=0 message_url=null media_caption=null
trim_from=0 mime_type=image/webp partial_media_enc_hash=null width=64
original_file_hash=null has_streaming_sidecar=0 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=601 multicast_id=null enc_file_hash=null
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=55210 media_name=Jukbjb6jciQFF5iZVkAijzGPeWV9e-kOdejfyAaIijY=.webp
media_duration=0 chat_row_id=121 media_key=null
01-28 07:00:06.040 20836 20888 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 07:00:06.040 20836 20888 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 07:00:06.114 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:00:06.119 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:00:06.156 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:00:06.162 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:06.199 20836 20836 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 07:00:06.278 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:00:06.283 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:00:06.412 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:00:06.418 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:00:06.530 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:06.535 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=31baf21f-9aea-4875-8d9e-5e70fbbe28ad transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/56114992_382983521037921_2632913285638900484_n.enc?ccb=11-
4&oh=01_AdRjsSmbGerRZeLyl67zsO1LY_fmkCOLHVbZ-g_57cS7jg&oe=65DDA7AA&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=Jukbjb6jciQFF5iZVkAijzGPeWV9e/kOdejfyAaIijY= file_path=Media/WhatsApp
Stickers/STK-20240127-WA0016.webp file_size=55210 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706408547000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/56114992_382983521037921_2632913285638900484_n.enc?ccb=11-
4&oh=01_AdRjsSmbGerRZeLyl67zsO1LY_fmkCOLHVbZ-
g_57cS7jg&oe=65DDA7AA&_nc_sid=5e03e0&mms3=true media_caption=null trim_from=0
mime_type=image/webp partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=601 multicast_id=null
enc_file_hash=QF4lcATByqSTKr5JswBsBnDuUX6ay/GGo53oZK2pRd0= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=55210
media_name=Jukbjb6jciQFF5iZVkAijzGPeWV9e-kOdejfyAaIijY=.webp media_duration=0
chat_row_id=121 media_key=[B@8e635cd
01-28 07:00:06.547 20836 20888 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 07:00:06.547 20836 20888 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 07:00:06.550 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:00:06.555 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:00:06.599 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:00:06.604 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:00:06.952 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:00:06.957 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:00:06.971 20836 20929 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:00:06.971 20836 20929 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:00:06.998 20836 20850 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:00:07.062 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:07.070 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:00:07.567 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:00:07.577 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:00:07.642 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x14--------- beginning of main
01-28 07:00:07.648 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:08.067 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:00:08.076 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:00:08.379 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:00:08.386 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:00:08.497 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:00:08.503 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:00:08.736 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:00:08.740 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:00:09.154 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:00:09.162 20836 20836 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:05:27.117 22468 22468 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 07:05:27.339 22468 22468 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 07:05:27.340 22468 22468 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 07:05:27.340 22468 22468 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 07:05:27.340 22468 22468 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 07:05:27.340 22468 22468 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 07:05:27.340 22468 22468 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 07:05:27.340 22468 22468 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 07:05:27.340 22468 22468 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 07:05:27.340 22468 22468 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 07:05:27.340 22468 22468 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 07:05:27.340 22468 22468 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 07:05:27.340 22468 22468 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 07:05:27.340 22468 22468 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 07:05:27.340 22468 22468 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 07:05:27.340 22468 22468 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 07:05:27.340 22468 22468 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 07:05:27.340 22468 22468 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 07:05:27.340 22468 22468 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:05:27.340 22468 22468 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 07:05:27.340 22468 22468 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 07:05:27.340 22468 22468 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 07:05:27.340 22468 22468 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 07:05:27.340 22468 22468 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 07:05:27.369 22468 22468 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-28 07:05:28.098 22468 22468 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:05:28.099 22468 22468 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:05:28.459 22468 22515 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 07:05:28.459 22468 22515 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 07:05:28.459 22468 22515 W com.whatsapp: and incorrect proguard
optimizations.
01-28 07:05:47.094 22468 22532 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #2 (22521) at X.2U6 X.35t.A08()(:-1) waiters=0 in X.2U6 X.35t.A08()
for 275ms
01-28 07:05:47.752 22468 22572 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!
(parcel size = 604)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=0e5194d3-5c56-4dfc-935b-bcbc2ed70d2b transcoded=0 gif_attribution=0
first_scan_length=6460 direct_path=/v/t62.7118-
24/29299200_926005918549347_8851541228097905828_n.enc?ccb=11-
4&oh=01_AdTVy30XoAKK4QTnBYbWBgpqmtGHihmG5pjo22wmLeRUrw&oe=65DDAA63&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.9777778 is_animated_sticker=0
file_hash=7VTNgupna/G1KRjBUGsuCFUK8c4XZduhvId/V5n8HOo=
file_path=Media/.Statuses/92af50b4b50c42a4ae096e98d40556c1.jpg file_size=24870
partial_media_hash=null face_x=0 face_y=0 height=699 trim_to=0
media_key_timestamp=1706447343000 message_url=https://mmg.whatsapp.net/v/t62.7118-
24/29299200_926005918549347_8851541228097905828_n.enc?ccb=11-
4&oh=01_AdTVy30XoAKK4QTnBYbWBgpqmtGHihmG5pjo22wmLeRUrw&oe=65DDAA63&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
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=603 multicast_id=null
enc_file_hash=PYU5vQ/VhOFJdHYijK5UyztiQeVt9X+j+FVLF1ablWg= mute_video=0
page_count=0 first_scan_sidecar=[B@b8a5ca4 suspicious_content=0 file_length=24870
media_name=null media_duration=0 chat_row_id=119 media_key=[B@cfb9a0d
01-28 07:10:09.266 22468 22512 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 07:10:09.266 22468 22512 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 07:16:46.379 22468 22468 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 07:16:46.812 22468 22468 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 07:16:47.635 22468 22468 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 07:16:47.701 22468 22468 E ArmVmp : Match on catch block at 0x0a in for
0x275
01-28 07:16:47.745 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:16:47.745 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:16:47.745 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:16:47.745 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:16:47.745 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:16:47.745 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 07:16:47.746 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 07:16:47.746 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 07:16:47.803 22468 22468 W Activity: Can request only one set of permissions
at a time
01-28 07:16:47.844 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 07:16:47.844 22468 25026 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 07:16:49.176 22468 22468 E RecyclerView: No adapter attached; skipping layout
01-28 07:16:49.564 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.564 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.565 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.565 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.566 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.566 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.567 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.567 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.567 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.567 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.567 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.568 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.568 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.568 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.568 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.569 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.569 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.569 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.570 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.570 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.570 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.570 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.570 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.571 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.571 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.571 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.571 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.572 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.572 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.573 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.573 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.573 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.573 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.574 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.574 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.575 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.575 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.575 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.576 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.576 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.577 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.577 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.578 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.578 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.578 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.579 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.579 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.580 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.580 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.580 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.581 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.581 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.582 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.582 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.583 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.583 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.585 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:49.670 22468 22468 E RecyclerView: No adapter attached; skipping layout
01-28 07:16:49.688 22468 22468 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-28 07:16:49.970 22468 25105 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 07:16:50.054 22468 25109 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 07:16:50.343 22468 22468 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 07:16:56.532 22468 25151 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 07:16:56.532 22468 25151 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 07:16:56.858 22468 22468 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 07:16:56.869 22468 22468 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 07:16:57.306 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 07:16:57.315 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 07:16:57.318 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 07:16:57.360 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.361 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.361 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.362 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.363 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.363 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.364 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.365 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.365 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.367 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.368 22468 22468 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:16:57.415 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:16:57.421 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:16:57.424 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:16:57.453 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:16:57.458 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:16:57.462 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:16:57.484 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:16:57.491 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:16:57.495 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:16:57.541 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:16:57.547 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:16:57.550 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:16:58.023 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:16:58.029 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:16:58.034 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:16:58.523 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:16:58.528 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:16:58.531 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:16:58.711 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:16:58.718 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:16:58.721 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:16:59.024 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:16:59.031 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:16:59.037 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:16:59.091 22468 22468 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 07:16:59.091 22468 22468 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 07:16:59.397 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:16:59.403 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:16:59.408 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:16:59.429 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:16:59.436 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:16:59.440 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:16:59.527 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:16:59.537 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:16:59.541 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:16:59.592 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:16:59.597 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:16:59.601 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:00.031 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:00.043 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:00.050 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:00.532 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:00.542 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:00.547 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:01.033 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:01.043 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:01.052 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:01.534 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:01.543 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:01.548 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:02.013 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:02.019 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:02.023 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:02.046 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.053 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:02.057 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.065 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.070 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:02.074 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.083 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.089 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:02.093 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.112 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.119 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:02.123 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.132 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.137 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:02.141 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.162 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.167 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:02.172 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.179 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.185 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:02.189 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.197 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.203 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:02.207 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.514 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:02.525 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:02.531 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:03.018 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:03.031 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:03.036 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:03.165 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:03.172 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:03.177 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:03.352 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:03.360 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:03.368 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:03.859 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:03.867 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:03.872 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:04.350 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:04.362 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:04.367 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:04.850 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:04.858 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:04.862 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:04.910 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:04.916 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:04.920 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:04.935 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:04.940 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:04.946 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:05.210 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:05.215 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:05.219 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:05.234 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:05.240 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:05.244 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:05.435 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.440 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.443 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.468 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.473 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.477 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.541 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:05.547 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:05.551 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:05.568 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.573 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.577 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.585 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.595 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.598 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.618 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.623 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.626 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.634 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.639 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.643 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.653 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.658 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.662 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.670 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.677 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.681 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.701 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.706 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.710 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.718 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.729 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.733 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.751 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.757 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:05.761 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:05.784 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:05.789 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:05.793 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:06.054 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:06.060 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:06.066 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:06.557 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:06.566 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:06.571 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:06.825 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:06.830 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.834 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:06.853 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.859 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:06.863 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.871 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.877 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:06.881 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.888 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.894 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:06.898 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.905 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.910 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:06.914 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.922 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.927 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:06.931 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.941 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.945 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:06.950 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.970 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.975 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:06.979 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.987 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:06.992 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:06.996 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:07.003 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:07.009 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:07.013 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:07.020 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:07.027 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:07.031 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:07.070 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:07.076 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:07.080 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:07.238 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:07.246 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:07.252 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:07.740 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:07.751 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:07.758 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:08.173 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:08.179 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:08.185 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:08.389 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:08.395 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:08.399 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:08.421 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:08.427 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:08.430 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:08.472 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:08.478 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:08.534 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:08.540 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:08.572 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:08.5--------- beginning of main
01-28 07:17:08.577 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:08.597 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:08.602 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:08.610 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:08.615 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:08.628 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:08.633 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:08.845 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:08.852 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:08.886 22468 25043 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:17:08.886 22468 25043 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:17:08.924 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:08.932 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:09.069 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:09.079 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:09.098 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:09.106 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:09.123 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:09.131 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:09.177 22468 22482 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:17:09.223 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:09.229 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:09.382 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:09.387 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:09.770 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:09.776 22468 22468 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:13.014 22468 22468 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 07:17:13.014 22468 22468 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 07:17:13.045 22468 22468 E RecyclerView: No adapter attached; skipping layout
01-28 07:17:46.526 26087 26087 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 07:17:46.801 26087 26087 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 07:17:46.803 26087 26087 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 07:17:46.803 26087 26087 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 07:17:46.803 26087 26087 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 07:17:46.803 26087 26087 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 07:17:46.803 26087 26087 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 07:17:46.803 26087 26087 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 07:17:46.803 26087 26087 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 07:17:46.803 26087 26087 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 07:17:46.803 26087 26087 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 07:17:46.803 26087 26087 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 07:17:46.803 26087 26087 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 07:17:46.803 26087 26087 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 07:17:46.803 26087 26087 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 07:17:46.803 26087 26087 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 07:17:46.803 26087 26087 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 07:17:46.803 26087 26087 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 07:17:46.803 26087 26087 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:17:46.803 26087 26087 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 07:17:46.803 26087 26087 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 07:17:46.804 26087 26087 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 07:17:46.804 26087 26087 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 07:17:46.804 26087 26087 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 07:17:46.857 26087 26087 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-28 07:17:47.314 26087 26087 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:17:47.315 26087 26087 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:17:47.709 26087 26142 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 07:17:47.709 26087 26142 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 07:17:47.709 26087 26142 W com.whatsapp: and incorrect proguard
optimizations.
01-28 07:17:53.744 26087 26087 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 07:17:54.155 26087 26332 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 07:17:54.155 26087 26332 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 07:17:54.624 26087 26087 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 07:17:54.635 26087 26087 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 07:17:54.875 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 07:17:54.881 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 07:17:54.954 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:17:54.954 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:17:54.955 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:17:54.957 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:17:54.964 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:54.968 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:55.027 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:55.033 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:55.057 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:55.062 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:55.104 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:55.107 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:55.594 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:55.598 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:56.095 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:56.099 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:56.596 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:56.599 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:56.850 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:56.854 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:56.918 26087 26087 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 07:17:56.918 26087 26087 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 07:17:57.073 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:57.077 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:57.224 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:57.227 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:57.352 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:57.356 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:57.376 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:57.380 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:57.804 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:57.811 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:57.895 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:57.900 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:57.918 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:57.923 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:57.934 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:57.942 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:57.951 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:57.957 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:57.966 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:57.972 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:57.984 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:57.988 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:58.000 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:58.004 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:58.016 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:58.019 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:58.033 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:58.037 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:58.050 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:58.054 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:58.067 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:58.072 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:58.083 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:58.087 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:58.099 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:58.104 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:58.116 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:58.120 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:58.134 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:58.139 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:58.150 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:58.155 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:58.167 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:58.171 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:58.185 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:58.189 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:58.202 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:58.207 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:58.318 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:58.322 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:58.347 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:58.352 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:58.369 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:58.373 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:58.393 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:58.397 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:58.438 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:58.442 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:58.453 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:58.457 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:58.467 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:58.472 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:58.487 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:58.492 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:17:58.507 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:58.511 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:58.717 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:58.722 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:17:58.917 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:17:58.922 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:59.101 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:59.106 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:17:59.134 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:59.138 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:59.318 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:59.328 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:59.822 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:17:59.833 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:17:59.935 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:17:59.939 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:00.437 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:00.445 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:00.940 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:00.950 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:01.373 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:01.378 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:01.757 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:01.762 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:01.785 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:01.789 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:01.812 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:01.816 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:01.827 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:01.831 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:01.839 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:01.843 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:01.855 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:01.858 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:01.871 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:01.875 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:01.924 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:01.927 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:01.943 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:01.951 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:01.972 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:01.976 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:01.988 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:01.992 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:02.197 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:02.201 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:02.223 26087 26351 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:18:02.223 26087 26351 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:18:02.281 26087 26379 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:18:02.291 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:02.296 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:02.794 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:02.801 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:03.294 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:03.305 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:03.796 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:03.805 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:04.298 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:04.308 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:04.799 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:04.806 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:05.299 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.310 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:05.447 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:05.451 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:05.462 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.468 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.478 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.483 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:05.495 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:05.499 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:05.512 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:05.517 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.528 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.533 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.544 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:05.549 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:05.561 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:05.565 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:05.578 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.582 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.647 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.653 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.676 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.683 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:05.701 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.706 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.716 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:05.722 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:05.733 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.737 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.747 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.751 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:05.762 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:05.768 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:05.779 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:05.784 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.795 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.801 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.814 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:05.818 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:05.828 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:05.833 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:05.846 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.850 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.862 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.867 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:05.879 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:05.884 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:05.895 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:05.900 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.913 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.918 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.929 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:05.933 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.944 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:05.950 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.961 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:05.966 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:05.978 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:05.982 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:05.994 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:05.999 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:06.011 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:06.015 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:06.028 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:06.032 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:06.044 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:06.048 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:06.061 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:06.065 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:06.078 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:06.081 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:06.095 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:06.098 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:06.111 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:06.115 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:06.128 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:06.133 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:06.296 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:06.305 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:06.552 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:06.556 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:06.579 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:06.584 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:06.796 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:06.801 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:07.302 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:07.309 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:07.365 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:07.370 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:07.482 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:07.489 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:07.546 26087 26087 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 07:18:08.060 26087 26087 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 07:18:08.100 26087 26087 E ArmVmp : Match on catch block at 0x0a in for
0x26d
01-28 07:18:08.144 26087 26087 W Activity: Can request only one set of permissions
at a time
01-28 07:18:08.167 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:18:08.168 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:18:08.168 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:18:08.168 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:18:08.168 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:18:08.168 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 07:18:08.168 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 07:18:08.168 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 07:18:08.247 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:08.251 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:08.349 26087 26433 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 07:18:08.408 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 07:18:08.408 26087 26421 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 07:18:09.066 26087 26087 E RecyclerView: No adapter attached; skipping layout
01-28 07:18:09.140 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.140 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.140 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.140 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.141 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.141 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.142 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.142 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.142 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.142 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.143 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.143 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.143 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.143 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.143 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.144 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.144 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.144 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.144 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.145 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.145 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.145 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.145 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.145 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.146 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.146 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.146 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.146 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.147 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.147 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.147 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.147 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.148 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.148 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.148 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.148 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.149 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.149 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.149 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.149 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.150 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.150 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.150 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.150 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.151 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.151 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.151 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.151 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.152 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.152 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.152 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.152 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.153 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.153 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.153 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.154 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.154 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.157 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:09.251 26087 26087 E RecyclerView: No adapter attached; skipping layout
01-28 07:18:09.282 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:09.285 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:09.301 26087 26087 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 07:18:09.320 26087 26087 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-28 07:18:13.106 26087 26087 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 07:18:13.113 26087 26087 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 07:18:13.261 26087 26101 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 07:18:13.460 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 07:18:13.467 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 07:18:13.504 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:13.505 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:13.505 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:13.506 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:13.506 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:13.507 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:13.507 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:13.508 26087 26087 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:18:13.545 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:13.549 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:13.587 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:13.594 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:13.628 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:13.637 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:13.691 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:13.698 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:13.742 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:13.748 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:14.176 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:14.189 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:14.403 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:14.408 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:14.464 26087 26087 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 07:18:14.464 26087 26087 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 07:18:14.704 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:14.709 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:14.754 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:14.761 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:14.886 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:14.891 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:14.928 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:14.933 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:14.971 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:14.978 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:15.045 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:15.051 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:15.062 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:15.068 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:15.081 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:15.087 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:15.107 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:15.114 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:15.131 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:15.138 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:15.429 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:15.437 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:15.879 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:15.885 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:15.896 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:15.902 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:15.911 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:15.916 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:15.927 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:15.932 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:15.943 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:15.948 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:15.960 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:15.964 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:15.977 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:15.981 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:15.993 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:15.998 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:16.010 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:16.014 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:16.026 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:16.031 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:16.044 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:16.048 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:16.060 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:16.064 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:16.076 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:16.081 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:16.096 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:16.101 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:16.381 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:16.387 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:16.404 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:16.410 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:16.418 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:16.423 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:16.431 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:16.437 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:16.444 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:16.449 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:16.461 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:16.465 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:16.477 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:16.482 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:16.497 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:16.501 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:16.511 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:16.516 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:16.528 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:16.534 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:16.544 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:16.549 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:16.561 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:16.566 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:16.578 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:16.583 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:16.879 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:16.887 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:17.229 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:17.234 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:17.732 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:17.741 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:18.014 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:18.018 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:18.514 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:18.521 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:18.548 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:18.553 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:18.831 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:18.836 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:19.334 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:19.343 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:19.583 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:19.588 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:20.085 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:20.094 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:20.586 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:20.598 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:20.869 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:20.875 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:21.373 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:21.382 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:21.516 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:21.521 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:21.987 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:21.992 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:22.490 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:22.501 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:22.990 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:23.001 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:23.493 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:23.502 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:23.773 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:23.778 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:23.943 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:23.951 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:24.460 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:24.466 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:24.595 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:24.600 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:24.611 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:24.616 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:24.625 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:24.631 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:24.640 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:24.645 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:24.657 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:24.661 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:24.673 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:24.679 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:24.690 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:24.694 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:24.707 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:24.712 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:24.724 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:24.730 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:24.740 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:24.746 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:24.757 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:24.763 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:24.774 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:24.778 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:24.790 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:24.794 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:24.807 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:24.812 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:24.823 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:24.828 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:24.840 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:24.846 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:24.857 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:24.861 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:24.874 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:24.879 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:24.891 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:24.897 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:24.907 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:24.911 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:24.924 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:24.928 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:24.940 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:24.946 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:24.957 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:24.962 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:24.974 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:24.978 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:24.990 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:24.995 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:25.125 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:25.131 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:25.628 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:25.637 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:26.026 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:26.031 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:26.527 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:26.534 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:26.560 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:26.566 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:26.910 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:26.915 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:27.414 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:27.424 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:27.617 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:27.621 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:27.632 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:27.639 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:28.148 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:28.157 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:28.413 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:28.419 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:28.441 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:28.448 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:28.482 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:28.487 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:28.539 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:28.543 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:28.568 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:28.572 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:28.590 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:28.595 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:28.612 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:28.617 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:28.629 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:28.634 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:28.646 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:28.650 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:28.700 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:28.705 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:28.714 26087 26351 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:18:28.714 26087 26351 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:18:28.741 26087 26483 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:18:28.949 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:28.956 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:29.335 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:29.341 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:29.357 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:29.362 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:29.372 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:29.378 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:29.387 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:29.392 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:29.400 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:29.404 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:29.414 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:29.418 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:29.431 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:29.436 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:29.450 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:29.455 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:29.464 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:29.470 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:29.481 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:29.486 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:29.499 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:29.503 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:29.514 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:29.519 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:29.531 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:29.535 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:29.831 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:29.837 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:29.882 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:29.887 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:30.115 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:30.120 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:30.354 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:30.359 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:30.386 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:30.391 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.556 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.557 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.557 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.557 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.557 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.557 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.557 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.557 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.557 26087 26103 W System : A resource failed to call
CursorWindow.close.
01-28 07:18:30.557 26087 26103 W System : A resource failed to call
AbstractCursor.close.
01-28 07:18:30.618 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:30.625 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:31.117 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:31.124 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:31.201 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:31.206 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:31.601 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:31.607 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:31.819 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:31.824 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:32.339 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:32.351 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:32.840 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:32.849 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:33.342 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:33.350 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:33.622 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:33.627 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:34.024 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:34.029 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:34.089 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:34.096 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:34.155 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:34.161 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:34.658 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:34.668 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:35.157 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:35.163 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:35.190 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:35.196 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:35.694 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:35.704 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:35.876 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:35.882 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:36.060 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:36.068 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:36.560 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:36.569 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:37.043 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:37.050 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:37.213 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:37.225 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:37.662 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:37.667 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:38.178 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:38.184 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:38.579 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:38.586 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:38.595 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:38.600 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:38.915 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:38.920 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:38.942 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:38.947 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:38.979 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:38.984 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:39.046 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:39.051 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:39.085 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:39.090 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:39.114 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:39.119 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:39.129 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:39.135 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:39.146 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:39.152 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:39.182 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:39.187 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:39.196 26087 26351 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:18:39.196 26087 26351 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:18:39.222 26087 26106 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:18:39.447 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:39.454 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:39.951 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:39.962 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18--------- beginning of main
01-28 07:18:40.069 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:40.074 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:40.102 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:40.107 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:40.167 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:40.172 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:40.186 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:18:40.191 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:40.247 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:40.252 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:40.299 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:18:40.303 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:18:40.549 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:18:40.554 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:18:40.953 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:18:40.959 26087 26087 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:18:55.725 27190 27190 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 07:18:56.150 27190 27190 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 07:18:56.157 27190 27190 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 07:18:56.157 27190 27190 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 07:18:56.157 27190 27190 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 07:18:56.157 27190 27190 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 07:18:56.158 27190 27190 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 07:18:56.158 27190 27190 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 07:18:56.158 27190 27190 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 07:18:56.158 27190 27190 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 07:18:56.158 27190 27190 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 07:18:56.158 27190 27190 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 07:18:56.158 27190 27190 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 07:18:56.158 27190 27190 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 07:18:56.158 27190 27190 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 07:18:56.158 27190 27190 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 07:18:56.158 27190 27190 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 07:18:56.158 27190 27190 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 07:18:56.158 27190 27190 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:18:56.158 27190 27190 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 07:18:56.158 27190 27190 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 07:18:56.158 27190 27190 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 07:18:56.158 27190 27190 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 07:18:56.158 27190 27190 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 07:18:56.235 27190 27190 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-28 07:18:56.378 27190 27238 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 07:18:56.846 27190 27190 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:18:56.846 27190 27190 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:18:57.265 27190 27270 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 07:18:57.265 27190 27270 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 07:18:57.265 27190 27270 W com.whatsapp: and incorrect proguard
optimizations.
01-28 07:18:57.893 27190 27310 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!
(parcel size = 604)
01-28 07:19:24.641 27190 27190 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 07:19:25.028 27190 27606 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 07:19:25.029 27190 27606 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 07:19:25.503 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 07:19:25.514 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 07:19:26.038 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:26.044 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:26.049 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 07:19:26.139 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.140 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.140 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.141 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.141 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.142 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.142 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.142 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.144 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.145 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:19:26.151 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:26.157 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:26.232 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:26.240 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:26.260 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:26.265 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:26.305 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:26.309 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:26.320 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:26.325 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:26.786 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:26.790 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:27.286 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:27.290 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:27.787 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:27.800 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:28.293 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:28.302 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:28.790 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:28.798 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:29.293 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:29.308 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:29.796 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:29.806 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:30.297 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:30.307 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:30.795 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:30.809 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:31.293 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:31.298 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:31.746 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:31.752 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:31.763 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:31.769 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:31.779 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:31.784 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:31.796 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:31.801 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:31.812 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:31.817 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:31.829 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:31.834 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:31.846 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:31.851 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:31.862 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:31.867 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:31.878 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:31.883 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:31.895 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:31.900 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:31.954 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:31.958 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:31.986 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:31.990 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:32.006 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:32.011 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:32.022 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:32.027 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:32.035 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:32.041 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:32.049 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:32.057 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:32.066 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:32.071 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:32.079 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:32.084 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:32.095 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:32.100 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:32.111 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:32.116 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:32.128 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:32.132 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:32.145 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:32.149 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:32.155 27190 27190 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 07:19:32.155 27190 27190 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 07:19:32.161 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:32.166 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:32.178 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:32.182 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:32.208 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:32.213 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:32.228 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:32.232 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:32.311 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:32.317 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:32.349 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:32.354 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:32.378 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:32.384 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:32.545 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:32.551 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:32.814 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:32.823 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:33.131 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.137 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.156 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.162 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:33.180 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.184 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.196 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:33.202 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.212 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:33.217 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:33.232 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:33.237 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:33.246 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:33.251 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:33.263 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:33.268 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:33.279 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.284 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:33.296 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.301 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.313 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:33.318 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.393 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:33.400 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:33.475 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:33.480 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:33.497 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.504 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:33.524 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.531 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:33.551 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.557 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.571 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:33.576 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.591 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:33.598 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:33.613 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:33.620 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:33.633 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:33.638 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:33.652 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.657 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.671 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:33.677 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.693 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:33.700 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:33.722 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:33.727 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:33.740 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:33.744 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:33.757 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:33.761 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:33.804 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:33.809 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.981 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:33.987 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:34.153 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:34.159 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:34.386 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:34.393 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:34.532 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:34.537 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:34.632 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:34.637 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:34.815 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:34.821 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:34.932 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:34.938 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:35.316 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:35.321 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:35.450 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:35.457 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:35.700 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:35.706 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:35.917 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:35.922 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:36.251 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:36.256 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:36.756 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:36.766 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:36.919 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:36.924 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:37.302 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:37.307 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:37.403 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:37.408 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:37.586 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:37.591 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:37.753 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:37.758 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:37.887 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:37.892 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.343 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:38.349 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:38.364 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.373 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:38.382 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:38.388 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.402 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:38.408 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:38.416 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:38.421 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:38.428 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:38.433 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:38.440 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.445 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:38.454 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:38.459 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.471 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:38.476 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:38.488 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:38.493 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:38.504 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:38.510 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:38.521 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:38.527 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:38.558 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:38.564 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:38.632 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:38.636 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:38.656 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:38.662 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:38.678 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:38.683 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:38.696 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.701 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:38.716 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:38.720 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.733 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:38.737 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:38.750 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:38.755 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:38.769 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:38.774 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:38.787 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:38.792 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:38.805 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:38.810 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:38.823 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.829 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:38.843 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:38.848 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.862 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:38.867 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:38.881 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:38.885 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:38.899 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:38.904 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:38.939 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:38.946 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:39.025 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:39.031 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:39.139 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:39.144 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:39.653 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:39.659 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:39.677 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:19:39.677 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:19:39.687 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:39.693 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:39.707 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:39.715 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:39.726 27190 27204 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:19:39.731 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:39.739 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:39.753 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:39.759 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:39.767 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:39.775 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:39.790 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:39.796 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:39.807 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:39.814 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:39.823 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:39.829 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:39.844 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:39.850 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:39.862 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:39.868 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:39.881 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:39.886 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:39.895 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:39.900 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:39.908 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:39.913 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:39.957 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:39.962 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:39.975 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:39.981 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:40.362 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:40.367 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:40.390 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:40.397 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:40.758 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:40.765 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:40.908 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:40.915 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:41.411 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:41.419 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:41.914 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:41.922 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:42.415 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:42.428 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:42.529 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:42.536 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:43.030 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:43.038 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:43.462 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:43.467 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:43.628 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:43.634 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:43.679 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:43.684 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:43.696 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:43.701 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:43.712 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:43.718 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:43.729 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:43.734 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:43.746 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:43.751 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:43.762 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:43.768 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:43.779 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:43.785 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:43.796 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:43.802 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:43.812 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:43.818 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:43.829 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:43.835 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:43.846 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:43.851 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:43.863 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:43.868 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:43.879 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:43.884 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:43.897 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:43.903 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:43.913 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:43.918 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:43.929 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:43.934 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:43.946 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:43.951 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:43.963 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:43.968 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:43.979 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:43.985 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:43.996 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:44.002 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:44.013 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:44.018 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:44.030 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:44.035 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:44.046 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:44.051 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:44.063 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:44.068 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:44.079 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:44.086 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:44.180 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:44.186 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:44.680 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:44.687 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:44.748 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:44.754 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:45.198 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:45.206 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:45.364 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:45.370 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:45.868 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:45.876 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:46.233 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:46.238 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:46.484 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:46.489 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:46.617 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:46.622 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:46.734 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:46.740 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:46.900 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:46.906 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:47.404 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:47.416 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:47.891 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:47.897 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:47.913 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:47.919 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:47.927 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:47.933 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:47.942 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:47.947 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:47.955 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:47.961 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:47.970 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:47.975 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:47.987 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:47.992 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.003 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.009 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.020 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.025 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.037 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.042 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.053 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.057 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.070 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.075 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.104 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.109 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.118 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.123 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.147 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.152 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.161 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.166 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.194 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.199 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.207 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.213 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.222 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.228 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.237 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.243 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.253 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.259 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.294 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.299 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.307 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.313 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.321 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.326 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.337 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.342 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.353 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.358 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.370 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.376 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.387 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.391 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.403 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.408 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.421 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.426 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.437 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.443 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.453 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.459 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.470 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.475 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.487 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.492 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.504 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.510 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.520 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.527 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.537 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.543 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.554 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.560 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.571 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.575 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.587 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.592 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.604 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.609 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.620 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.626 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.637 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.642 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.654 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.659 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.670 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.675 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.687 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.692 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.704 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.710 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.721 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.726 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.737 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.742 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.761 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.767 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.775 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.780 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.788 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.795 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.804 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.810 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.821 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.826 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:48.838 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:48.843 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.854 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.859 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:48.871 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:48.876 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.887 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.893 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:48.926 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:48.931 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.972 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:48.977 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:49.009 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:49.017 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:49.082 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:49.083 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:49.083 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:49.083 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:49.083 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:49.083 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:49.083 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:49.083 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:49.083 27190 27200 W System : A resource failed to call
CursorWindow.close.
01-28 07:19:49.083 27190 27200 W System : A resource failed to call
AbstractCursor.close.
01-28 07:19:49.094 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:49.099 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.116 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:49.123 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:49.138 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.143 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.152 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:49.158 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:49.167 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.175 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:49.184 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:49.191 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:49.199 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:49.205 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:49.214 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:49.220 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.232 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:49.238 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:49.247 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.252 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.260 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:49.267 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.409 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.415 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.427 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:19:49.427 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:19:49.438 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:49.444 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:49.458 27190 27670 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:19:49.638 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.647 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:49.655 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.663 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.672 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:49.679 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.688 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:49.696 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:49.705 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:49.711 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:49.722 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:49.727 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:49.738 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:49.744 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:49.755 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.760 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:49.772 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.778 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.788 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:49.796 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.817 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:49.823 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.838 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:49.845 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:49.855 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:49.861 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:49.872 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:49.877 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:49.888 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.893 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:49.905 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.910 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.940 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:49.945 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:49.959 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:49.964 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:49.973 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:49.979 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:50.045 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:50.050 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:50.074 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:50.079 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:50.092 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:50.098 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:50.108 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:50.113 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:50.141 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:50.148 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:50.155 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:50.161 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:50.172 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:50.178 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:50.189 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:50.195 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:50.206 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:50.211 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:50.223 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:50.227 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:50.239 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:50.245 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:50.256 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:50.261 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:50.272 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:50.277 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:50.300 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:50.305 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:50.323 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:50.328 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:50.439 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:50.447 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:50.942 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:50.951 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:51.443 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:51.452 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:51.545 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:51.553 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:51.574 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:51.579 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:51.591 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:51.595 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:51.608 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:51.613 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:51.624 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:51.630 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:51.641 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:51.646 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:51.660 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:51.666 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:51.675 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:51.680 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:51.691 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:51.696 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:51.708 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:51.713 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:51.724 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:51.730 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:51.741 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:51.747 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:51.808 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:51.814 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:52.025 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:52.031 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:52.225 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:52.232 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:52.309 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:52.315 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:52.476 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:52.483 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:52.659 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:52.666 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:52.778 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:52.783 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:52.993 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:53.000 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:53.077 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:53.084 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:53.110 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:53.115 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:53.328 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:53.333 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:53.427 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:53.433 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:53.594 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:53.599 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:53.828 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:53.834 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:54.012 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:54.019 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:54.145 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:54.150 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:54.345 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:54.350 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:54.562 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:54.568 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:54.763 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:54.768 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:54.963 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:54.969 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:55.465 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:55.474 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:55.966 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:55.979 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:56.469 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:56.478 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:56.970 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:56.983 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:57.184 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:57.190 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:57.372 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:57.378 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:57.400 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:57.407 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:57.567 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:57.572 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:57.767 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:57.775 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:57.867 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:57.872 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:58.018 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:58.024 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:58.385 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:58.391 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:58.637 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:58.642 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:58.769 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:58.775 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:58.957 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:58.963 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:59.236 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:59.241 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:59.253 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:59.257 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:59.269 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:59.274 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:59.287 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:59.292 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:59.304 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:59.310 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:59.321 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:59.327 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:59.338 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:59.343 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:59.354 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:59.360 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:59.371 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:59.377 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:59.387 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:59.391 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:59.404 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:59.409 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:59.420 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:59.425 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:59.437 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:59.442 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:59.453 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:59.459 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:59.470 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:59.475 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:59.487 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:59.492 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:59.512 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:59.518 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:59.527 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:59.531 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:59.539 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:59.544 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:59.554 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:59.558 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:59.570 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:59.575 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:19:59.587 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:59.593 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:19:59.604 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:59.610 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:19:59.620 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:59.627 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:19:59.638 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:19:59.644 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:19:59.738 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:19:59.743 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:00.239 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:00.244 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:00.272 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:00.278 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:00.774 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:00.785 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:01.277 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:01.286 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:01.449 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:01.455 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:01.473 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:01.479 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:01.593 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:01.599 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:01.630 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:01.635 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:01.675 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:01.680 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:01.732 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:01.737 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:01.765 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:01.770 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:01.790 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:01.795 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:01.807 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:01.811 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:01.824 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:01.828 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:01.894 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:01.899 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:01.907 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:20:01.907 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:20:01.936 27190 27203 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:20:02.125 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:02.131 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:02.350 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:02.355 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:02.379 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:02.384 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:02.473 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:02.478 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:02.500 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:02.505 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:02.595 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:02.602 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:02.651 27190 27190 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 07:20:03.145 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 07:20:03.183 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x269
01-28 07:20:03.219 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:20:03.219 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:20:03.219 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:20:03.219 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:20:03.219 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:20:03.219 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 07:20:03.220 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 07:20:03.220 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 07:20:03.229 27190 27190 W Activity: Can request only one set of permissions
at a time
01-28 07:20:03.315 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:03.319 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:03.407 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 07:20:03.407 27190 27751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 07:20:03.413 27190 27764 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 07:20:04.151 27190 27190 E RecyclerView: No adapter attached; skipping layout
01-28 07:20:04.222 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.223 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.223 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.223 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.225 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.225 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.226 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.226 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.226 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.227 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.227 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.228 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.229 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.229 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.230 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.230 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.231 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.231 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.232 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.232 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.232 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.233 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.233 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.233 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.234 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.234 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.234 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.235 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.235 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.235 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.236 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.236 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.237 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.237 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.238 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.238 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.238 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.239 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.239 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.239 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.240 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.240 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.241 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.241 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.242 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.242 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.243 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.244 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.246 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.246 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.247 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.247 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.248 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.248 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.248 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.249 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.249 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.251 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:04.345 27190 27190 E RecyclerView: No adapter attached; skipping layout
01-28 07:20:04.375 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:04.380 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:04.397 27190 27190 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 07:20:04.414 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x1a9
01-28 07:20:31.696 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 07:20:31.714 27190 27198 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 07:20:31.716 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 07:20:32.009 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 07:20:32.013 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 07:20:32.015 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 07:20:32.046 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.046 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.047 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.047 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.048 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.049 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.049 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.050 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.050 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.050 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.051 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.051 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.052 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.052 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.053 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.055 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.055 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.056 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.057 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.057 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.058 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.058 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:20:32.086 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:32.090 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:32.093 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:32.117 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:32.122 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:32.125 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:32.143 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:32.148 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:32.151 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:32.189 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:32.195 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:32.198 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:32.672 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:32.678 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:32.683 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:33.176 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:33.185 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:33.190 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:33.678 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:33.688 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:33.695 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:34.179 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:34.194 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:34.199 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:34.680 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:34.689 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:34.697 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:34.990 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:34.995 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:34.998 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:35.056 27190 27190 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 07:20:35.056 27190 27190 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 07:20:35.286 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:35.290 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.316 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:35.423 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:35.429 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:35.434 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:35.480 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:35.485 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.488 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:35.553 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:35.558 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:35.562 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:35.588 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:20:35.588 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:20:35.618 27190 27670 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:20:35.620 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:35.626 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.630 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:35.652 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.658 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:35.662 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.675 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.683 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:35.688 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.703 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.709 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:35.714 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.725 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.735 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:35.742 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.764 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.774 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:35.780 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.865 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.870 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:35.873 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.887 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:35.891 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:35.896 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:36.397 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:36.411 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:36.418 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:36.575 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:36.580 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:36.584 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:36.616 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.621 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:36.625 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.643 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.650 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:36.654 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.701 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.706 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:36.710 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.721 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.727 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:36.732 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.755 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.761 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:36.766 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.784 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.791 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:36.795 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.810 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.816 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:36.821 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:36.878 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:36.883 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:36.888 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:37.381 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:37.392 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:37.404 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:37.746 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:37.752 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:37.755 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.249 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:38.258 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.267 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:38.553 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:38.558 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.562 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:38.571 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:38.578 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.582 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:38.590 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.597 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:38.601 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.609 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.614 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.619 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.627 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:38.632 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:38.635 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:38.643 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:38.648 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.652 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:38.660 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.665 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:38.668 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.705 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:38.708 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.738 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:38.742 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:38.760 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:38.764 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.778 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.783 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.787 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.795 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.801 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.805 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.815 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.821 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.826 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.834 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.839 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.843 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.850 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.855 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.858 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.865 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.869 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.873 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.881 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.885 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.888 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.897 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.902 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:38.906 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:38.925 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.930 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:38.933 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.948 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:38.953 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:38.958 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:39.282 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:39.287 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:39.292 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:39.320 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:39.324 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:39.328 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:39.364 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:39.368 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:39.422 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:39.427 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:39.452 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:39.457 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:39.477 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:39.482 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:39.491 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:39.497 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:39.515 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:39.520 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:39.790 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:39.796 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:39.805 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:20:39.805 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:20:39.817 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:39.822 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:39.840 27190 27202 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:20:40.091 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:40.096 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:40.123 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:40.128 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:40.318 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:40.327 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:40.821 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:40.829 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.290 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:41.295 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:41.304 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:41.310 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.322 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.327 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.337 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.343 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:41.353 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:41.358 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:41.371 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:41.375 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.386 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.390 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.402 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.407 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:41.419 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:41.423 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:41.436 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:41.440 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:41.452 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:41.458 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:41.485 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:41.488 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:41.512 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.517 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:41.531 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:41.536 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:41.547 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:41.551 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:41.558 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:41.563 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.570 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:41.575 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:41.585 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.591 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.602 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:41.608 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:41.619 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.624 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:41.635 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:41.641 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:41.652 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:41.656 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:41.668 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:41.673 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.685 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:41.690 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:41.702 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.707 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.718 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:41.723 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:41.743 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:41.748 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.768 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:41.776 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:41.835 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:41.841 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:42.139 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:42.145 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:42.165 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:42.171 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:42.180 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:42.186 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:42.193 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:42.198 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:42.206 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:42.211 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:42.220 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:42.225 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:42.237 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:42.243 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:42.256 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:42.261 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:42.270 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:42.276 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:42.286 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:42.291 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:42.303 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:42.307 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:42.319 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:42.325 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:42.336 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:42.342 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:42.638 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:42.647 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:43.138 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:43.145 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:43.172 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:43.178 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:43.605 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:43.611 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:43.857 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:43.863 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:44.024 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:44.033 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:44.543 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:44.556 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:44.678 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:44.684 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:44.704 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:44.712 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:44.729 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:44.735 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:44.752 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:44.759 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:44.776 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:44.782 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:44.797 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:44.802 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:44.817 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:44.822 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:44.836 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:44.845 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:44.857 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:44.864 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:44.880 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:44.885 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:44.901 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:44.907 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:44.920 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:44.927 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:44.941 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:44.947 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:44.962 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:44.967 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:44.991 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:44.996 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:45.043 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:45.049 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:45.275 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:45.280 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:45.464 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:45.470 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:45.810 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:45.815 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:45.977 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:45.985 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:46.480 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:46.489 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:46.644 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:46.650 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:46.828 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:46.838 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:47.145 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:47.151 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:47.645 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:47.653 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:48.147 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:48.160 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:48.651 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:48.664 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:48.848 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:48.856 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:49.066 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:49.071 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:49.332 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:49.341 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:49.531 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:49.538 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:49.766 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:49.773 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:50.282 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:50.289 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:50.632 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:50.639 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:50.803 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:50.814 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:51.200 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:51.208 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:51.383 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:51.392 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:51.802 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:51.808 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:51.971 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:51.982 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:52.268 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:52.274 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:52.285 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:52.290 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:52.302 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:52.307 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:52.318 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:52.324 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:52.335 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:52.340 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:52.353 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:52.359 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:52.369 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:52.375 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:52.386 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:52.392 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:52.403 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:52.409 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:52.419 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:52.424 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:52.436 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:52.442 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:52.452 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:52.458 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:52.469 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:52.474 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:52.486 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:52.492 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:52.502 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:52.508 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:52.519 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:52.526 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:52.536 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:52.542 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:52.554 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:52.560 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:52.569 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:52.575 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:52.586 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:52.592 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:52.602 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:52.607 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:52.619 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:52.624 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:52.636 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:52.642 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:52.652 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:52.658 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:52.669 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:52.676 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:52.769 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:52.776 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:53.034 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:53.040 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:53.056 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:20:53.056 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:20:53.065 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:53.071 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:53.089 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:53.091 27190 27204 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:20:53.096 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:53.109 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:53.115 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:53.122 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:53.128 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:53.140 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:53.146 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:53.154 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:53.160 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:53.171 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:53.177 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:53.187 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:53.192 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:53.204 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:53.210 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:53.221 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:53.227 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:53.237 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:53.241 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:53.253 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:53.258 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:53.270 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:53.274 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:53.287 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:53.292 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:53.304 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:53.311 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:53.355 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:53.361 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:53.389 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:53.395 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:53.793 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:53.800 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:53.856 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:53.864 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:53.910 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:53.918 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:53.973 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:53.980 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:54.027 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:54.033 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:54.089 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:54.096 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:54.141 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:54.146 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:54.206 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:54.215 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:54.258 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:54.264 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:54.326 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:54.331 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:54.342 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:54.349 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:54.359 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:54.365 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:54.373 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:54.379 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:54.388 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:54.393 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:54.405 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:54.410 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:54.422 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:54.427 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:54.438 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:54.443 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:54.455 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:54.460 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:54.471 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:54.477 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:54.488 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:54.493 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:54.505 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:54.511 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:54.522 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:54.526 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:54.572 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:54.577 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:54.639 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:54.646 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:54.690 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:54.696 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:54.756 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:54.763 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:54.808 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:54.814 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:54.823 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:54.830 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:55.342 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:55.352 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:55.844 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:55.854 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:56.246 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:56.252 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:56.269 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:56.275 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:56.285 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:56.291 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:56.299 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:56.306 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:56.312 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:56.318 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:56.326 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:56.331 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:56.341 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:56.346 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:56.362 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:56.369 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:56.391 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:56.398 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:56.408 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:56.414 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:56.425 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:56.436 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:56.458 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:56.464 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:56.559 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:56.565 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:56.759 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:56.764 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:56.842 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:56.847 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:57.009 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:57.014 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:57.042 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:57.047 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:57.209 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:57.214 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:57.243 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:57.249 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:57.410 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:57.416 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:57.460 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:57.465 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:57.610 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:57.615 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:57.777 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:57.782 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:57.844 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:57.849 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:57.944 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:20:57.949 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:58.112 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:20:58.118 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:20:58.614 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:20:58.626 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:59.114 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:20:59.127 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:20:59.615 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:20:59.622 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:00.114 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:00.123 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.387 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:00.393 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.405 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.411 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:00.422 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:00.428 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:00.437 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.443 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:00.451 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:00.456 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:00.466 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:00.471 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:00.482 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:00.486 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:00.499 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:00.503 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:00.515 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:00.520 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:00.532 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:00.537 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.551 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.556 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:00.566 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:00.572 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:00.584 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:00.590 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:00.599 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:00.604 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:00.616 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:00.620 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:00.632 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:00.637 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:00.650 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:00.655 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:00.665 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:00.670 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:00.681 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:00.686 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:00.698 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:00.702 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:00.715 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:00.721 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.731 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:00.736 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:00.748 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.752 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:00.765 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:00.770 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:00.782 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:00.787 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:00.799 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:00.806 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:00.815 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:00.819 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:00.831 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:00.836 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.848 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:00.853 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:00.865 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:00.869 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:01.115 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:01.123 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:01.350 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:01.356 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:01.387 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:01.393 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:01.427 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:01.431 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:01.472 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:01.478 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:01.503 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:01.509 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:01.530 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:01.535 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:01.546 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:01.552 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:01.566 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:01.570 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:01.583 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:01.588 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:01.885 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:01.894 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:01.923 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:01.930 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:01.941 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:21:01.941 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:21:01.962 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:01.967 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:01.975 27190 27202 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:21:02.210 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:02.215 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.226 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:02.232 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:02.240 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:02.245 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:02.301 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.306 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:02.385 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:02.393 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.636 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:02.644 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:02.655 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:02.663 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:02.674 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:02.683 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:02.702 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:02.709 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:02.718 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:02.726 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:02.735 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.740 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:02.752 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:02.759 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.768 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:02.774 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:02.785 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:02.791 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:02.801 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:02.805 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:02.818 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:02.823 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:02.834 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:02.839 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:02.851 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.856 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:02.868 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:02.873 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.885 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:02.889 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:02.902 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:02.906 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.921 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.926 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:02.936 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:02.940 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:02.952 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:02.957 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:02.969 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:02.974 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:02.987 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:02.991 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.003 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.007 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.019 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.023 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:03.036 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.040 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.053 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.058 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.069 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.073 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.086 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.090 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.103 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:03.109 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.139 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.143 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.165 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:03.168 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.184 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.189 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:03.199 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.203 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.211 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.215 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.226 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.232 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.239 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.244 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.252 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.257 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.269 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:03.274 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.285 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.290 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:03.302 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.306 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.319 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.325 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.335 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.341 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.352 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.357 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.368 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.374 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.394 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.398 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:03.419 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.424 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.722 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.729 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.749 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.755 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.764 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.769 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.777 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.783 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.790 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.795 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.803 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.809 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.820 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:03.826 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.839 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.844 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:03.853 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.858 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:03.869 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.874 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.886 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.891 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:03.903 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.908 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:03.920 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:03.924 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:03.936 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:03.941 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:04.104 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:04.109 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:04.271 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:04.276 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:04.288 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:04.293 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:04.521 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:04.526 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:04.722 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:04.727 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:04.855 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:04.861 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:05.006 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:05.012 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:05.489 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:05.494 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:05.520 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:05.525 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:05.559 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:05.563 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:05.607 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:05.612 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:05.638 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:05.643 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:05.666 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:05.671 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:05.678 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:05.684 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:05.706 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:05.711 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:05.722 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:05.727 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:05.893 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:05.899 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:05.909 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:21:05.910 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:21:05.939 27190 27204 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:21:06.006 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:06.012 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:06.210 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:06.215 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:06.233 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:06.237 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:06.273 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:06.279 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:06.298 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:06.302 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:06.329 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:06.333 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:06.390 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:06.397 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:06.516 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:06.521 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:06.971 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:06.977 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:06.999 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:07.004 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:48.480 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 07:21:48.530 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-28 07:21:48.588 27190 27190 W Activity: Can request only one set of permissions
at a time
01-28 07:21:49.540 27190 27190 E RecyclerView: No adapter attached; skipping layout
01-28 07:21:49.616 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.617 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.617 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.617 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.618 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.618 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.618 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.619 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.619 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.619 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.620 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.620 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.620 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.621 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.621 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.622 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.622 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.623 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.623 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.624 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.624 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.625 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.625 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.625 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.626 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.626 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.626 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.627 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.627 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.627 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.628 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.628 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.628 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.629 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.629 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.630 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.630 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.630 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.630 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.631 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.631 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.631 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.632 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.632 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.632 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.633 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.633 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.634 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.634 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.634 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.635 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.635 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.636 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.636 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.636 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.637 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.638 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:49.649 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
01-28 07:21:49.694 27190 27190 E RecyclerView: No adapter attached; skipping layout
01-28 07:21:49.771 27190 27386 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=eee89560-2b44-4e4d-bfdd-dd26361c280e, generation=0)
01-28 07:21:51.027 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 07:21:51.034 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 07:21:51.223 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 07:21:51.226 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 07:21:51.256 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:51.256 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:51.257 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:51.257 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:51.258 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:51.258 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:51.286 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:51.289 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:51.356 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:51.359 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:51.409 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:51.413 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:51.894 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:51.899 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:51.930 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:51.934 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:52.011 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:52.015 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:52.122 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:52.125 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:52.508 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:52.514 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:53.283 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 07:21:53.290 27190 27190 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 07:21:53.610 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 07:21:53.615 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 07:21:53.619 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 07:21:53.656 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.657 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.657 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.657 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.658 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.658 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.658 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.659 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.659 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.659 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.659 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.660 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.660 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.660 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.661 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.661 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.662 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.662 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.662 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.663 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.663 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.664 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.665 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.666 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.666 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.667 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.667 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.668 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.669 27190 27190 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:21:53.697 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:53.701 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:53.704 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:53.727 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:53.734 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:53.737 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:53.755 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:53.760 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:53.764 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:53.804 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:53.809 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:53.813 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:54.297 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:54.303 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:54.308 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:54.630 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:54.638 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:54.643 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:54.735 27190 27190 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 07:21:54.735 27190 27190 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 07:21:54.798 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:54.803 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:54.807 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:54.940 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:54.948 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:54.953 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:54.971 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:54.981 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:54.990 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:55.133 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:55.138 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:55.142 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:55.302 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:55.314 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:55.318 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:55.802 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:55.812 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:55.816 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:55.965 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:55.971 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:55.977 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:56.007 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.018 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:56.022 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.034 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.044 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:56.056 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.087 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.101 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:56.110 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.138 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.154 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:56.161 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.187 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.194 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:56.199 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.219 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.228 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:56.236 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.268 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:56.274 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:56.279 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:56.401 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:56.407 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:56.413 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:56.903 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:56.913 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:56.921 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:57.085 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:57.094 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:57.105 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:57.356 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:57.368 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:57.378 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:57.486 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:57.493 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:57.499 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:57.653 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:57.663 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:57.669 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:57.836 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:57.841 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:57.847 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:57.920 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:57.926 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:57.931 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:58.154 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:58.167 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:58.172 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:58.237 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:58.247 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:58.251 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:58.339 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:58.344 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:58.348 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:58.604 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:58.610 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:58.614 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:58.704 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:58.710 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:58.714 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:58.871 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:58.877 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:58.881 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:58.938 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:58.944 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:58.948 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:59.056 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:59.063 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:59.067 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:59.440 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:59.446 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:59.450 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:21:59.606 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:59.611 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:21:59.616 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:21:59.873 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:59.879 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:21:59.883 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:21:59.957 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:21:59.963 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:21:59.967 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:00.207 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:00.213 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:00.217 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:00.323 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:00.331 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:00.337 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:00.744 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:00.750 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:00.753 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:00.774 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:00.780 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:00.784 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:01.277 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:01.284 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:01.290 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:01.376 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:01.382 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:01.386 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:01.420 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:01.426 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:01.431 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:01.470 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:01.475 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:01.492 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:01.497 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:01.509 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:01.514 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:01.582 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:01.589 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:01.620 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:01.639 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:01.670 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:01.676 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:01.683 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:01.690 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:01.916 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:01.922 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:01.940 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:22:01.940 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:22:01.945 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:01.954 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:02.035 27190 27670 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:22:02.215 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:02.220 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:02.248 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:02.253 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:02.445 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:02.454 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:02.946 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:02.957 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:03.449 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:03.458 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:03.700 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:03.706 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:03.729 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:03.735 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:03.745 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:03.750 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:03.762 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:03.767 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:03.779 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:03.785 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:03.796 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:03.801 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:03.815 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:03.821 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:03.830 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:03.835 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:03.846 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:03.851 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:03.862 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:03.867 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:03.879 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:03.884 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:03.895 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:03.900 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:04.063 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:04.068 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:04.214 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:04.219 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:04.563 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:04.568 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:04.747 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:04.753 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:04.914 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:04.926 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:05.031 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:05.037 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:05.164 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:05.170 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:05.532 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:05.537 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:05.682 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:05.687 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:05.849 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:05.855 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:06.083 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:06.088 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:06.166 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:06.172 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:06.333 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:06.341 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:06.634 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:06.639 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:07.137 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:07.144 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:07.369 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:07.375 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:07.501 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:07.507 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:08.004 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:08.010 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:08.136 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:08.143 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:08.320 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:08.326 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:08.536 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:08.542 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:08.920 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:08.926 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:09.137 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:09.142 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:09.304 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:09.310 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:09.538 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:09.543 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:09.705 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:09.711 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:09.972 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:09.977 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:10.089 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:10.095 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:10.274 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:10.280 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:10.421 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:10.427 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:10.443 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:10.449 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:10.623 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:10.628 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:10.789 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:10.794 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:10.990 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:10.995 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:11.341 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:11.346 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:11.507 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:11.512 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:11.541 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:11.546 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:11.658 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:11.663 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:12.161 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:12.168 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:12.664 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:12.676 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:13.095 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:13.101 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:13.132 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:13.138 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:13.175 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:13.181 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:13.229 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:13.234 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:13.254 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:13.258 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:13.280 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:13.285 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:13.293 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:13.298 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:13.310 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:13.315 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:13.380 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:13.384 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:13.393 27190 27625 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 07:22:13.393 27190 27625 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 07:22:13.422 27190 27670 W MediaPlayerNative: info/warning (10973, 0)
01-28 07:22:13.629 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:13.636 27190 27190 E ArmVmp : Match on catch block at 0xc---------
beginning of main
01-28 07:22:13.683 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:13.688 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:13.714 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:13.719 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:14.130 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:22:14.138 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:14.633 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:14.642 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:15.135 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:15.144 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:15.636 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:15.645 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:22:16.131 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:16.136 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:22:16.224 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:16.231 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:16.449 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:22:16.455 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:16.482 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:22:16.490 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:22:16.652 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:22:16.665 27190 27190 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:26:18.692 1252 1252 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 07:26:18.921 1252 1252 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 07:26:18.923 1252 1252 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 07:26:18.923 1252 1252 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 07:26:18.923 1252 1252 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 07:26:18.923 1252 1252 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 07:26:18.923 1252 1252 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 07:26:18.923 1252 1252 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 07:26:18.923 1252 1252 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 07:26:18.923 1252 1252 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 07:26:18.923 1252 1252 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 07:26:18.923 1252 1252 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 07:26:18.923 1252 1252 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 07:26:18.923 1252 1252 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 07:26:18.923 1252 1252 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 07:26:18.924 1252 1252 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 07:26:18.924 1252 1252 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 07:26:18.924 1252 1252 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 07:26:18.924 1252 1252 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:26:18.924 1252 1252 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 07:26:18.924 1252 1252 W System.err: at andr--------- beginning of main
01-28 07:26:18.952 1252 1252 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-28 07:26:19.682 1252 1252 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:26:19.682 1252 1252 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:26:20.079 1252 1298 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 07:26:20.079 1252 1298 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 07:26:20.079 1252 1298 W com.whatsapp: and incorrect proguard
optimizations.
01-28 07:29:59.843 4163 4163 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 07:30:00.165 4163 4163 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 07:30:00.170 4163 4163 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 07:30:00.170 4163 4163 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 07:30:00.170 4163 4163 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 07:30:00.170 4163 4163 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 07:30:00.170 4163 4163 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 07:30:00.170 4163 4163 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 07:30:00.170 4163 4163 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 07:30:00.170 4163 4163 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 07:30:00.170 4163 4163 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 07:30:00.170 4163 4163 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 07:30:00.171 4163 4163 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 07:30:00.171 4163 4163 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 07:30:00.171 4163 4163 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 07:30:00.171 4163 4163 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 07:30:00.171 4163 4163 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 07:30:00.171 4163 4163 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 07:30:00.171 4163 4163 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:30:00.171 4163 4163 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 07:30:00.171 4163 4163 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 07:30:00.171 4163 4163 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 07:30:00.171 4163 4163 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 07:30:00.171 4163 4163 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 07:30:00.213 4163 4163 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-28 07:30:00.862 4163 4163 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTic--------- beginning
of main
01-28 07:30:01.125 4163 4222 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 07:30:01.125 4163 4222 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 07:30:01.125 4163 4222 W com.whatsapp: and incorrect proguard
optimizations.
01-28 07:42:48.259 10763 10763 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 07:42:48.644 10763 10763 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 07:42:48.654 10763 10763 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 07:42:48.655 10763 10763 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 07:42:48.655 10763 10763 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 07:42:48.655 10763 10763 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 07:42:48.655 10763 10763 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 07:42:48.655 10763 10763 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 07:42:48.655 10763 10763 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 07:42:48.655 10763 10763 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 07:42:48.655 10763 10763 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 07:42:48.655 10763 10763 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 07:42:48.655 10763 10763 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 07:42:48.655 10763 10763 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 07:42:48.655 10763 10763 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 07:42:48.655 10763 10763 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 07:42:48.655 10763 10763 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 07:42:48.655 10763 10763 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 07:42:48.655 10763 10763 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:42:48.655 10763 10763 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 07:42:48.655 10763 10763 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 07:42:48.655 10763 10763 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 07:42:48.655 10763 10763 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 07:42:48.655 10763 10763 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 07:42:48.710 10763 10763 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-28 07:42:49.480 10763 10763 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:42:49.481 10763 10763 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:42:49.748 10763 10844 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 07:42:49.748 10763 10844 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 07:42:49.748 10763 10844 W com.whatsapp: and incorrect proguard
optimizations.
01-28 07:46:50.353 10763 10763 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 07:46:50.615 10763 10763 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 07:46:51.246 10763 10763 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 07:46:51.291 10763 10763 E ArmVmp : Match on catch block at 0x0a in for
0x279
01-28 07:46:51.342 10763 10763 W Activity: Can request only one set of permissions
at a time
01-28 07:46:51.368 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:46:51.368 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:46:51.368 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:46:51.368 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:46:51.368 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:46:51.369 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 07:46:51.369 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 07:46:51.369 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 07:46:51.584 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 07:46:51.584 10763 12406 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 07:46:52.573 10763 10763 E RecyclerView: No adapter attached; skipping layout
01-28 07:46:52.700 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.701 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.701 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.701 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.703 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.703 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.703 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.703 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.704 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.704 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.704 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.705 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.705 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.705 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.706 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.706 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.706 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.706 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.707 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.707 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.708 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.708 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.708 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.709 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.709 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.709 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.710 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.710 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.711 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.711 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.711 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.712 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.712 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.714 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.714 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.715 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.716 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.716 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.716 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.716 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.717 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.717 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.718 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.718 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.718 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.718 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.719 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.719 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.720 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.720 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.720 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.721 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.721 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.721 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.722 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.722 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.723 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.725 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:52.806 10763 10763 E RecyclerView: No adapter attached; skipping layout
01-28 07:46:52.827 10763 10763 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
01-28 07:46:53.015 10763 12446 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 07:46:53.084 10763 12451 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 07:46:53.345 10763 10763 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 07:46:56.713 10763 10763 W TabLayout: MODE_SCROLLABLE + GRAVITY_FILL is not
supported, GRAVITY_START will be used instead
01-28 07:46:56.794 10763 10763 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 07:46:57.029 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{7448791 VF.D..CL. ......ID 0,0-180,180 #7f0b1814
app:id/shutter} during layout: running second layout pass
01-28 07:46:57.030 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{4a216f6 V.ED..... ......ID 0,0-180,180 #7f0b14fc
app:id/recording_progress} during layout: running second layout pass
01-28 07:46:57.030 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{446eaf7 VF.D..C.. ......ID 0,0-135,135 #7f0b1976
app:id/switch_camera_btn} during layout: running second layout pass
01-28 07:46:57.030 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{fd37d64 VFED..C.. ......ID 0,0-135,135 #7f0b0b0d
app:id/gallery_btn} during layout: running second layout pass
01-28 07:46:57.030 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{c990bcd VF.D..C.. ......ID 0,0-135,135 #7f0b0a9c
app:id/flash_btn} during layout: running second layout pass
01-28 07:46:57.030 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{c50ac82 VFED..C.. ......ID 0,0-135,135 #7f0b057f
app:id/close_camera_btn} during layout: running second layout pass
01-28 07:46:57.030 10763 10763 W View : requestLayout() improperly called by
X.4Ki{1753f93 V.ED..... ......ID 0,6-1080,141} during layout: running second layout
pass
01-28 07:46:57.061 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:57.063 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:46:57.083 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{7448791 VF.D..CL. ......ID 450,1691-630,1871 #7f0b1814
app:id/shutter aid=1073741868} during layout: running second layout pass
01-28 07:46:57.083 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{4a216f6 V.ED..... ......ID 450,1691-630,1871
#7f0b14fc app:id/recording_progress} during layout: running second layout pass
01-28 07:46:57.083 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{446eaf7 VF.D..C.. ......ID 921,1712-1056,1847 #7f0b1976
app:id/switch_camera_btn aid=1073741869} during layout: running second layout pass
01-28 07:46:57.083 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{fd37d64 VFED..C.. ......ID 24,1712-159,1847 #7f0b0b0d
app:id/gallery_btn aid=1073741870} during layout: running second layout pass
01-28 07:46:57.083 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{c990bcd VF.D..C.. ......I. 921,24-1056,159 #7f0b0a9c
app:id/flash_btn aid=1073741871} during layout: running second layout pass
01-28 07:46:57.083 10763 10763 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{c50ac82 VFED..C.. ......I. 24,24-159,159 #7f0b057f
app:id/close_camera_btn aid=1073741872} during layout: running second layout pass
01-28 07:47:00.801 10763 10856 W AudioCapabilities: Unsupported mime audio/x-ima
01-28 07:47:00.801 10763 10856 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-28 07:47:00.801 10763 10856 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-28 07:47:00.802 10763 10856 W VideoCapabilities: Unsupported mime video/wvc1
01-28 07:47:00.802 10763 10856 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-28 07:47:00.811 10763 10856 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
01-28 07:47:01.086 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:47:01.088 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:47:01.089 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:47:01.089 10763 10763 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:47:01.258 10763 12067 W MediaPlayerNative: info/warning (3, 0)
01-28 07:47:05.191 10763 12651 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 07:47:05.590 10763 12675 W CCodec : can't get ro.hardware.chipname
01-28 07:47:05.590 10763 12675 W CCodec : can't setup for [erd3830]
01-28 07:47:05.596 10763 12675 W Codec2Client: query -- param skipped: index =
3254781982.
01-28 07:47:05.608 10763 12675 W CCodec : can't get ro.hardware.chipname
01-28 07:47:05.609 10763 12675 W CCodec : can't setup for [erd3830]
01-28 07:47:05.609 10763 12675 W CCodec : can't get ro.hardware.chipname
01-28 07:47:05.609 10763 12675 W CCodec : can't setup for [erd3830]
01-28 07:47:05.641 10763 12675 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 07:47:05.653 10763 12675 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 07:47:05.669 10763 12675 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 07:47:05.669 10763 12675 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 07:47:05.669 10763 12675 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 07:47:05.669 10763 12675 W Codec2Client: query -- param skipped: index =
1342179342.
01-28 07:47:05.669 10763 12675 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 07:47:05.670 10763 12675 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 07:47:05.849 10763 12697 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 07:47:05.857 10763 12697 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 07:47:05.857 10763 12697 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 07:47:05.870 10763 12697 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 07:47:05.870 10763 12697 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 07:47:05.870 10763 12697 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 07:47:05.870 10763 12697 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 07:47:06.000 10763 12721 E MPEG4Writer: Already have codec specific data
01-28 07:47:06.436 10763 12659 E MPEG4Writer: Stop() called but track is not
started or stopped
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=f1ce3883-02fc-49c1-a9f5-64b9aef76aae transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=1.7777778
is_animated_sticker=0 file_hash=null
file_path=/data/user/0/com.whatsapp/files/.Shared/1a515a48-3d8d-49a4-bd35-
a0da15b218e5.mp4 file_size=7551362 partial_media_hash=null face_x=0 face_y=0
height=0 trim_to=0 media_key_timestamp=0 message_url=null media_caption=null
trim_from=0 mime_type=null partial_media_enc_hash=null width=0
original_file_hash=null has_streaming_sidecar=0 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=627 multicast_id=null enc_file_hash=null
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=7551362 media_name=1a515a48-3d8d-49a4-bd35-a0da15b218e5.mp4
media_duration=33 chat_row_id=119 media_key=null
01-28 07:47:07.639 10763 10841 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 07:47:07.639 10763 10841 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 07:47:14.330 10763 10841 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=f1ce3883-02fc-49c1-a9f5-64b9aef76aae transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/28701773_353190664334195_8721693372265223422_n.enc?ccb=11-
4&oh=01_AdSgAnETd3Ae7cGjG-5JMYCEzrsYITzNxg5nnWPaMN8q6A&oe=65DDC5D2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=slP9yk+dtS7iwM4ihwL5tzRFBbCVJ5KiIKUnG/q5jl0= file_path=Media/WhatsApp
Video/Sent/VID-20240128-WA0000.mp4 file_size=7551362 partial_media_hash=null
face_x=0 face_y=0 height=1024 trim_to=0 media_key_timestamp=1706449627726
message_url=https://mmg.whatsapp.net/v/t62.7161-
24/28701773_353190664334195_8721693372265223422_n.enc?ccb=11-
4&oh=01_AdSgAnETd3Ae7cGjG-
5JMYCEzrsYITzNxg5nnWPaMN8q6A&oe=65DDC5D2&_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=0 media_upload_handle=null message_row_id=627
multicast_id=null enc_file_hash=8tmQ4+VIF2jk7HkXWfO1cu7ozvX/LidXe6s68Mp+MD0=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=7551362 media_name=1a515a48-3d8d-49a4-bd35-a0da15b218e5.mp4
media_duration=33 chat_row_id=119 media_key=[B@fd73e38
01-28 07:47:14.330 10763 10841 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 07:47:14.330 10763 10841 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 07:47:14.330 10763 10841 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLi---------
beginning of main
01-28 07:48:01.718 14671 14671 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 07:48:01.947 14671 14671 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 07:48:01.951 14671 14671 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 07:48:01.951 14671 14671 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 07:48:01.951 14671 14671 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 07:48:01.951 14671 14671 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 07:48:01.951 14671 14671 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 07:48:01.951 14671 14671 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 07:48:01.951 14671 14671 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 07:48:01.951 14671 14671 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 07:48:01.951 14671 14671 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 07:48:01.951 14671 14671 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 07:48:01.951 14671 14671 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 07:48:01.951 14671 14671 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 07:48:01.951 14671 14671 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 07:48:01.951 14671 14671 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 07:48:01.951 14671 14671 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 07:48:01.951 14671 14671 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 07:48:01.951 14671 14671 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:48:01.951 14671 14671 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 07:48:01.951 14671 14671 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 07:48:01.951 14671 14671 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 07:48:01.951 14671 14671 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 07:48:01.951 14671 14671 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 07:48:01.978 14671 14671 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-28 07:48:02.655 14671 14671 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:48:02.655 14671 14671 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:48:02.970 14671 14716 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 07:48:02.970 14671 14716 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 07:48:02.970 14671 14716 W com.whatsapp: and incorrect proguard
optimizations.
01-28 07:48:03.663 14671 14755 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!
(parcel size = 604)
01-28 07:48:10.620 14671 14671 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 07:48:10.776 14671 14671 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 07:48:11.331 14671 14671 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 07:48:11.370 14671 14671 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-28 07:48:11.385 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:48:11.385 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:48:11.385 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:48:11.385 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:48:11.385 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 07:48:11.385 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 07:48:11.386 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 07:48:11.386 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 07:48:11.449 14671 14671 W Activity: Can request only one set of permissions
at a time
01-28 07:48:11.482 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 07:48:11.482 14671 14836 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 07:48:12.554 14671 14671 E RecyclerView: No adapter attached; skipping layout
01-28 07:48:12.658 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.658 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.659 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.659 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.660 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.660 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.661 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.661 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.661 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.661 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.662 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.662 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.663 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.663 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.663 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.663 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.664 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.664 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.664 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.664 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.665 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.665 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.666 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.666 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.666 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.666 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.667 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.667 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.667 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.668 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.668 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.668 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.669 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.669 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.669 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.670 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.670 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.670 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.671 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.671 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.671 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.672 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.672 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.672 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.673 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.673 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.673 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.674 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.674 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.674 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.675 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.675 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.675 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.676 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.676 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.677 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.677 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.679 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:12.745 14671 14671 E RecyclerView: No adapter attached; skipping layout
01-28 07:48:12.759 14671 14671 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-28 07:48:12.944 14671 14860 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 07:48:13.226 14671 14671 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 07:48:15.154 14671 14936 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 07:48:15.154 14671 14936 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 07:48:15.181 14671 14679 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 07:48:15.477 14671 14671 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 07:48:15.488 14671 14671 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 07:48:15.874 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 07:48:15.883 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 07:48:15.928 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.928 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.929 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.929 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.930 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.930 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.931 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.931 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.932 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.933 14671 14671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 07:48:15.991 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:15.996 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:16.034 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:16.039 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:16.099 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:16.105 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:16.446 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:16.451 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:16.503 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:16.508 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:16.557 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:16.562 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:16.610 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:16.615 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:16.649 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:16.654 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:16.680 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:16.687 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:16.711 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:16.716 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:16.759 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:16.764 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:16.791 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:16.797 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:16.838 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:16.844 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:16.882 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:16.888 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:16.955 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:16.961 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:16.972 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:16.978 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:16.987 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:16.991 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:17.000 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:17.004 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:17.028 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:17.034 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:17.056 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:17.062 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:17.103 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:17.108 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:17.121 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:17.125 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:17.138 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:17.142 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:17.151 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:17.155 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:17.331 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:17.334 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:17.530 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:17.538 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:17.549 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:17.556 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:17.567 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:17.573 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:17.582 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:17.588 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:17.597 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:17.602 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:17.613 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:17.618 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:17.630 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:17.635 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:17.646 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:17.651 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:17.663 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:17.666 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:17.680 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:17.684 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:17.696 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:17.700 14671 14671 E ArmVmp : Match on--------- beginning of main
01-28 07:48:17.713 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:17.716 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:17.730 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:17.734 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:17.746 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:17.750 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:17.763 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:17.767 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:17.779 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:17.784 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:17.797 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:17.801 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:18.148 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:18.154 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:18.650 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:18.656 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:19.152 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:19.161 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:19.655 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:19.661 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:20.156 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:20.163 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:20.655 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:20.666 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:21.157 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:21.164 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:21.674 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:21.686 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:22.175 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:22.184 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:22.677 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:22.688 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 07:48:23.177 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:23.184 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:23.678 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:23.685 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:24.179 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:24.186 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:24.674 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:24.678 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 07:48:25.175 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 07:48:25.179 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 07:48:25.325 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:25.330 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 07:48:25.769 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 07:48:25.774 14671 14671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 07:48:27.442 14994 14994 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 07:48:27.612 14994 14994 W System.err: ja--------- beginning of main
01-28 07:48:27.613 14994 14994 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 07:48:27.613 14994 14994 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 07:48:27.613 14994 14994 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 07:48:27.613 14994 14994 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 07:48:27.613 14994 14994 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 07:48:27.613 14994 14994 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 07:48:27.613 14994 14994 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 07:48:27.613 14994 14994 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 07:48:27.613 14994 14994 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 07:48:27.613 14994 14994 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 07:48:27.613 14994 14994 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 07:48:27.613 14994 14994 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 07:48:27.613 14994 14994 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 07:48:27.613 14994 14994 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 07:48:27.613 14994 14994 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 07:48:27.613 14994 14994 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 07:48:27.613 14994 14994 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 07:48:27.613 14994 14994 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 07:48:27.613 14994 14994 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 07:48:27.613 14994 14994 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 07:48:27.613 14994 14994 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 07:48:27.613 14994 14994 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 07:48:27.624 14994 14994 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-28 07:48:27.674 14994 15028 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 07:48:27.841 14994 14994 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 07:48:27.842 14994 14994 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 07:48:28.036 14994 15064 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 07:48:28.036 14994 15064 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 07:48:28.036 14994 15064 W com.whatsapp: and incorrect proguard
optimizations.
01-28 08:44:17.039 27949 27949 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 08:44:17.335 27949 27949 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 08:44:17.338 27949 27949 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 08:44:17.338 27949 27949 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 08:44:17.338 27949 27949 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 08:44:17.338 27949 27949 W System.err: at java.--------- beginning of main
01-28 08:44:17.399 27949 27949 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-28 08:44:18.132 27949 27949 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 08:44:18.132 27949 27949 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 08:44:18.432 27949 28022 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 08:44:18.432 27949 28022 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 08:44:18.432 27949 28022 W com.whatsapp: and incorrect proguard
optimizations.
01-28 09:13:50.717 32179 32179 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 09:13:51.135 32179 32179 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 09:13:51.138 32179 32179 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 09:13:51.138 32179 32179 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 09:13:51.138 32179 32179 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 09:13:51.138 32179 32179 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 09:13:51.138 32179 32179 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 09:13:51.138 32179 32179 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 09:13:51.138 32179 32179 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 09:13:51.138 32179 32179 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 09:13:51.138 32179 32179 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 09:13:51.138 32179 32179 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 09:13:51.138 32179 32179 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 09:13:51.138 32179 32179 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 09:13:51.138 32179 32179 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 09:13:51.138 32179 32179 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 09:13:51.138 32179 32179 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 09:13:51.138 32179 32179 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 09:13:51.138 32179 32179 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 09:13:51.138 32179 32179 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 09:13:51.138 32179 32179 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 09:13:51.138 32179 32179 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 09:13:51.138 32179 32179 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 09:13:51.138 32179 32179 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 09:13:51.190 32179 32179 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-28 09:13:52.045 32179 32179 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 09:13:52.045 32179 32179 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 09:13:52.408 32179 32305 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 09:13:52.408 32179 32305 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 09:13:52.408 32179 32305 W com.whatsapp: and incorrect proguard
optimizations.
01-28 09:13:53.096 32179 32179 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 09:13:53.279 32179 32179 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 09:13:53.839 32179 32179 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 09:13:53.880 32179 32179 E ArmVmp : Match on catch block at 0x0a in for
0x265
01-28 09:13:53.941 32179 32179 W Activity: Can request only one set of permissions
at a time
01-28 09:13:55.107 32179 32179 E RecyclerView: No adapter attached; skipping layout
01-28 09:13:55.372 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.372 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.372 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.372 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.374 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.374 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.374 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.374 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.374 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.375 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.375 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.375 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.375 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.376 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.376 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.376 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.376 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.377 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.377 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.377 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.377 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.378 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.378 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.378 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.378 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.378 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.379 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.379 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.379 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.380 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.380 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.380 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.380 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.381 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.381 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.381 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.381 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.382 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.382 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.382 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.383 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.383 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.383 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.384 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.384 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.385 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.385 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.386 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.386 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.386 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.386 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.386 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.387 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.387 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.387 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.388 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.389 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:55.458 32179 32179 E RecyclerView: No adapter attached; skipping layout
01-28 09:13:55.474 32179 32179 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-28 09:13:55.695 32179 32444 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 09:13:55.946 32179 32179 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 09:13:58.468 32179 32532 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 09:13:58.468 32179 32532 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 09:13:58.783 32179 32179 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 09:13:58.794 32179 32179 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 09:13:59.026 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 09:13:59.030 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 09:13:59.034 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 09:13:59.070 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:59.071 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:59.071 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:59.072 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:59.074 32179 32179 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:13:59.117 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:13:59.121 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:13:59.124 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:13:59.152 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:13:59.156 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:13:59.159 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:13:59.186 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:13:59.191 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:13:59.194 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:13:59.237 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:13:59.241 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:13:59.244 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:13:59.726 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:13:59.730 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:13:59.734 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:00.228 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:00.235 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:00.242 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:00.728 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:00.732 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:00.736 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:01.233 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:01.241 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:01.248 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:01.468 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:01.472 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:01.475 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:01.635 32179 32195 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 09:14:01.636 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:01.641 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:01.645 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:01.731 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:01.735 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:01.738 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:01.988 32179 32179 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:14:01.988 32179 32179 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:14:02.229 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:02.238 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:02.246 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:02.342 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:02.347 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:02.352 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:02.366 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:02.370 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:02.374 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:02.547 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:02.552 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:02.556 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:02.733 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:02.741 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:02.748 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.085 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.089 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:03.094 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.115 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.119 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.123 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.131 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.135 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.141 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.151 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.155 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.159 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.167 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.171 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.174 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.181 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.185 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.189 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.202 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.206 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:03.210 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.231 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.234 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:03.239 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.247 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.251 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:03.255 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.264 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.269 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:03.273 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.281 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.285 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:03.289 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:03.381 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:03.385 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:03.390 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:03.548 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.552 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:03.555 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:03.816 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:03.820 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:03.824 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:03.999 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:04.004 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.010 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:04.199 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:04.203 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:04.209 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:04.232 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.236 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.241 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.250 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.254 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.258 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.267 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.270 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.275 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.283 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.287 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.291 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.300 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.304 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.308 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.317 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.321 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.325 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.333 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.337 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.341 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.350 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.354 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.358 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.366 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.370 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.374 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.383 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.387 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.390 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.400 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.404 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.408 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.417 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.420 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.424 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.433 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.437 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.441 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.450 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.454 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.458 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.467 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.470 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.474 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.483 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.487 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.491 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.500 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.505 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.508 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.517 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.521 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.524 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.533 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.537 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.541 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.550 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.554 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.558 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.567 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.570 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.574 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.583 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.588 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.591 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.734 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.740 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.747 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.911 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.915 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:04.918 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:04.934 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:04.939 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:04.942 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:05.036 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:05.041 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:05.045 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:05.067 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:05.071 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:05.074 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:05.203 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:05.208 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:05.212 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:05.470 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:05.480 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:05.486 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:05.969 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:05.975 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:05.979 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:06.020 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:06.025 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:06.030 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:06.186 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:06.191 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:06.200 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:06.287 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:06.292 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:06.296 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:06.486 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:06.490 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:06.494 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:06.670 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:06.674 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:06.681 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:06.905 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:06.909 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:06.914 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:07.104 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:07.108 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:07.113 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:07.238 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:07.242 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:07.247 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:07.270 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:07.275 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:07.279 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:07.639 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:07.644 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:07.649 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:07.670 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:07.676 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:07.679 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:07.706 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:07.712 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:07.724 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:07.728 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:07.738 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:07.741 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:07.787 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:07.790 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:07.811 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:07.815 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:07.834 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:07.837 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:07.848 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:14:07.852 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:07.871 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:07.876 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:08.174 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:14:08.180 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:08.677 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:08.686 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:09.037 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:09.041 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:09.057 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:09.061 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:09.124 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:14:09.128 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:09.174 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:09.178 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:09.196 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:09.199 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:09.335 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:14:09.338 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:14:09.719 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:14:09.723 32179 32179 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:14:13.971 32179 32395 E ArmVmp : No matching catch block at 0x07
01-28 09:14:13.972 32179 32395 E ArmVmp : Match on catch block at 0x02 in for 0x51
01-28 09:14:13.974 32179 32395 W System.err: java.net.UnknownHostException: Unable
to resolve host "pastebin.com": No address associated with hostname
01-28 09:14:13.974 32179 32395 W System.err:
01-28 09:14:13.978 32179 32395 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
01-28 09:14:13.978 32179 32395 W System.err:
01-28 09:14:13.978 32179 32395 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:14:13.978 32179 32395 W System.err:
01-28 09:14:13.978 32179 32395 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:14:13.978 32179 32395 W System.err:
01-28 09:14:13.979 32179 32395 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:14:13.979 32179 32395 W System.err:
01-28 09:14:13.979 32179 32395 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:14:13.979 32179 32395 W System.err:
01-28 09:14:13.979 32179 32395 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:14:13.979 32179 32395 W System.err:
01-28 09:14:13.979 32179 32395 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:14:13.979 32179 32395 W System.err:
01-28 09:14:13.979 32179 32395 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:14:13.979 32179 32395 W System.err:
01-28 09:14:13.979 32179 32395 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:14:13.979 32179 32395 W System.err:
01-28 09:14:13.979 32179 32395 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:14:13.979 32179 32395 W System.err:
01-28 09:14:13.979 32179 32395 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:14:13.980 32179 32395 W System.err:
01-28 09:14:13.980 32179 32395 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:14:13.980 32179 32395 W System.err:
01-28 09:14:13.980 32179 32395 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:14:13.980 32179 32395 W System.err:
01-28 09:14:13.980 32179 32395 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection
Impl.java:411)
01-28 09:14:13.980 32179 32395 W System.err:
01-28 09:14:13.980 32179 32395 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect
ionImpl.java:248)
01-28 09:14:13.980 32179 32395 W System.err:
01-28 09:14:13.980 32179 32395 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat
ingHttpsURLConnection.java:211)
01-28 09:14:13.980 32179 32395 W System.err:
01-28 09:14:13.981 32179 32395 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne
ctionImpl.java:30)
01-28 09:14:13.981 32179 32395 W System.err:
01-28 09:14:13.981 32179 32395 W System.err: at
java.net.URL.openStream(URL.java:1072)
01-28 09:14:13.981 32179 32395 W System.err:
01-28 09:14:13.981 32179 32395 W System.err: at
mbmodsd.mbmodsw.mbdialog.MBDialogMan.loadJsonFromUrl(Native Method)
01-28 09:14:13.981 32179 32395 W System.err:
01-28 09:14:13.981 32179 32395 W System.err: at
mbmodsd.mbmodsw.mbdialog.MBDialogMan.access$000(Native Method)
01-28 09:14:13.981 32179 32395 W System.err:
01-28 09:14:13.981 32179 32395 W System.err: at
mbmodsd.mbmodsw.mbdialog.MBDialogMan$FetchJsonTask.doInBackground(Native Method)
01-28 09:14:13.981 32179 32395 W System.err:
01-28 09:14:13.981 32179 32395 W System.err: at
mbmodsd.mbmodsw.mbdialog.MBDialogMan$FetchJsonTask.doInBackground(Native Method)
01-28 09:14:13.982 32179 32395 W System.err:
01-28 09:14:13.982 32179 32395 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:14:13.982 32179 32395 W System.err:
01-28 09:14:13.982 32179 32395 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:14:13.982 32179 32395 W System.err:
01-28 09:14:13.982 32179 32395 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:14:13.982 32179 32395 W System.err:
01-28 09:14:13.982 32179 32395 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:14:13.982 32179 32395 W System.err:
01-28 09:14:13.982 32179 32395 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:14:13.982 32179 32395 W System.err:
01-28 09:14:13.982 32179 32395 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:14:13.982 32179 32395 W System.err:
01-28 09:14:13.983 32179 32395 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
01-28 09:14:13.983 32179 32395 W System.err:
01-28 09:14:13.983 32179 32395 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
01-28 09:14:13.983 32179 32395 W System.err:
01-28 09:14:13.983 32179 32395 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:14:13.983 32179 32395 W System.err:
01-28 09:14:13.983 32179 32395 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
01-28 09:14:13.983 32179 32395 W System.err:
01-28 09:14:13.983 32179 32395 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:14:13.983 32179 32395 W System.err:
01-28 09:14:13.983 32179 32395 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
01-28 09:14:13.983 32179 32395 W System.err:
01-28 09:14:13.983 32179 32395 W System.err: ... 27 more
01-28 09:14:13.983 32179 32395 W System.err:
01-28 09:14:34.013 32179 32642 E ArmVmp : Match on catch block at 0x48 in for
0x105
01-28 09:14:34.014 32179 32642 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:14:34.015 32179 32642 W System.err:
01-28 09:14:34.015 32179 32642 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
01-28 09:14:34.016 32179 32642 W System.err:
01-28 09:14:34.016 32179 32642 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:14:34.017 32179 32642 W System.err:
01-28 09:14:34.017 32179 32642 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:14:34.017 32179 32642 W System.err:
01-28 09:14:34.018 32179 32642 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:14:34.018 32179 32642 W System.err:
01-28 09:14:34.018 32179 32642 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:14:34.019 32179 32642 W System.err:
01-28 09:14:34.019 32179 32642 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:14:34.019 32179 32642 W System.err:
01-28 09:14:34.020 32179 32642 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:14:34.020 32179 32642 W System.err:
01-28 09:14:34.020 32179 32642 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:14:34.021 32179 32642 W System.err:
01-28 09:14:34.021 32179 32642 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:14:34.021 32179 32642 W System.err:
01-28 09:14:34.022 32179 32642 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:14:34.022 32179 32642 W System.err:
01-28 09:14:34.022 32179 32642 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:14:34.022 32179 32642 W System.err:
01-28 09:14:34.022 32179 32642 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:14:34.023 32179 32642 W System.err:
01-28 09:14:34.023 32179 32642 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:14:34.023 32179 32642 W System.err:
01-28 09:14:34.023 32179 32642 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:14:34.023 32179 32642 W System.err:
01-28 09:14:34.024 32179 32642 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:14:34.024 32179 32642 W System.err:
01-28 09:14:34.025 32179 32642 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:14:34.025 32179 32642 W System.err:
01-28 09:14:34.025 32179 32642 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:14:34.025 32179 32642 W System.err:
01-28 09:14:34.025 32179 32642 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:14:34.026 32179 32642 W System.err:
01-28 09:14:34.026 32179 32642 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:14:34.026 32179 32642 W System.err:
01-28 09:14:34.026 32179 32642 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:14:34.026 32179 32642 W System.err:
01-28 09:14:34.027 32179 32642 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:14:34.027 32179 32642 W System.err:
01-28 09:14:34.027 32179 32642 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:14:34.027 32179 32642 W System.err:
01-28 09:14:34.028 32179 32642 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:14:34.028 32179 32642 W System.err:
01-28 09:14:34.028 32179 32642 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:14:34.029 32179 32642 W System.err:
01-28 09:14:34.029 32179 32642 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:14:34.029 32179 32642 W System.err:
01-28 09:14:34.030 32179 32642 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
01-28 09:14:34.030 32179 32642 W System.err:
01-28 09:14:34.030 32179 32642 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
01-28 09:14:34.031 32179 32642 W System.err:
01-28 09:14:34.031 32179 32642 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:14:34.031 32179 32642 W System.err:
01-28 09:14:34.031 32179 32642 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
01-28 09:14:34.032 32179 32642 W System.err:
01-28 09:14:34.032 32179 32642 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:14:34.032 32179 32642 W System.err:
01-28 09:14:34.032 32179 32642 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
01-28 09:14:34.033 32179 32642 W System.err:
01-28 09:14:34.033 32179 32642 W System.err: ... 24 more
01-28 09:14:34.033 32179 32642 W System.err:
01-28 09:14:34.036 32179 32642 E ArmVmp : Match on catch block at 0x48 in for
0x139
01-28 09:14:34.036 32179 32642 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:14:34.037 32179 32642 W System.err:
01-28 09:14:34.037 32179 32642 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:14:34.038 32179 32642 W System.err:
01-28 09:14:34.038 32179 32642 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:14:34.038 32179 32642 W System.err:
01-28 09:14:34.038 32179 32642 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:14:34.038 32179 32642 W System.err:
01-28 09:14:34.039 32179 32642 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:14:34.039 32179 32642 W System.err:
01-28 09:14:34.039 32179 32642 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:14:34.039 32179 32642 W System.err:
01-28 09:14:34.040 32179 32642 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:14:34.040 32179 32642 W System.err:
01-28 09:14:34.040 32179 32642 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:14:34.040 32179 32642 W System.err:
01-28 09:14:34.041 32179 32642 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:14:34.041 32179 32642 W System.err:
01-28 09:14:34.041 32179 32642 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:14:34.041 32179 32642 W System.err:
01-28 09:14:34.042 32179 32642 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:14:34.042 32179 32642 W System.err:
01-28 09:14:34.042 32179 32642 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:14:34.042 32179 32642 W System.err:
01-28 09:14:34.043 32179 32642 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:14:34.043 32179 32642 W System.err:
01-28 09:14:34.043 32179 32642 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:14:34.043 32179 32642 W System.err:
01-28 09:14:34.044 32179 32642 W System.err: at
com.android.okhttp.internal.huc.H--------- beginning of main
01-28 09:14:34.045 32179 32642 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:14:34.045 32179 32642 W System.err:
01-28 09:14:34.045 32179 32642 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:14:34.045 32179 32642 W System.err:
01-28 09:14:34.046 32179 32642 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:14:34.046 32179 32642 W System.err:
01-28 09:14:34.046 32179 32642 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:14:34.046 32179 32642 W System.err:
01-28 09:14:34.047 32179 32642 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:14:34.047 32179 32642 W System.err:
01-28 09:14:34.047 32179 32642 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:14:34.047 32179 32642 W System.err:
01-28 09:14:34.048 32179 32642 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:14:34.048 32179 32642 W System.err:
01-28 09:14:34.048 32179 32642 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:14:34.048 32179 32642 W System.err:
01-28 09:14:34.049 32179 32642 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:14:34.049 32179 32642 W System.err:
01-28 09:14:34.049 32179 32642 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:14:34.049 32179 32642 W System.err:
01-28 09:14:34.050 32179 32642 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:14:34.050 32179 32642 W System.err:
01-28 09:15:23.332 420 420 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 09:15:23.492 420 420 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 09:15:23.493 420 420 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 09:15:23.493 420 420 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 09:15:23.493 420 420 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 09:15:23.493 420 420 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 09:15:23.493 420 420 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 09:15:23.493 420 420 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 09:15:23.493 420 420 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 09:15:23.493 420 420 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 09:15:23.493 420 420 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 09:15:23.493 420 420 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 09:15:23.493 420 420 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 09:15:23.493 420 420 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 09:15:23.493 420 420 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 09:15:23.493 420 420 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 09:15:23.493 420 420 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 09:15:23.493 420 420 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 09:15:23.493 420 420 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 09:15:23.493 420 420 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 09:15:23.493 420 420 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-2--------- beginning of main
01-28 09:15:23.504 420 420 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-28 09:15:23.920 420 420 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 09:15:23.920 420 420 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 09:15:24.133 420 817 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 09:15:24.133 420 817 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 09:15:24.133 420 817 W com.whatsapp: and incorrect proguard
optimizations.
01-28 09:28:14.290 12669 12669 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 09:28:14.544 12669 12669 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 09:28:14.546 12669 12669 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 09:28:14.546 12669 12669 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 09:28:14.546 12669 12669 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 09:28:14.546 12669 12669 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 09:28:14.546 12669 12669 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 09:28:14.546 12669 12669 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 09:28:14.546 12669 12669 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 09:28:14.546 12669 12669 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 09:28:14.546 12669 12669 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 09:28:14.546 12669 12669 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 09:28:14.546 12669 12669 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 09:28:14.546 12669 12669 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 09:28:14.546 12669 12669 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 09:28:14.546 12669 12669 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 09:28:14.546 12669 12669 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 09:28:14.546 12669 12669 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 09:28:14.546 12669 12669 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 09:28:14.546 12669 12669 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 09:28:14.546 12669 12669 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 09:28:14.546 12669 12669 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 09:28:14.547 12669 12669 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 09:28:14.547 12669 12669 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 09:28:14.578 12669 12669 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-28 09:28:14.683 12669 12695 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 09:28:15.110 12669 12669 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 09:28:15.110 12669 12669 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 09:28:15.324 12669 12726 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 09:28:15.324 12669 12726 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 09:28:15.324 12669 12726 W com.whatsapp: and incorrect proguard
optimizations.
01-28 09:28:15.335 12669 12669 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 09:28:15.617 12669 12669 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 09:28:16.141 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 09:28:16.185 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x271
01-28 09:28:16.279 12669 12669 W Activity: Can request only one set of permissions
at a time
01-28 09:28:17.699 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 09:28:17.875 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.875 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.876 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.876 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.877 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.877 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.878 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.878 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.878 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.878 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.879 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.879 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.880 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.880 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.880 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.880 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.881 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.881 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.881 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.881 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.882 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.882 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.882 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.883 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.883 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.884 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.884 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.884 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.885 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.885 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.886 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.886 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.886 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.887 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.887 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.887 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.888 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.888 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.889 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.889 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.889 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.889 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.890 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.890 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.890 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.890 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.891 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.891 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.892 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.892 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.892 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.893 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.893 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.893 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.893 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.894 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.895 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.897 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:17.967 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 09:28:17.997 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x1b1
01-28 09:28:18.323 12669 12857 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 09:28:18.617 12669 12669 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 09:28:19.371 12669 12867 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 09:28:19.371 12669 12867 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 09:28:19.706 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 09:28:19.716 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 09:28:20.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 09:28:20.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 09:28:20.227 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.227 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.228 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.229 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.229 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.229 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.230 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.231 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.232 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.234 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:20.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:20.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:20.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:20.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:20.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:20.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:20.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:20.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:20.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:20.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:20.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:20.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:21.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:21.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:21.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:21.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:24.305 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 09:28:24.318 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 09:28:24.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:24.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:24.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:24.600 12669 12677 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 09:28:24.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:24.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:24.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:24.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:24.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:25.315 12669 12669 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 09:28:25.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:25.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:25.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:25.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:25.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:25.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:25.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:25.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:26.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:26.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:33.744 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 09:28:33.752 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 09:28:34.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 09:28:34.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 09:28:34.165 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.166 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.166 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.167 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.167 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.168 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.168 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.168 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.168 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.169 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.169 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.169 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.169 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.170 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.170 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.170 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.170 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.171 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.171 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.171 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.171 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.172 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.172 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.173 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.173 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.173 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.174 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.175 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:34.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:34.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:34.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:34.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:34.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:34.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:34.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:34.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:34.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:34.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:35.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:35.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:35.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:35.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:35.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:35.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:35.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:35.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:35.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:35.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:35.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:35.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:35.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:35.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:35.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:35.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:35.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:35.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:35.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:35.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:35.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:35.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:35.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:35.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:35.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:35.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:35.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:35.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:35.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:35.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:35.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:35.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:35.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:35.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:35.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:35.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.092 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.142 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.282 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:36.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:36.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:36.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:36.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:36.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:36.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:36.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.092 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.449 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.644 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.709 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:37.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:37.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:37.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:37.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:37.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:37.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:37.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.342 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:38.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:38.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:38.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.635 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:38.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:38.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:38.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:38.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:38.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:38.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:38.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:38.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:38.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:38.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:38.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.709 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:39.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:39.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:39.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:39.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:39.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:39.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:39.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:40.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:40.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:40.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:40.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:40.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:40.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:40.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:40.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:40.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:40.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:40.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:40.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:40.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:40.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:40.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.909 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:40.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:40.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:40.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:40.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:40.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:40.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.142 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.644 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:41.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:41.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:41.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:41.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:41.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:41.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:41.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:42.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:42.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:42.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:42.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:42.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:42.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:42.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:42.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:42.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:42.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:42.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:42.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:42.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:42.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:42.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:42.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:42.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:42.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:42.909 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:42.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:42.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:42.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:43.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:43.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:43.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:43.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:43.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:43.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:43.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:43.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:43.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:43.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:43.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:43.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:43.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:43.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:43.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:43.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:43.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:43.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:43.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:43.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:43.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:43.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:43.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:43.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:43.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:43.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:43.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:43.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:43.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:43.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:43.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:43.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:43.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:43.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:43.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:43.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:43.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:43.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:43.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:43.696 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:44.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:44.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:44.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:44.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:44.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:44.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:44.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:44.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:44.287 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:44.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:44.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:44.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:44.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:44.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:44.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:44.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:44.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:44.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:44.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:44.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:44.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:44.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:44.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:44.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:44.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:44.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:44.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:44.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:44.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:44.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:44.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:44.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:44.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:44.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:44.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:44.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:44.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:44.961 12669 12669 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 09:28:45.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:45.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:45.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:45.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:45.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:45.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:46.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:46.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:46.212 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:46.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:46.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:46.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:46.696 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:46.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.322 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:47.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:47.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:47.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:47.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:47.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:47.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:47.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.449 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:48.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:48.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:48.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:48.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:48.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:48.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:48.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:49.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:49.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:49.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:49.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:49.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:49.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:49.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:49.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:49.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:49.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:49.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:49.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:49.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:49.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:49.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:49.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:49.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:49.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:49.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:49.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:49.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:49.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:49.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:49.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:49.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:49.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:49.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:49.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:49.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:49.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:49.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:49.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:49.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:49.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:49.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:49.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:49.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:49.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:49.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:49.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:50.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:50.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:50.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:50.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:50.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:50.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:50.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:50.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:50.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:50.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:50.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:50.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:50.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:50.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:50.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:50.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:50.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:50.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:50.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:50.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:50.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:50.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:50.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:50.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:50.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:50.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:50.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:50.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:50.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:50.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:51.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:51.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:51.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:51.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:51.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:51.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:52.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:52.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:52.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:52.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:52.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:52.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:52.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:52.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:52.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:52.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:52.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:52.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:52.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:52.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:52.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:52.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:52.322 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:52.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.353 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:28:52.354 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:28:52.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:52.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:52.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:52.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:52.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:52.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:52.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:52.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:52.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:52.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:52.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:52.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:52.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:52.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:52.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:52.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:52.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:52.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:52.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:53.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:53.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:53.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:53.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:53.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:53.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:53.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:53.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:53.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:53.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:53.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:53.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:53.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:53.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:53.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:53.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:53.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:53.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:53.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:53.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:53.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:53.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:53.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:53.945 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:53.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:53.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:53.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:53.979 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:53.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:53.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:54.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:54.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:54.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:54.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:54.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:54.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:54.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:54.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:54.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:54.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:54.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:54.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:54.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:54.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:54.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:54.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:54.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:54.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:54.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:54.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:54.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:54.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:54.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:54.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:54.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:54.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:54.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:54.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:54.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:54.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:54.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:54.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:54.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:54.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:54.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:54.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:54.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:54.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:54.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:54.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:54.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:55.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:55.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:55.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:55.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:55.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:55.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:55.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:55.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:55.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:55.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:55.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:55.092 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:55.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:55.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:55.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:55.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:55.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:55.142 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:55.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:55.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:55.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:55.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:55.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:55.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:55.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:55.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:55.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:55.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:55.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:55.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:55.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:55.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:55.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:55.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:55.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:55.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:55.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:55.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:55.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:55.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:55.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:55.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:55.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:55.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:55.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:55.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:55.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:55.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:55.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:56.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:56.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:56.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:56.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:56.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:56.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:56.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:56.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:56.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:56.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:56.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:56.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:56.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:56.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:56.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:56.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:56.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:56.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:56.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:56.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:56.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:56.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:56.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:56.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:56.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:56.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:56.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:56.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:56.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:56.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:56.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:56.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:56.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:56.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:56.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:57.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:57.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:57.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:57.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:57.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:57.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:57.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:57.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:57.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:57.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:57.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:57.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:57.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:57.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:57.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:57.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:57.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:57.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:57.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:57.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:57.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:57.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:57.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:57.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:57.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:57.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:57.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:57.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:57.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:57.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:57.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:57.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:57.635 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:57.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:57.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:57.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:57.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:57.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:57.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:57.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:57.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:57.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:57.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:58.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:58.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:58.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:58.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:58.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:58.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:58.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:58.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:58.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:58.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:58.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:58.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:58.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:58.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:58.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:58.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:58.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:58.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:58.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:58.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:58.790 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:28:58.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:58.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:58.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:58.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:59.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:59.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:59.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:59.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:59.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:59.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:59.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:59.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:59.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:59.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:59.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:59.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:59.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:59.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:28:59.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:59.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:28:59.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:59.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:28:59.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:59.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:28:59.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:28:59.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:28:59.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:28:59.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:00.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:00.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:00.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:00.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:00.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:00.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:00.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:00.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:00.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:00.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:00.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:00.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:00.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:00.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:00.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:00.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:00.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:00.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:00.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:00.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:00.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:00.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:00.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:00.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:00.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:00.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:00.853 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:00.855 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:00.856 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:00.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:00.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:00.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:00.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:01.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:01.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:02.027 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 09:29:02.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:02.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:02.084 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 09:29:02.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:02.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:02.327 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 09:29:02.332 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 09:29:02.335 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 09:29:02.337 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 09:29:02.357 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 09:29:02.359 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 09:29:02.437 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 09:29:02.440 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 09:29:02.442 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 09:29:02.448 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 09:29:02.452 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 09:29:02.455 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 09:29:02.457 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 09:29:02.460 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 09:29:02.465 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 09:29:02.468 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 09:29:02.471 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 09:29:02.474 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 09:29:02.480 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 09:29:02.484 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 09:29:02.487 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 09:29:02.489 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
CursorWindow.close.
01-28 09:29:02.936 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 09:29:03.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:03.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:04.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:04.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:04.821 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 09:29:04.832 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 09:29:04.844 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"43147471CEEB7928FC6E9FBDAF3DDB17"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"43FA7A5F460EA1FFE3191485C0445C06"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"7251045A53B2EA57D79E926EF15E14B7"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"08F6FEC8AD3F3B8A6481E8B78BFEF0EF"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"61A4508FA8DC42897E4E706D1434DC35"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"C9592953FFDD36D69EF9FE1492B8DF58"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"A0C72FF3E17328CC529856CAD9294E61"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"EC5D7579E305DCECA6347B80DC8B3A05"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"C85870EA3B1C0C27B9BDF02F3840926A"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"806858951007EC28E14CD25EE5ED0056"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"B84213B21ACCC45C16229C65504EB46F"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"999120F8E6F9E1E04D0615E3CD703257"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"74F41075E16E7C34A33791E7B4CBB577"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"EE147AEFD755089ECE705C84991ADD8B"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"8261CE367C757750D64C0B30C5E02111"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"3DFC8D61FFD08E7AE87BBE98029DC649"
01-28 09:29:04.845 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"F232358C70745F7417E26D3A786377DE"
01-28 09:29:05.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:05.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:05.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:05.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:05.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:05.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:05.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:05.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:05.677 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:05.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:05.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:05.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:05.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:05.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:05.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:05.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:05.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:05.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:05.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:05.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:05.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:05.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:05.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:05.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:05.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:05.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:05.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:05.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:05.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:05.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:05.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:05.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:06.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:06.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:06.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:06.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:06.227 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:06.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:06.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:06.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:06.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:06.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:06.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:06.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:06.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:06.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:06.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:06.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:06.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:06.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:06.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:06.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:06.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:06.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:06.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:06.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:06.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:06.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:06.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:06.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:06.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:06.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:06.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:06.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:06.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:06.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:06.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:06.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:06.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:06.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:06.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:06.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:06.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:06.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:07.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:07.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:07.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:07.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:07.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:07.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:07.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:07.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:07.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:07.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:07.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:07.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:07.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:07.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:07.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:07.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:07.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:07.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:07.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:07.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:07.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:07.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:07.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:07.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:07.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:07.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:07.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:07.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:08.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:08.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:08.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:08.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:08.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:08.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:08.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:08.068 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:08.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:08.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:08.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:08.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:08.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:08.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:08.212 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:08.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:08.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:08.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:08.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:08.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:08.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:08.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:08.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:08.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:08.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:08.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:08.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:08.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:08.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:08.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:08.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:08.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:08.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:08.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:08.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:08.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:08.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:08.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:08.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:08.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:08.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:08.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:08.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:08.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:08.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:08.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.287 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:09.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:09.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:09.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:09.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:09.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:09.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:09.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:09.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:09.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:09.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:09.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:09.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:09.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:09.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:09.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.166 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:10.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:10.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:10.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:10.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:10.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:10.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:10.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:11.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:11.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:11.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:11.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:11.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:11.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:11.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:11.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:11.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:11.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:12.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:12.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:12.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:12.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:12.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:12.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:12.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:12.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:12.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:12.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:12.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:12.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:12.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:12.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:12.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:12.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:12.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:12.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:12.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:12.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:12.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:12.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:12.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:12.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:12.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:12.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:12.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:12.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:12.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:12.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:12.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:12.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:12.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:12.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:12.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:12.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:12.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:12.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:12.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:12.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:12.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.244 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.342 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:13.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:13.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:13.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:13.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:13.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:13.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:13.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:14.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:14.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:14.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:14.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:16.325 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 09:29:16.325 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 09:29:16.326 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 09:29:16.326 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 09:29:16.326 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 09:29:16.326 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 09:29:16.326 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 09:29:16.326 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 09:29:16.413 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 09:29:16.420 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 09:29:16.508 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 09:29:16.508 12669 12773 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 09:29:16.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 09:29:16.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 09:29:16.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 09:29:16.647 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:16.648 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:16.648 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:16.649 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:16.649 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:16.650 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:16.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:16.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:16.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:16.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:16.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:16.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:16.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:16.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:16.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:16.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:16.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:16.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:17.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:17.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:17.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:17.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:17.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:17.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:18.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:18.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:18.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:18.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:18.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:18.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:19.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:19.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:19.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:19.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:19.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:19.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:20.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:20.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:20.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:20.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:20.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:20.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:21.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:21.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:21.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:21.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:21.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:21.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:21.664 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:29:21.664 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:29:22.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:22.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:22.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:22.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:22.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:22.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:22.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:22.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:22.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:22.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:22.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:22.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:22.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:22.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:22.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:23.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:23.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:23.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:23.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.145 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:23.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:23.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:23.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:23.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:23.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:23.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:23.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:23.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:23.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:23.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:23.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:23.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:23.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:23.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:23.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:24.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:24.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:24.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:24.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:24.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:24.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:24.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:24.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:24.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:24.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:24.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:24.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:25.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:25.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:25.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:25.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:25.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:25.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:25.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:25.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:25.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:25.282 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:25.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:25.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:25.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:25.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:25.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:25.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:25.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:25.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:25.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:25.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:25.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:25.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:25.516 12669 12786 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:29:25.516 12669 12786 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:29:25.566 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:29:25.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:25.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:26.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:26.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:26.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:26.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:26.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:26.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:26.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:26.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:26.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:26.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:26.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:26.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:27.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:27.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:27.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:27.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:27.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:27.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:27.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:27.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:27.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:27.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:29.698 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 09:29:29.705 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 09:29:29.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 09:29:29.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 09:29:29.877 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:29.877 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:29.878 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:29.878 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:29.880 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:29.881 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:29:29.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:29.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:29.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:29.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:29.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:29.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:30.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:30.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:30.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:30.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:30.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:30.842 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:30.893 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:29:30.893 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:29:31.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:31.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:31.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:31.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:31.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:31.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:31.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:31.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:31.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:31.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:31.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:31.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:31.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:31.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:31.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:31.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:31.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:31.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:31.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:31.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:31.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:31.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:31.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:31.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:31.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:31.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:31.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:31.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:31.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:31.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:31.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:31.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:31.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:31.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:31.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:31.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:32.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:32.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:32.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:32.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:32.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:32.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:32.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:32.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:32.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:32.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:32.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:32.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:32.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:32.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:33.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:33.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:33.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:33.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:33.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:33.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:33.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:33.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:33.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:33.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:33.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:33.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:34.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:34.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:34.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:34.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:34.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:34.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:34.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:34.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:34.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:34.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:35.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:35.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:35.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:35.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:35.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:35.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:35.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:35.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:35.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:35.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:36.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:36.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:36.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:36.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:36.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:36.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:36.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:36.696 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:36.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:36.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:37.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:37.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:37.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:37.178 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:37.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:37.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:37.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:37.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:38.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:38.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:38.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:38.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:38.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:38.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:38.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:38.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:38.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:38.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:39.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:39.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:39.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:39.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:39.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:39.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:39.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:39.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:39.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:39.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:39.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:39.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:39.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:39.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:39.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:39.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:39.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:39.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:39.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:39.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:39.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:39.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:39.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:39.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:39.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:39.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:39.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:39.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:39.764 12669 12786 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:29:39.765 12669 12786 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:29:39.797 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:29:40.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:40.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:40.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:29:40.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:29:40.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:40.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:40.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:40.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:40.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:40.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:40.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:29:40.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:29:40.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:29:40.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:29:40.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:29:40.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:03.963 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 09:30:03.970 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 09:30:04.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 09:30:04.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 09:30:04.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 09:30:04.220 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:30:04.220 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:30:04.221 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:30:04.222 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:30:04.222 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:30:04.223 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:30:04.223 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:30:04.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:04.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:04.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:04.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:04.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:04.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:04.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:04.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:04.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:04.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:04.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:04.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:04.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:04.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:04.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:05.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:05.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:05.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:05.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:05.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:05.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:06.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:06.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:06.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:06.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:06.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:06.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:07.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:07.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:07.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:07.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.296 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.440 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:07.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:07.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:07.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:07.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:07.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:07.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:07.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:08.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:08.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:08.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:08.103 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:30:08.103 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:30:08.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:08.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:08.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:08.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:08.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:08.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:08.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:08.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:08.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:08.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:08.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:08.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:08.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:08.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:08.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:09.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:09.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:09.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:09.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:09.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:09.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:10.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:10.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:10.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:10.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:10.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:10.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:11.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:11.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:11.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:11.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:11.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:11.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:12.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:12.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:12.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:12.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:12.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:12.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:13.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:13.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:13.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:13.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:13.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:13.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:13.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.639 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:13.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:13.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:13.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:13.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:13.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:13.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:13.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:14.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:14.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:14.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:14.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:14.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:14.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:14.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:14.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:14.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:14.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:14.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:14.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:14.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:14.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:14.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:14.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:14.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:14.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:14.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:14.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:14.620 12669 12786 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:30:14.620 12669 12786 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:30:14.657 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:30:14.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:14.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:15.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:15.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:15.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:15.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:15.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:15.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:15.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:30:15.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:15.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:15.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:15.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:15.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:16.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:16.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:30:16.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:30:16.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:30:16.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:30:17.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:30:17.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:30:17.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:19.391 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 09:34:19.404 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 09:34:19.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:19.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:19.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:19.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:20.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:20.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:20.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:20.443 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:20.945 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:20.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:21.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:21.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:21.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:21.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:22.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:22.449 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:22.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:22.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:22.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:22.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:22.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:22.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:22.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:22.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:22.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:22.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:22.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:22.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:22.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:22.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:22.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:22.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:22.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:22.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:22.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:22.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:22.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:22.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:22.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:22.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:23.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:23.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:23.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:23.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:23.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:23.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:23.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:23.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:23.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:23.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:23.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:23.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:23.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:23.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:23.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:23.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:23.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:23.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:24.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:24.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:24.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:24.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:25.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:25.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:25.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:25.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:25.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:25.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:25.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:26.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:26.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:26.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:26.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:26.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:26.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:26.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:26.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:26.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:26.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:26.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:26.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:26.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:26.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:26.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:26.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:26.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.555 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:26.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:26.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.068 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:27.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:27.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:27.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:27.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:27.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:27.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:27.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.287 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:27.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:27.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:27.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:27.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:27.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:27.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:27.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:27.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:34:27.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:34:27.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:34:27.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:27.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:34:27.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:34:27.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:34:28.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:34:28.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:37:11.004 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x105
01-28 09:37:11.009 12669 16966 W System.err: java.net.ConnectException: Failed to
connect to translate.googleapis.com/172.217.4.170:443
01-28 09:37:11.010 12669 16966 W System.err:
01-28 09:37:11.011 12669 16966 W System.err: at
com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:147
)
01-28 09:37:11.012 12669 16966 W System.err:
01-28 09:37:11.012 12669 16966 W System.err: at
com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116)
01-28 09:37:11.013 12669 16966 W System.err:
01-28 09:37:11.013 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:186)
01-28 09:37:11.013 12669 16966 W System.err:
01-28 09:37:11.014 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.014 12669 16966 W System.err:
01-28 09:37:11.015 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.015 12669 16966 W System.err:
01-28 09:37:11.016 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.016 12669 16966 W System.err:
01-28 09:37:11.017 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.017 12669 16966 W System.err:
01-28 09:37:11.018 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.018 12669 16966 W System.err:
01-28 09:37:11.019 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.020 12669 16966 W System.err:
01-28 09:37:11.020 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.020 12669 16966 W System.err:
01-28 09:37:11.021 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.021 12669 16966 W System.err:
01-28 09:37:11.022 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.022 12669 16966 W System.err:
01-28 09:37:11.024 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.024 12669 16966 W System.err:
01-28 09:37:11.025 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.025 12669 16966 W System.err:
01-28 09:37:11.026 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.026 12669 16966 W System.err:
01-28 09:37:11.027 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.028 12669 16966 W System.err:
01-28 09:37:11.028 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.029 12669 16966 W System.err:
01-28 09:37:11.029 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.030 12669 16966 W System.err:
01-28 09:37:11.030 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.031 12669 16966 W System.err:
01-28 09:37:11.032 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.032 12669 16966 W System.err:
01-28 09:37:11.052 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x139
01-28 09:37:11.052 12669 16966 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.053 12669 16966 W System.err:
01-28 09:37:11.058 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
01-28 09:37:11.058 12669 16966 W System.err:
01-28 09:37:11.058 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.058 12669 16966 W System.err:
01-28 09:37:11.058 12669 16966 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.059 12669 16966 W System.err:
01-28 09:37:11.059 12669 16966 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.059 12669 16966 W System.err:
01-28 09:37:11.059 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.059 12669 16966 W System.err:
01-28 09:37:11.059 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.060 12669 16966 W System.err:
01-28 09:37:11.060 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.060 12669 16966 W System.err:
01-28 09:37:11.061 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.061 12669 16966 W System.err:
01-28 09:37:11.061 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.061 12669 16966 W System.err:
01-28 09:37:11.062 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.062 12669 16966 W System.err:
01-28 09:37:11.062 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.062 12669 16966 W System.err:
01-28 09:37:11.062 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.063 12669 16966 W System.err:
01-28 09:37:11.063 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.063 12669 16966 W System.err:
01-28 09:37:11.064 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.064 12669 16966 W System.err:
01-28 09:37:11.064 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.064 12669 16966 W System.err:
01-28 09:37:11.064 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.064 12669 16966 W System.err:
01-28 09:37:11.065 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.065 12669 16966 W System.err:
01-28 09:37:11.065 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.065 12669 16966 W System.err:
01-28 09:37:11.065 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.065 12669 16966 W System.err:
01-28 09:37:11.066 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.066 12669 16966 W System.err:
01-28 09:37:11.066 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.066 12669 16966 W System.err:
01-28 09:37:11.066 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.066 12669 16966 W System.err:
01-28 09:37:11.067 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.067 12669 16966 W System.err:
01-28 09:37:11.067 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.067 12669 16966 W System.err:
01-28 09:37:11.067 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.067 12669 16966 W System.err:
01-28 09:37:11.068 12669 16966 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
01-28 09:37:11.068 12669 16966 W System.err:
01-28 09:37:11.068 12669 16966 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
01-28 09:37:11.068 12669 16966 W System.err:
01-28 09:37:11.068 12669 16966 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:37:11.068 12669 16966 W System.err:
01-28 09:37:11.069 12669 16966 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
01-28 09:37:11.069 12669 16966 W System.err:
01-28 09:37:11.069 12669 16966 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:37:11.069 12669 16966 W System.err:
01-28 09:37:11.069 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
01-28 09:37:11.069 12669 16966 W System.err:
01-28 09:37:11.069 12669 16966 W System.err: ... 24 more
01-28 09:37:11.069 12669 16966 W System.err:
01-28 09:37:11.077 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x115
01-28 09:37:11.078 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.078 12669 17911 W System.err:
01-28 09:37:11.078 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.078 12669 17911 W System.err:
01-28 09:37:11.079 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.079 12669 17911 W System.err:
01-28 09:37:11.079 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.079 12669 17911 W System.err:
01-28 09:37:11.080 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.080 12669 17911 W System.err:
01-28 09:37:11.080 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.080 12669 17911 W System.err:
01-28 09:37:11.080 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.080 12669 17911 W System.err:
01-28 09:37:11.081 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.081 12669 17911 W System.err:
01-28 09:37:11.081 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.081 12669 17911 W System.err:
01-28 09:37:11.081 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.081 12669 17911 W System.err:
01-28 09:37:11.082 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.082 12669 17911 W System.err:
01-28 09:37:11.082 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.082 12669 17911 W System.err:
01-28 09:37:11.082 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.082 12669 17911 W System.err:
01-28 09:37:11.082 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.082 12669 17911 W System.err:
01-28 09:37:11.082 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.082 12669 17911 W System.err:
01-28 09:37:11.082 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.083 12669 17911 W System.err:
01-28 09:37:11.083 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.083 12669 17911 W System.err:
01-28 09:37:11.083 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.083 12669 17911 W System.err:
01-28 09:37:11.083 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.083 12669 17911 W System.err:
01-28 09:37:11.083 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.083 12669 17911 W System.err:
01-28 09:37:11.083 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.083 12669 17911 W System.err:
01-28 09:37:11.083 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.084 12669 17911 W System.err:
01-28 09:37:11.084 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.084 12669 17911 W System.err:
01-28 09:37:11.084 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.084 12669 17911 W System.err:
01-28 09:37:11.084 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.084 12669 17911 W System.err:
01-28 09:37:11.084 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.084 12669 17911 W System.err:
01-28 09:37:11.085 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x111
01-28 09:37:11.086 12669 16966 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.086 12669 16966 W System.err:
01-28 09:37:11.086 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.086 12669 16966 W System.err:
01-28 09:37:11.087 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.087 12669 16966 W System.err:
01-28 09:37:11.087 12669 16966 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.087 12669 16966 W System.err:
01-28 09:37:11.087 12669 16966 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.087 12669 16966 W System.err:
01-28 09:37:11.087 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.087 12669 16966 W System.err:
01-28 09:37:11.087 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.087 12669 16966 W System.err:
01-28 09:37:11.088 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.088 12669 16966 W System.err:
01-28 09:37:11.088 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.088 12669 16966 W System.err:
01-28 09:37:11.088 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.088 12669 16966 W System.err:
01-28 09:37:11.088 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.088 12669 16966 W System.err:
01-28 09:37:11.088 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.088 12669 16966 W System.err:
01-28 09:37:11.088 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.088 12669 16966 W System.err:
01-28 09:37:11.088 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.088 12669 16966 W System.err:
01-28 09:37:11.089 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.089 12669 16966 W System.err:
01-28 09:37:11.089 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.089 12669 16966 W System.err:
01-28 09:37:11.089 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.089 12669 16966 W System.err:
01-28 09:37:11.089 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.089 12669 16966 W System.err:
01-28 09:37:11.089 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.089 12669 16966 W System.err:
01-28 09:37:11.089 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.089 12669 16966 W System.err:
01-28 09:37:11.089 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.089 12669 16966 W System.err:
01-28 09:37:11.089 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.089 12669 16966 W System.err:
01-28 09:37:11.089 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.090 12669 16966 W System.err:
01-28 09:37:11.090 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.090 12669 16966 W System.err:
01-28 09:37:11.090 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.090 12669 16966 W System.err:
01-28 09:37:11.090 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.090 12669 16966 W System.err:
01-28 09:37:11.091 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x131
01-28 09:37:11.091 12669 16966 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.091 12669 16966 W System.err:
01-28 09:37:11.092 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.092 12669 16966 W System.err:
01-28 09:37:11.092 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.092 12669 16966 W System.err:
01-28 09:37:11.092 12669 16966 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.092 12669 16966 W System.err:
01-28 09:37:11.092 12669 16966 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.092 12669 16966 W System.err:
01-28 09:37:11.092 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.092 12669 16966 W System.err:
01-28 09:37:11.092 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.092 12669 16966 W System.err:
01-28 09:37:11.092 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.092 12669 16966 W System.err:
01-28 09:37:11.092 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.093 12669 16966 W System.err:
01-28 09:37:11.093 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.093 12669 16966 W System.err:
01-28 09:37:11.093 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.093 12669 16966 W System.err:
01-28 09:37:11.093 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.093 12669 16966 W System.err:
01-28 09:37:11.093 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.093 12669 16966 W System.err:
01-28 09:37:11.093 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.093 12669 16966 W System.err:
01-28 09:37:11.093 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.093 12669 16966 W System.err:
01-28 09:37:11.094 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.094 12669 16966 W System.err:
01-28 09:37:11.094 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.094 12669 16966 W System.err:
01-28 09:37:11.094 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.094 12669 16966 W System.err:
01-28 09:37:11.094 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.094 12669 16966 W System.err:
01-28 09:37:11.094 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.094 12669 16966 W System.err:
01-28 09:37:11.094 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.094 12669 16966 W System.err:
01-28 09:37:11.094 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.094 12669 16966 W System.err:
01-28 09:37:11.094 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.094 12669 16966 W System.err:
01-28 09:37:11.095 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.095 12669 16966 W System.err:
01-28 09:37:11.095 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.095 12669 16966 W System.err:
01-28 09:37:11.095 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.095 12669 16966 W System.err:
01-28 09:37:11.101 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x119
01-28 09:37:11.102 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.102 12669 17911 W System.err:
01-28 09:37:11.102 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.103 12669 17911 W System.err:
01-28 09:37:11.103 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.103 12669 17911 W System.err:
01-28 09:37:11.104 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.104 12669 17911 W System.err:
01-28 09:37:11.104 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.104 12669 17911 W System.err:
01-28 09:37:11.104 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.105 12669 17911 W System.err:
01-28 09:37:11.105 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.105 12669 17911 W System.err:
01-28 09:37:11.105 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.105 12669 17911 W System.err:
01-28 09:37:11.106 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.106 12669 17911 W System.err:
01-28 09:37:11.106 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.106 12669 17911 W System.err:
01-28 09:37:11.106 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.107 12669 17911 W System.err:
01-28 09:37:11.107 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.107 12669 17911 W System.err:
01-28 09:37:11.107 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.108 12669 17911 W System.err:
01-28 09:37:11.108 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.108 12669 17911 W System.err:
01-28 09:37:11.109 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.109 12669 17911 W System.err:
01-28 09:37:11.109 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.109 12669 17911 W System.err:
01-28 09:37:11.110 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.110 12669 17911 W System.err:
01-28 09:37:11.110 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.110 12669 17911 W System.err:
01-28 09:37:11.111 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.111 12669 17911 W System.err:
01-28 09:37:11.111 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.111 12669 17911 W System.err:
01-28 09:37:11.112 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.112 12669 17911 W System.err:
01-28 09:37:11.112 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.113 12669 17911 W System.err:
01-28 09:37:11.113 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.113 12669 17911 W System.err:
01-28 09:37:11.113 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.114 12669 17911 W System.err:
01-28 09:37:11.114 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.114 12669 17911 W System.err:
01-28 09:37:11.115 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.115 12669 17911 W System.err:
01-28 09:37:11.116 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x12d
01-28 09:37:11.116 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.117 12669 17911 W System.err:
01-28 09:37:11.117 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.118 12669 17911 W System.err:
01-28 09:37:11.118 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.118 12669 17911 W System.err:
01-28 09:37:11.118 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.119 12669 17911 W System.err:
01-28 09:37:11.119 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.119 12669 17911 W System.err:
01-28 09:37:11.119 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.120 12669 17911 W System.err:
01-28 09:37:11.120 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.120 12669 17911 W System.err:
01-28 09:37:11.120 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.120 12669 17911 W System.err:
01-28 09:37:11.121 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.121 12669 17911 W System.err:
01-28 09:37:11.121 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.121 12669 17911 W System.err:
01-28 09:37:11.121 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.121 12669 17911 W System.err:
01-28 09:37:11.121 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.121 12669 17911 W System.err:
01-28 09:37:11.121 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.122 12669 17911 W System.err:
01-28 09:37:11.122 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.122 12669 17911 W System.err:
01-28 09:37:11.122 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.122 12669 17911 W System.err:
01-28 09:37:11.122 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.122 12669 17911 W System.err:
01-28 09:37:11.122 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.122 12669 17911 W System.err:
01-28 09:37:11.122 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.122 12669 17911 W System.err:
01-28 09:37:11.123 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.123 12669 17911 W System.err:
01-28 09:37:11.123 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.123 12669 17911 W System.err:
01-28 09:37:11.124 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.124 12669 17911 W System.err:
01-28 09:37:11.124 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.124 12669 17911 W System.err:
01-28 09:37:11.124 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.124 12669 17911 W System.err:
01-28 09:37:11.125 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.125 12669 17911 W System.err:
01-28 09:37:11.125 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.125 12669 17911 W System.err:
01-28 09:37:11.125 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.125 12669 17911 W System.err:
01-28 09:37:11.130 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x101
01-28 09:37:11.130 12669 16966 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.131 12669 16966 W System.err:
01-28 09:37:11.131 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.131 12669 16966 W System.err:
01-28 09:37:11.132 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.132 12669 16966 W System.err:
01-28 09:37:11.132 12669 16966 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.132 12669 16966 W System.err:
01-28 09:37:11.133 12669 16966 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.133 12669 16966 W System.err:
01-28 09:37:11.133 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.133 12669 16966 W System.err:
01-28 09:37:11.133 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.134 12669 16966 W System.err:
01-28 09:37:11.134 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.134 12669 16966 W System.err:
01-28 09:37:11.134 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.134 12669 16966 W System.err:
01-28 09:37:11.135 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.135 12669 16966 W System.err:
01-28 09:37:11.135 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.135 12669 16966 W System.err:
01-28 09:37:11.136 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.136 12669 16966 W System.err:
01-28 09:37:11.136 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.136 12669 16966 W System.err:
01-28 09:37:11.137 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.137 12669 16966 W System.err:
01-28 09:37:11.137 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.138 12669 16966 W System.err:
01-28 09:37:11.138 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.138 12669 16966 W System.err:
01-28 09:37:11.138 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.138 12669 16966 W System.err:
01-28 09:37:11.138 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.138 12669 16966 W System.err:
01-28 09:37:11.139 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.139 12669 16966 W System.err:
01-28 09:37:11.139 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.139 12669 16966 W System.err:
01-28 09:37:11.140 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.140 12669 16966 W System.err:
01-28 09:37:11.140 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.140 12669 16966 W System.err:
01-28 09:37:11.140 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.140 12669 16966 W System.err:
01-28 09:37:11.140 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.141 12669 16966 W System.err:
01-28 09:37:11.141 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.141 12669 16966 W System.err:
01-28 09:37:11.141 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.141 12669 16966 W System.err:
01-28 09:37:11.142 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x129
01-28 09:37:11.142 12669 16966 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.142 12669 16966 W System.err:
01-28 09:37:11.143 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.144 12669 16966 W System.err:
01-28 09:37:11.144 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.144 12669 16966 W System.err:
01-28 09:37:11.144 12669 16966 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.144 12669 16966 W System.err:
01-28 09:37:11.144 12669 16966 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.144 12669 16966 W System.err:
01-28 09:37:11.144 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.144 12669 16966 W System.err:
01-28 09:37:11.144 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.144 12669 16966 W System.err:
01-28 09:37:11.144 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.144 12669 16966 W System.err:
01-28 09:37:11.144 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.144 12669 16966 W System.err:
01-28 09:37:11.145 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.145 12669 16966 W System.err:
01-28 09:37:11.145 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.145 12669 16966 W System.err:
01-28 09:37:11.145 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.145 12669 16966 W System.err:
01-28 09:37:11.145 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.145 12669 16966 W System.err:
01-28 09:37:11.145 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.145 12669 16966 W System.err:
01-28 09:37:11.145 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.145 12669 16966 W System.err:
01-28 09:37:11.145 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.145 12669 16966 W System.err:
01-28 09:37:11.146 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.146 12669 16966 W System.err:
01-28 09:37:11.146 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.146 12669 16966 W System.err:
01-28 09:37:11.146 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.146 12669 16966 W System.err:
01-28 09:37:11.146 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.146 12669 16966 W System.err:
01-28 09:37:11.146 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.146 12669 16966 W System.err:
01-28 09:37:11.146 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.146 12669 16966 W System.err:
01-28 09:37:11.146 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.146 12669 16966 W System.err:
01-28 09:37:11.146 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.146 12669 16966 W System.err:
01-28 09:37:11.146 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.146 12669 16966 W System.err:
01-28 09:37:11.147 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.147 12669 16966 W System.err:
01-28 09:37:11.150 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x10d
01-28 09:37:11.151 12669 16966 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.151 12669 16966 W System.err:
01-28 09:37:11.151 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.151 12669 16966 W System.err:
01-28 09:37:11.152 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.152 12669 16966 W System.err:
01-28 09:37:11.152 12669 16966 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.152 12669 16966 W System.err:
01-28 09:37:11.152 12669 16966 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.153 12669 16966 W System.err:
01-28 09:37:11.153 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.153 12669 16966 W System.err:
01-28 09:37:11.153 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.153 12669 16966 W System.err:
01-28 09:37:11.153 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.153 12669 16966 W System.err:
01-28 09:37:11.153 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.153 12669 16966 W System.err:
01-28 09:37:11.153 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.153 12669 16966 W System.err:
01-28 09:37:11.153 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.153 12669 16966 W System.err:
01-28 09:37:11.154 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.154 12669 16966 W System.err:
01-28 09:37:11.154 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.154 12669 16966 W System.err:
01-28 09:37:11.154 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.154 12669 16966 W System.err:
01-28 09:37:11.154 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.154 12669 16966 W System.err:
01-28 09:37:11.154 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.154 12669 16966 W System.err:
01-28 09:37:11.154 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.154 12669 16966 W System.err:
01-28 09:37:11.154 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.154 12669 16966 W System.err:
01-28 09:37:11.155 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.155 12669 16966 W System.err:
01-28 09:37:11.155 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.155 12669 16966 W System.err:
01-28 09:37:11.155 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.155 12669 16966 W System.err:
01-28 09:37:11.155 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.155 12669 16966 W System.err:
01-28 09:37:11.155 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.155 12669 16966 W System.err:
01-28 09:37:11.155 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.155 12669 16966 W System.err:
01-28 09:37:11.155 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.155 12669 16966 W System.err:
01-28 09:37:11.156 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.156 12669 16966 W System.err:
01-28 09:37:11.157 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x121
01-28 09:37:11.157 12669 16966 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.157 12669 16966 W System.err:
01-28 09:37:11.157 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.158 12669 16966 W System.err:
01-28 09:37:11.158 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.158 12669 16966 W System.err:
01-28 09:37:11.158 12669 16966 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.158 12669 16966 W System.err:
01-28 09:37:11.159 12669 16966 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.159 12669 16966 W System.err:
01-28 09:37:11.159 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.159 12669 16966 W System.err:
01-28 09:37:11.159 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.159 12669 16966 W System.err:
01-28 09:37:11.159 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.159 12669 16966 W System.err:
01-28 09:37:11.159 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.159 12669 16966 W System.err:
01-28 09:37:11.159 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.159 12669 16966 W System.err:
01-28 09:37:11.159 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.160 12669 16966 W System.err:
01-28 09:37:11.160 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.160 12669 16966 W System.err:
01-28 09:37:11.160 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.160 12669 16966 W System.err:
01-28 09:37:11.160 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.160 12669 16966 W System.err:
01-28 09:37:11.160 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.160 12669 16966 W System.err:
01-28 09:37:11.160 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.160 12669 16966 W System.err:
01-28 09:37:11.160 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.160 12669 16966 W System.err:
01-28 09:37:11.160 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.160 12669 16966 W System.err:
01-28 09:37:11.160 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.161 12669 16966 W System.err:
01-28 09:37:11.161 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.161 12669 16966 W System.err:
01-28 09:37:11.161 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.161 12669 16966 W System.err:
01-28 09:37:11.161 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.161 12669 16966 W System.err:
01-28 09:37:11.161 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.161 12669 16966 W System.err:
01-28 09:37:11.161 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.161 12669 16966 W System.err:
01-28 09:37:11.161 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.161 12669 16966 W System.err:
01-28 09:37:11.162 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.162 12669 16966 W System.err:
01-28 09:37:11.185 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x109
01-28 09:37:11.186 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.186 12669 17911 W System.err:
01-28 09:37:11.186 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.187 12669 17911 W System.err:
01-28 09:37:11.187 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.187 12669 17911 W System.err:
01-28 09:37:11.187 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.188 12669 17911 W System.err:
01-28 09:37:11.188 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.188 12669 17911 W System.err:
01-28 09:37:11.188 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.188 12669 17911 W System.err:
01-28 09:37:11.189 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.189 12669 17911 W System.err:
01-28 09:37:11.189 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.189 12669 17911 W System.err:
01-28 09:37:11.189 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.190 12669 17911 W System.err:
01-28 09:37:11.190 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.190 12669 17911 W System.err:
01-28 09:37:11.190 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.190 12669 17911 W System.err:
01-28 09:37:11.191 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.191 12669 17911 W System.err:
01-28 09:37:11.191 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.192 12669 17911 W System.err:
01-28 09:37:11.192 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.192 12669 17911 W System.err:
01-28 09:37:11.192 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.192 12669 17911 W System.err:
01-28 09:37:11.193 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.193 12669 17911 W System.err:
01-28 09:37:11.193 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.193 12669 17911 W System.err:
01-28 09:37:11.193 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.193 12669 17911 W System.err:
01-28 09:37:11.194 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.194 12669 17911 W System.err:
01-28 09:37:11.194 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.194 12669 17911 W System.err:
01-28 09:37:11.194 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.195 12669 17911 W System.err:
01-28 09:37:11.195 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.195 12669 17911 W System.err:
01-28 09:37:11.195 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.195 12669 17911 W System.err:
01-28 09:37:11.196 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.196 12669 17911 W System.err:
01-28 09:37:11.196 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.196 12669 17911 W System.err:
01-28 09:37:11.196 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.196 12669 17911 W System.err:
01-28 09:37:11.197 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x125
01-28 09:37:11.198 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.198 12669 17911 W System.err:
01-28 09:37:11.199 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.199 12669 17911 W System.err:
01-28 09:37:11.200 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.200 12669 17911 W System.err:
01-28 09:37:11.200 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.200 12669 17911 W System.err:
01-28 09:37:11.201 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.201 12669 17911 W System.err:
01-28 09:37:11.201 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.202 12669 17911 W System.err:
01-28 09:37:11.202 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.202 12669 17911 W System.err:
01-28 09:37:11.202 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.203 12669 17911 W System.err:
01-28 09:37:11.203 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.203 12669 17911 W System.err:
01-28 09:37:11.203 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.204 12669 17911 W System.err:
01-28 09:37:11.204 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.204 12669 17911 W System.err:
01-28 09:37:11.205 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.205 12669 17911 W System.err:
01-28 09:37:11.205 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.205 12669 17911 W System.err:
01-28 09:37:11.205 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.205 12669 17911 W System.err:
01-28 09:37:11.206 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.206 12669 17911 W System.err:
01-28 09:37:11.206 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.206 12669 17911 W System.err:
01-28 09:37:11.206 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.206 12669 17911 W System.err:
01-28 09:37:11.207 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.207 12669 17911 W System.err:
01-28 09:37:11.207 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.207 12669 17911 W System.err:
01-28 09:37:11.208 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.208 12669 17911 W System.err:
01-28 09:37:11.208 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.209 12669 17911 W System.err:
01-28 09:37:11.209 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.209 12669 17911 W System.err:
01-28 09:37:11.209 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.209 12669 17911 W System.err:
01-28 09:37:11.210 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.210 12669 17911 W System.err:
01-28 09:37:11.210 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.210 12669 17911 W System.err:
01-28 09:37:11.210 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.211 12669 17911 W System.err:
01-28 09:37:11.292 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x109
01-28 09:37:11.292 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.293 12669 17911 W System.err:
01-28 09:37:11.293 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.293 12669 17911 W System.err:
01-28 09:37:11.294 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.294 12669 17911 W System.err:
01-28 09:37:11.294 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.295 12669 17911 W System.err:
01-28 09:37:11.295 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.295 12669 17911 W System.err:
01-28 09:37:11.296 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.296 12669 17911 W System.err:
01-28 09:37:11.296 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.296 12669 17911 W System.err:
01-28 09:37:11.296 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.297 12669 17911 W System.err:
01-28 09:37:11.297 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.297 12669 17911 W System.err:
01-28 09:37:11.298 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.298 12669 17911 W System.err:
01-28 09:37:11.298 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.298 12669 17911 W System.err:
01-28 09:37:11.299 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.299 12669 17911 W System.err:
01-28 09:37:11.299 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.300 12669 17911 W System.err:
01-28 09:37:11.300 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.300 12669 17911 W System.err:
01-28 09:37:11.301 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.301 12669 17911 W System.err:
01-28 09:37:11.301 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.301 12669 17911 W System.err:
01-28 09:37:11.302 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.302 12669 17911 W System.err:
01-28 09:37:11.302 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.302 12669 17911 W System.err:
01-28 09:37:11.303 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.303 12669 17911 W System.err:
01-28 09:37:11.303 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.303 12669 17911 W System.err:
01-28 09:37:11.304 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.304 12669 17911 W System.err:
01-28 09:37:11.304 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.304 12669 17911 W System.err:
01-28 09:37:11.305 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.305 12669 17911 W System.err:
01-28 09:37:11.305 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.306 12669 17911 W System.err:
01-28 09:37:11.306 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.306 12669 17911 W System.err:
01-28 09:37:11.307 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.307 12669 17911 W System.err:
01-28 09:37:11.308 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x139
01-28 09:37:11.309 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.309 12669 17911 W System.err:
01-28 09:37:11.309 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.309 12669 17911 W System.err:
01-28 09:37:11.310 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.310 12669 17911 W System.err:
01-28 09:37:11.310 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.310 12669 17911 W System.err:
01-28 09:37:11.311 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.311 12669 17911 W System.err:
01-28 09:37:11.311 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.311 12669 17911 W System.err:
01-28 09:37:11.312 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.312 12669 17911 W System.err:
01-28 09:37:11.312 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.312 12669 17911 W System.err:
01-28 09:37:11.312 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.312 12669 17911 W System.err:
01-28 09:37:11.313 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.313 12669 17911 W System.err:
01-28 09:37:11.313 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.313 12669 17911 W System.err:
01-28 09:37:11.313 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.313 12669 17911 W System.err:
01-28 09:37:11.314 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.314 12669 17911 W System.err:
01-28 09:37:11.314 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.314 12669 17911 W System.err:
01-28 09:37:11.314 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.315 12669 17911 W System.err:
01-28 09:37:11.315 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.315 12669 17911 W System.err:
01-28 09:37:11.316 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.316 12669 17911 W System.err:
01-28 09:37:11.316 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.316 12669 17911 W System.err:
01-28 09:37:11.316 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.316 12669 17911 W System.err:
01-28 09:37:11.317 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.317 12669 17911 W System.err:
01-28 09:37:11.317 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.317 12669 17911 W System.err:
01-28 09:37:11.317 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.318 12669 17911 W System.err:
01-28 09:37:11.318 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.318 12669 17911 W System.err:
01-28 09:37:11.318 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.318 12669 17911 W System.err:
01-28 09:37:11.319 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.319 12669 17911 W System.err:
01-28 09:37:11.319 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.319 12669 17911 W System.err:
01-28 09:37:11.331 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x119
01-28 09:37:11.332 12669 16966 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.332 12669 16966 W System.err:
01-28 09:37:11.332 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.333 12669 16966 W System.err:
01-28 09:37:11.333 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.333 12669 16966 W System.err:
01-28 09:37:11.333 12669 16966 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.333 12669 16966 W System.err:
01-28 09:37:11.333 12669 16966 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.334 12669 16966 W System.err:
01-28 09:37:11.334 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.334 12669 16966 W System.err:
01-28 09:37:11.334 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.334 12669 16966 W System.err:
01-28 09:37:11.335 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.335 12669 16966 W System.err:
01-28 09:37:11.335 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.335 12669 16966 W System.err:
01-28 09:37:11.335 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.336 12669 16966 W System.err:
01-28 09:37:11.336 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.336 12669 16966 W System.err:
01-28 09:37:11.336 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.336 12669 16966 W System.err:
01-28 09:37:11.337 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.337 12669 16966 W System.err:
01-28 09:37:11.337 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.337 12669 16966 W System.err:
01-28 09:37:11.337 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.337 12669 16966 W System.err:
01-28 09:37:11.338 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.338 12669 16966 W System.err:
01-28 09:37:11.338 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.338 12669 16966 W System.err:
01-28 09:37:11.339 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.339 12669 16966 W System.err:
01-28 09:37:11.339 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.340 12669 16966 W System.err:
01-28 09:37:11.340 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.340 12669 16966 W System.err:
01-28 09:37:11.340 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.340 12669 16966 W System.err:
01-28 09:37:11.341 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.341 12669 16966 W System.err:
01-28 09:37:11.341 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.341 12669 16966 W System.err:
01-28 09:37:11.341 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.341 12669 16966 W System.err:
01-28 09:37:11.342 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.342 12669 16966 W System.err:
01-28 09:37:11.342 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.342 12669 16966 W System.err:
01-28 09:37:11.343 12669 16966 E ArmVmp : Match on catch block at 0x48 in for
0x135
01-28 09:37:11.344 12669 16966 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:37:11.344 12669 16966 W System.err:
01-28 09:37:11.344 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:37:11.345 12669 16966 W System.err:
01-28 09:37:11.345 12669 16966 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:37:11.345 12669 16966 W System.err:
01-28 09:37:11.345 12669 16966 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:37:11.345 12669 16966 W System.err:
01-28 09:37:11.346 12669 16966 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:37:11.346 12669 16966 W System.err:
01-28 09:37:11.346 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:37:11.346 12669 16966 W System.err:
01-28 09:37:11.346 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:37:11.346 12669 16966 W System.err:
01-28 09:37:11.347 12669 16966 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:37:11.347 12669 16966 W System.err:
01-28 09:37:11.347 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:37:11.347 12669 16966 W System.err:
01-28 09:37:11.348 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:37:11.348 12669 16966 W System.err:
01-28 09:37:11.348 12669 16966 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:37:11.348 12669 16966 W System.err:
01-28 09:37:11.349 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:37:11.349 12669 16966 W System.err:
01-28 09:37:11.349 12669 16966 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:37:11.349 12669 16966 W System.err:
01-28 09:37:11.349 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:37:11.349 12669 16966 W System.err:
01-28 09:37:11.350 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:37:11.350 12669 16966 W System.err:
01-28 09:37:11.350 12669 16966 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:37:11.350 12669 16966 W System.err:
01-28 09:37:11.350 12669 16966 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:37:11.351 12669 16966 W System.err:
01-28 09:37:11.351 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:37:11.351 12669 16966 W System.err:
01-28 09:37:11.351 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.351 12669 16966 W System.err:
01-28 09:37:11.352 12669 16966 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:37:11.352 12669 16966 W System.err:
01-28 09:37:11.352 12669 16966 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:37:11.352 12669 16966 W System.err:
01-28 09:37:11.352 12669 16966 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:37:11.352 12669 16966 W System.err:
01-28 09:37:11.353 12669 16966 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:37:11.353 12669 16966 W System.err:
01-28 09:37:11.353 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:37:11.353 12669 16966 W System.err:
01-28 09:37:11.353 12669 16966 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:37:11.353 12669 16966 W System.err:
01-28 09:37:11.354 12669 16966 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:37:11.354 12669 16966 W System.err:
01-28 09:40:48.440 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 09:40:48.447 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 09:40:48.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 09:40:48.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 09:40:48.861 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.862 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.863 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.863 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.864 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.864 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.865 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.866 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.867 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.867 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.868 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:40:48.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:48.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:48.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:48.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:49.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:49.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:49.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:49.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:49.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:49.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:49.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:49.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:49.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:49.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:50.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:50.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:50.056 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:40:50.056 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:40:50.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:50.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:50.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:50.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:50.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:50.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:50.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:50.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:51.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:51.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:51.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:51.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:51.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:51.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:51.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:51.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:51.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:51.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:51.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:51.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:51.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:51.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:51.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:51.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:51.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:51.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:51.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:51.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:51.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:51.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:51.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:51.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:51.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:51.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:51.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:51.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:51.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:51.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:51.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:51.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:51.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:51.709 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:51.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:51.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:52.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:52.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:52.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:52.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:52.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:52.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:52.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:52.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:52.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:52.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:52.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:52.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:52.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:52.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:52.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.677 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:52.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:52.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:52.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:52.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:52.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:52.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:52.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:52.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:52.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:52.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:52.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:52.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:52.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:52.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:52.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:52.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:52.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:52.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:52.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:52.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:52.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:52.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:52.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:52.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:52.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:53.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:53.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:53.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:53.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:53.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:53.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:53.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:53.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:53.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:53.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:54.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:54.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:54.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:54.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:54.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:54.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:54.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:54.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:54.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:54.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:55.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:55.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:55.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:55.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:55.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:55.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:55.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:55.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:55.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:55.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:55.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:55.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:55.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:55.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:55.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:55.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:55.979 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:55.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:56.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:56.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:56.244 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:56.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:56.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:56.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:56.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:56.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:56.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:56.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:57.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:57.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:57.613 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:57.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:57.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:57.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:58.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:58.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:58.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:58.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:58.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:58.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:58.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:58.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:58.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:58.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:58.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:58.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:58.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:58.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:58.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:58.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:58.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:58.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:40:58.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:40:58.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:59.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:59.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:40:59.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:59.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:40:59.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:40:59.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:40:59.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:40:59.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:41:00.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:41:00.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:41:00.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:41:00.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:41:01.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:41:01.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:41:01.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:41:01.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:41:01.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:41:01.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:41:01.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:41:01.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:41:03.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:41:03.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:41:04.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:41:04.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:41:08.473 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x115
01-28 09:41:08.475 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:41:08.475 12669 17911 W System.err:
01-28 09:41:08.482 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
01-28 09:41:08.483 12669 17911 W System.err:
01-28 09:41:08.483 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:41:08.484 12669 17911 W System.err:
01-28 09:41:08.484 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:41:08.485 12669 17911 W System.err:
01-28 09:41:08.486 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:41:08.486 12669 17911 W System.err:
01-28 09:41:08.486 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:41:08.486 12669 17911 W System.err:
01-28 09:41:08.486 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:41:08.486 12669 17911 W System.err:
01-28 09:41:08.486 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:41:08.486 12669 17911 W System.err:
01-28 09:41:08.486 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:41:08.486 12669 17911 W System.err:
01-28 09:41:08.487 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:41:08.487 12669 17911 W System.err:
01-28 09:41:08.487 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:41:08.487 12669 17911 W System.err:
01-28 09:41:08.487 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:41:08.487 12669 17911 W System.err:
01-28 09:41:08.487 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:41:08.487 12669 17911 W System.err:
01-28 09:41:08.487 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:41:08.487 12669 17911 W System.err:
01-28 09:41:08.487 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:41:08.487 12669 17911 W System.err:
01-28 09:41:08.488 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:41:08.488 12669 17911 W System.err:
01-28 09:41:08.488 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:41:08.488 12669 17911 W System.err:
01-28 09:41:08.488 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:41:08.488 12669 17911 W System.err:
01-28 09:41:08.488 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:41:08.488 12669 17911 W System.err:
01-28 09:41:08.488 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:41:08.488 12669 17911 W System.err:
01-28 09:41:08.488 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:41:08.489 12669 17911 W System.err:
01-28 09:41:08.489 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:41:08.489 12669 17911 W System.err:
01-28 09:41:08.489 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:41:08.489 12669 17911 W System.err:
01-28 09:41:08.489 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:41:08.489 12669 17911 W System.err:
01-28 09:41:08.489 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:41:08.489 12669 17911 W System.err:
01-28 09:41:08.489 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:41:08.489 12669 17911 W System.err:
01-28 09:41:08.492 12669 17911 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
01-28 09:41:08.492 12669 17911 W System.err:
01-28 09:41:08.492 12669 17911 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
01-28 09:41:08.492 12669 17911 W System.err:
01-28 09:41:08.493 12669 17911 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:41:08.493 12669 17911 W System.err:
01-28 09:41:08.493 12669 17911 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
01-28 09:41:08.493 12669 17911 W System.err:
01-28 09:41:08.493 12669 17911 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:41:08.493 12669 17911 W System.err:
01-28 09:41:08.493 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
01-28 09:41:08.493 12669 17911 W System.err:
01-28 09:41:08.493 12669 17911 W System.err: ... 24 more
01-28 09:41:08.493 12669 17911 W System.err:
01-28 09:41:08.494 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x131
01-28 09:41:08.495 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:41:08.495 12669 17911 W System.err:
01-28 09:41:08.496 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:41:08.496 12669 17911 W System.err:
01-28 09:41:08.496 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:41:08.496 12669 17911 W System.err:
01-28 09:41:08.496 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:41:08.496 12669 17911 W System.err:
01-28 09:41:08.496 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:41:08.496 12669 17911 W System.err:
01-28 09:41:08.496 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:41:08.497 12669 17911 W System.err:
01-28 09:41:08.497 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:41:08.497 12669 17911 W System.err:
01-28 09:41:08.497 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:41:08.497 12669 17911 W System.err:
01-28 09:41:08.497 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:41:08.497 12669 17911 W System.err:
01-28 09:41:08.497 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:41:08.497 12669 17911 W System.err:
01-28 09:41:08.497 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:41:08.497 12669 17911 W System.err:
01-28 09:41:08.497 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:41:08.498 12669 17911 W System.err:
01-28 09:41:08.498 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:41:08.498 12669 17911 W System.err:
01-28 09:41:08.498 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:41:08.498 12669 17911 W System.err:
01-28 09:41:08.498 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:41:08.498 12669 17911 W System.err:
01-28 09:41:08.498 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:41:08.498 12669 17911 W System.err:
01-28 09:41:08.498 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:41:08.498 12669 17911 W System.err:
01-28 09:41:08.498 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:41:08.499 12669 17911 W System.err:
01-28 09:41:08.499 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:41:08.499 12669 17911 W System.err:
01-28 09:41:08.499 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:41:08.499 12669 17911 W System.err:
01-28 09:41:08.499 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:41:08.499 12669 17911 W System.err:
01-28 09:41:08.499 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:41:08.499 12669 17911 W System.err:
01-28 09:41:08.499 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:41:08.499 12669 17911 W System.err:
01-28 09:41:08.500 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:41:08.500 12669 17911 W System.err:
01-28 09:41:08.500 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:41:08.500 12669 17911 W System.err:
01-28 09:41:08.500 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:41:08.500 12669 17911 W System.err:
01-28 09:42:46.208 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 09:42:46.221 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 09:42:46.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:42:46.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:42:46.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:42:46.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:42:46.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:42:46.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:42:47.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:42:47.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:42:47.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:42:47.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:42:47.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:42:47.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:42:53.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:42:53.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:42:53.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:42:53.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:42:54.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:42:54.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:42:54.566 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x105
01-28 09:42:54.567 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:42:54.567 12669 17911 W System.err:
01-28 09:42:54.568 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
01-28 09:42:54.568 12669 17911 W System.err:
01-28 09:42:54.569 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:42:54.569 12669 17911 W System.err:
01-28 09:42:54.569 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:42:54.570 12669 17911 W System.err:
01-28 09:42:54.570 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:42:54.570 12669 17911 W System.err:
01-28 09:42:54.571 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:42:54.571 12669 17911 W System.err:
01-28 09:42:54.571 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:42:54.571 12669 17911 W System.err:
01-28 09:42:54.571 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:42:54.572 12669 17911 W System.err:
01-28 09:42:54.572 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:42:54.572 12669 17911 W System.err:
01-28 09:42:54.572 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:42:54.573 12669 17911 W System.err:
01-28 09:42:54.573 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:42:54.573 12669 17911 W System.err:
01-28 09:42:54.574 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:42:54.574 12669 17911 W System.err:
01-28 09:42:54.574 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:42:54.575 12669 17911 W System.err:
01-28 09:42:54.575 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:42:54.575 12669 17911 W System.err:
01-28 09:42:54.576 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:42:54.576 12669 17911 W System.err:
01-28 09:42:54.576 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:42:54.576 12669 17911 W System.err:
01-28 09:42:54.577 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:42:54.577 12669 17911 W System.err:
01-28 09:42:54.577 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:42:54.577 12669 17911 W System.err:
01-28 09:42:54.577 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:42:54.577 12669 17911 W System.err:
01-28 09:42:54.578 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:42:54.578 12669 17911 W System.err:
01-28 09:42:54.578 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:42:54.578 12669 17911 W System.err:
01-28 09:42:54.578 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:42:54.578 12669 17911 W System.err:
01-28 09:42:54.578 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:42:54.579 12669 17911 W System.err:
01-28 09:42:54.579 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:42:54.579 12669 17911 W System.err:
01-28 09:42:54.579 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:42:54.579 12669 17911 W System.err:
01-28 09:42:54.579 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:42:54.580 12669 17911 W System.err:
01-28 09:42:54.580 12669 17911 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
01-28 09:42:54.580 12669 17911 W System.err:
01-28 09:42:54.580 12669 17911 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
01-28 09:42:54.580 12669 17911 W System.err:
01-28 09:42:54.581 12669 17911 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:42:54.581 12669 17911 W System.err:
01-28 09:42:54.581 12669 17911 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
01-28 09:42:54.581 12669 17911 W System.err:
01-28 09:42:54.581 12669 17911 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
01-28 09:42:54.581 12669 17911 W System.err:
01-28 09:42:54.581 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
01-28 09:42:54.581 12669 17911 W System.err:
01-28 09:42:54.582 12669 17911 W System.err: ... 24 more
01-28 09:42:54.582 12669 17911 W System.err:
01-28 09:42:54.583 12669 17911 E ArmVmp : Match on catch block at 0x48 in for
0x129
01-28 09:42:54.584 12669 17911 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
01-28 09:42:54.584 12669 17911 W System.err:
01-28 09:42:54.584 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
01-28 09:42:54.584 12669 17911 W System.err:
01-28 09:42:54.584 12669 17911 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-28 09:42:54.585 12669 17911 W System.err:
01-28 09:42:54.585 12669 17911 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-28 09:42:54.585 12669 17911 W System.err:
01-28 09:42:54.585 12669 17911 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
01-28 09:42:54.585 12669 17911 W System.err:
01-28 09:42:54.585 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
01-28 09:42:54.585 12669 17911 W System.err:
01-28 09:42:54.586 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
01-28 09:42:54.586 12669 17911 W System.err:
01-28 09:42:54.586 12669 17911 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
01-28 09:42:54.586 12669 17911 W System.err:
01-28 09:42:54.586 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
01-28 09:42:54.586 12669 17911 W System.err:
01-28 09:42:54.586 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
01-28 09:42:54.586 12669 17911 W System.err:
01-28 09:42:54.587 12669 17911 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
01-28 09:42:54.587 12669 17911 W System.err:
01-28 09:42:54.587 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
01-28 09:42:54.587 12669 17911 W System.err:
01-28 09:42:54.587 12669 17911 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
01-28 09:42:54.587 12669 17911 W System.err:
01-28 09:42:54.588 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
01-28 09:42:54.588 12669 17911 W System.err:
01-28 09:42:54.588 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
01-28 09:42:54.588 12669 17911 W System.err:
01-28 09:42:54.588 12669 17911 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
01-28 09:42:54.588 12669 17911 W System.err:
01-28 09:42:54.588 12669 17911 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
01-28 09:42:54.588 12669 17911 W System.err:
01-28 09:42:54.588 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
01-28 09:42:54.588 12669 17911 W System.err:
01-28 09:42:54.588 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:42:54.588 12669 17911 W System.err:
01-28 09:42:54.589 12669 17911 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
01-28 09:42:54.589 12669 17911 W System.err:
01-28 09:42:54.589 12669 17911 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
01-28 09:42:54.589 12669 17911 W System.err:
01-28 09:42:54.589 12669 17911 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-28 09:42:54.589 12669 17911 W System.err:
01-28 09:42:54.589 12669 17911 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
01-28 09:42:54.589 12669 17911 W System.err:
01-28 09:42:54.589 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 09:42:54.589 12669 17911 W System.err:
01-28 09:42:54.589 12669 17911 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 09:42:54.589 12669 17911 W System.err:
01-28 09:42:54.589 12669 17911 W System.err: at
java.lang.Thread.run(Thread.java:1012)
01-28 09:42:54.589 12669 17911 W System.err:
01-28 09:42:54.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:42:54.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:42:55.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:42:55.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:42:55.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:42:55.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:42:56.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:42:56.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:42:56.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:42:56.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:42:56.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:42:56.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:42:56.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:42:56.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:42:56.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:42:56.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:42:57.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:42:57.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:48.027 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 09:43:48.036 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 09:43:48.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 09:43:48.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 09:43:48.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 09:43:48.754 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:43:48.755 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:43:48.756 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:43:48.757 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:43:48.759 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:43:48.761 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:43:48.761 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:43:48.762 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:43:48.763 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:43:48.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:48.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:48.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:48.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:48.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:48.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:49.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:49.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:49.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:49.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:49.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:49.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:49.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:49.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:49.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:49.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:49.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:49.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:50.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:50.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:50.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:50.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:50.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:50.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:51.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:51.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:51.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:51.278 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:43:51.278 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:43:51.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:51.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:51.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:51.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:51.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:51.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:51.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:51.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:51.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:51.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:51.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:51.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:51.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:51.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:51.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:52.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:52.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:52.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:52.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:52.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:52.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:52.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:52.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:52.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:52.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:52.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:52.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:52.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:52.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:52.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:52.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:52.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:52.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:53.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:53.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:53.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:53.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:53.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:53.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:53.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:53.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:53.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:53.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:53.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:53.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:53.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:53.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:53.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:54.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:54.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:54.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:54.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:54.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:54.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:54.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:54.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:54.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:54.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:54.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:54.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:55.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:55.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:55.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:55.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:55.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:55.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:55.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:55.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:55.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:55.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:55.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:55.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:55.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:55.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:55.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:55.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:55.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:55.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:55.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:55.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:55.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:55.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:55.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:55.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:56.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:56.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:56.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:56.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:56.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:56.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:57.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:57.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:57.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:57.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:57.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:57.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:57.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:57.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:57.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:57.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:57.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:57.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:58.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:58.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:58.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:58.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:58.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:43:58.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:58.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:43:58.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:58.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:58.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:43:58.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:58.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:58.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:58.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:43:58.272 12669 21154 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:43:58.272 12669 21154 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:43:58.317 12669 12713 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:43:58.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:58.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:58.979 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:58.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:59.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:43:59.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:43:59.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:43:59.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:00.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:00.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:00.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:00.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:00.572 12669 12758 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=5f445bca-3104-4492-84aa-bbfb8ab4f3ee, generation=0)
01-28 09:44:01.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:01.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:01.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:01.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:02.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:02.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:02.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:02.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:03.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:03.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:03.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:03.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:03.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:03.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:05.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:05.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:05.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:05.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:05.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:05.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:05.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:05.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:08.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:08.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:08.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:08.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:09.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:09.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:09.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:09.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:10.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:10.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:10.450 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:44:10.450 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:44:10.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:10.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:10.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:10.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:10.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:10.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:10.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:10.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:10.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:10.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:11.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:11.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:11.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:11.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:11.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:11.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:11.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:11.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:11.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:11.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:11.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:11.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:11.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:11.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:11.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:11.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:11.813 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:11.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:11.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:11.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:11.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:11.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:11.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:11.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:11.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:11.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:11.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:11.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:11.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:11.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:11.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:11.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:11.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:11.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:12.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:12.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:12.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:12.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:12.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:12.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:12.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:12.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:12.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:12.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:12.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:12.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:13.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:13.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:13.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:13.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:13.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:13.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:13.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:13.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:13.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:13.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:14.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:14.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:14.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:14.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:14.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:14.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:14.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:14.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:14.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:14.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:15.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:15.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:15.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:15.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:15.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:15.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:15.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:15.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:15.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:15.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:15.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:15.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:15.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:15.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:15.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:15.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:15.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:15.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:16.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:16.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:16.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:16.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:16.342 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:16.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:16.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:16.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:16.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:16.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:16.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:16.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:16.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:16.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:17.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:17.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:17.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:17.443 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:17.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:17.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:18.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:18.178 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:18.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:18.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:18.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:18.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:18.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:18.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:18.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:18.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:18.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:18.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:18.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:18.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:19.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:19.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:19.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:19.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:19.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:19.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:19.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:19.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:19.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:19.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:19.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:19.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:19.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:19.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:19.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:19.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:19.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:19.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:19.394 12669 21154 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:44:19.394 12669 21154 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:44:19.422 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:44:19.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:19.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:20.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:20.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:20.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:20.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:20.313 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:20.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:20.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:20.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:20.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:20.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:21.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:21.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:27.628 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 09:44:27.636 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 09:44:27.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:27.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:27.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:27.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:27.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:27.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:28.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:28.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:28.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:28.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:28.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:28.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:28.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:28.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:28.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:28.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:28.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:28.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:28.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:28.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:28.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:28.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:28.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:28.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:28.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:28.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:28.235 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:44:28.235 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:44:28.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:28.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:28.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:28.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:28.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:28.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:28.322 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:28.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:28.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:28.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:28.487 12669 21154 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:44:28.487 12669 21154 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:44:28.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:28.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:28.561 12669 12713 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:44:28.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:28.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:28.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:28.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:28.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:28.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:28.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:28.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:28.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:28.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:29.142 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:29.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:29.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:29.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:29.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:29.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:29.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:29.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:31.057 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 09:44:31.064 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 09:44:31.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 09:44:31.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 09:44:31.422 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.422 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.423 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.423 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.424 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.424 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.425 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.425 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.426 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.427 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.427 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:44:31.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:31.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:31.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:31.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:31.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:31.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:32.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:32.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:32.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:32.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:32.427 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:44:32.427 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:44:32.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:32.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:32.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:32.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:32.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:32.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:33.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:33.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:33.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:33.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:34.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:34.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:34.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:34.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:35.021 12669 21154 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:44:35.021 12669 21154 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:44:35.056 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:44:35.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:35.092 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:35.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:35.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:35.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:35.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:35.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:35.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:35.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:35.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:35.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:35.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:35.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:35.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:35.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:35.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:35.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:35.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:35.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:35.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:35.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:35.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:35.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:35.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:35.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:35.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:35.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:35.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:35.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=744aa2dd-606f-4c25-9840-470b28c7fbac transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/32496245_2087639098265033_8302912019297350068_n.enc?ccb=11-
4&oh=01_AdQPG0Akjr8TY5w4nj0s6AiSmD4IRVqqaf9kdGi53PTqHA&oe=65DDF251&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=9UWx9v0hTZq86qbPSXwnFJOvlNJESMk7yhrazBm5cnI= file_path=Media/WhatsApp
Stickers/STK-20240128-WA0001.webp file_size=78116 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706456673000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/32496245_2087639098265033_8302912019297350068_n.enc?ccb=11-
4&oh=01_AdQPG0Akjr8TY5w4nj0s6AiSmD4IRVqqaf9kdGi53PTqHA&oe=65DDF251&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=732 multicast_id=null
enc_file_hash=ig9GG6gy4oSEzF4GBeshH9WFrIT0kaHYTjT4pFi2Ncw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=78116
media_name=null media_duration=0 chat_row_id=121 media_key=[B@7fa300d
01-28 09:44:35.917 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 09:44:35.917 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 09:44:35.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:35.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:35.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:36.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:36.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:36.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:36.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:36.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:36.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:37.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:37.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:37.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:37.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:37.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:37.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:37.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:37.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:37.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:37.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:37.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:37.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:37.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:37.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:37.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:37.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:37.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:37.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:37.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:37.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:37.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:37.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:37.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:37.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:37.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:37.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:37.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:37.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:38.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:38.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:38.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:38.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:38.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:38.342 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:38.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:38.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:38.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:38.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:38.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:38.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:39.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:39.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:39.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:39.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:39.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:39.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:39.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:39.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:39.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:39.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:40.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:40.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:40.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:40.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:40.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:40.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:40.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:40.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:40.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:40.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:41.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:41.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:41.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:41.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:41.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:41.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:41.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:41.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:41.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:41.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:41.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:41.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:41.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:41.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:41.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:41.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:41.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:41.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:41.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:41.613 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:41.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:41.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:41.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:41.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:41.660 12669 21154 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:44:41.661 12669 21154 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:44:41.692 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:44:41.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:41.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:42.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:42.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:42.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:42.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:42.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:42.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:42.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:42.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:43.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:43.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:43.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:43.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:43.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:43.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:43.178 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:43.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:43.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:43.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:43.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:43.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:43.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:43.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:43.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:43.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:43.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:43.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:43.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:43.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:43.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:43.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:43.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:43.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:43.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:43.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:43.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:43.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:44.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:44.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:44.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:44.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:44.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:44.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:44.449 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:44.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:44.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:44.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:44.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:44.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:44.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:44.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:45.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:45.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:45.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:45.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:46.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:46.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:46.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:46.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:46.376 12669 12669 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-28 09:44:46.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:46.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:46.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:46.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:46.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:46.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:47.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:47.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:47.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:47.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:47.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:47.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:47.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:47.677 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:47.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:47.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:48.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:48.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:48.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:48.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:48.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:48.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:48.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:48.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:48.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:48.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:48.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:48.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:48.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:48.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:48.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:48.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:48.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:48.709 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:48.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:48.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:48.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:48.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:48.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:48.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:48.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:48.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:48.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:48.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:48.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:48.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:48.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:48.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:48.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:48.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:48.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:48.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:48.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:48.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:48.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:49.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:49.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:49.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:49.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:49.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:49.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:49.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:49.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:50.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:50.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:50.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:50.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:50.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:50.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:50.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:50.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:50.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:50.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:50.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:50.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:50.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:50.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:50.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:50.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:50.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:50.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:50.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:50.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:50.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:50.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:50.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:50.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:50.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:50.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:50.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:50.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:50.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:50.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:50.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:50.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:50.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:50.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:50.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:50.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:50.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:50.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:51.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:51.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:51.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:51.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:51.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:51.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:51.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:51.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:51.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:51.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:51.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:51.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:51.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:51.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:51.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:51.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:51.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:51.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:51.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:51.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:51.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:51.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:51.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:51.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:51.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:51.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:51.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:51.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:44:51.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:51.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:51.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:51.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:51.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:51.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:51.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:51.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:51.591 12669 21154 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:44:51.591 12669 21154 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:44:51.618 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:44:51.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:44:51.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:51.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:51.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:52.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:52.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:52.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:52.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:44:53.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:53.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:44:53.594 12669 12669 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 09:44:53.617 12669 12669 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 87997639
01-28 09:44:53.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:44:53.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:44:54.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:44:54.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:00.635 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 09:48:00.643 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 09:48:00.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:00.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:00.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 09:48:00.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:00.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:00.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:00.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:01.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:01.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:01.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:01.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:01.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:01.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:01.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:01.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:02.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:02.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:02.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:02.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:02.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:02.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:02.871 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:48:02.871 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:48:02.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:02.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:02.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:03.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:03.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:03.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:03.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:03.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:03.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:03.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:03.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:03.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:04.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:04.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:04.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:04.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:04.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:04.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:05.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:05.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:05.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:05.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:05.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:05.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:05.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:05.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:05.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:05.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:05.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:05.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:05.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:06.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:06.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:06.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:06.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:06.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:06.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.141 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:06.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:06.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:06.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:06.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:06.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:06.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:06.440 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:06.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:06.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:06.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:06.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:06.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:06.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:06.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:06.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:06.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:06.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:06.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:07.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:07.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:07.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:07.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:07.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:07.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:08.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:08.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:08.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:08.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:08.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:08.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:08.979 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:08.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:08.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:09.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:09.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:09.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:09.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:09.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:09.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:09.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:09.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:09.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:09.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:09.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:09.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:09.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:09.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:09.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:09.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:09.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:09.295 12669 25036 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:48:09.296 12669 25036 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:48:09.330 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:48:09.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:09.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:10.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:10.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:10.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:10.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:10.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:10.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:10.334 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 09:48:10.372 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 09:48:10.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:10.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:10.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:10.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:10.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:10.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:10.702 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 09:48:10.705 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 09:48:10.763 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 09:48:10.765 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 09:48:10.768 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 09:48:10.771 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 09:48:10.774 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 09:48:10.777 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 09:48:10.779 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 09:48:10.782 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 09:48:10.784 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 09:48:10.786 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 09:48:10.789 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 09:48:10.791 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 09:48:10.794 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 09:48:10.796 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 09:48:10.798 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 09:48:10.800 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 09:48:10.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:10.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:11.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:11.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:11.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:11.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:12.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:12.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:12.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:12.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:13.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:13.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:13.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:13.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:14.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:14.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:14.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:14.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:15.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:15.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:15.777 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 09:48:15.780 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 09:48:15.782 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 09:48:15.784 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 09:48:15.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:15.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:16.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:16.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:16.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:16.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:17.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:17.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:17.692 12669 12669 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 09:48:17.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:17.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:17.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 09:48:17.842 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:17.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:17.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:17.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:17.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:17.945 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:18.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:18.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=af3e5f03-65f5-469e-b4c3-fbda26cf535b transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=1.0
is_animated_sticker=0 file_hash=cJOPv5sRfg/Pqt+2HmDQ5Bz4vig5sYnNOiC4uP6lrWE=
file_path=/data/user/0/com.whatsapp/files/Stickers/cJOPv5sRfg-
Pqt+2HmDQ5Bz4vig5sYnNOiC4uP6lrWE=.webp file_size=8344 partial_media_hash=null
face_x=0 face_y=0 height=64 trim_to=0 media_key_timestamp=0 message_url=null
media_caption=null trim_from=0 mime_type=image/webp partial_media_enc_hash=null
width=64 original_file_hash=null has_streaming_sidecar=0
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=739
multicast_id=null enc_file_hash=null mute_video=0 page_count=0
first_scan_sidecar=null suspicious_content=0 file_length=8344
media_name=cJOPv5sRfg-Pqt+2HmDQ5Bz4vig5sYnNOiC4uP6lrWE=.webp media_duration=0
chat_row_id=121 media_key=null
01-28 09:48:18.481 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 09:48:18.481 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 09:48:18.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:18.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:18.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:18.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:18.619 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 09:48:18.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:18.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=af3e5f03-65f5-469e-b4c3-fbda26cf535b transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/31244531_399224529176986_3898953688653608541_n.enc?ccb=11-
4&oh=01_AdRaDrZ32F4sHqV4xcKjh5X2L5n9i_Cm0IQHFeN1iaioUA&oe=65DDF33A&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=cJOPv5sRfg/Pqt+2HmDQ5Bz4vig5sYnNOiC4uP6lrWE= file_path=Media/WhatsApp
Stickers/STK-20240127-WA0046.webp file_size=8344 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706408635000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/31244531_399224529176986_3898953688653608541_n.enc?ccb=11-
4&oh=01_AdRaDrZ32F4sHqV4xcKjh5X2L5n9i_Cm0IQHFeN1iaioUA&oe=65DDF33A&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=739 multicast_id=null
enc_file_hash=lw5dPSCMc7/jI/kauuZapkz9XLJs7euC/q7+Nwr/n4c= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=8344
media_name=cJOPv5sRfg-Pqt+2HmDQ5Bz4vig5sYnNOiC4uP6lrWE=.webp media_duration=0
chat_row_id=121 media_key=[B@3e5cfe5
01-28 09:48:18.826 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 09:48:18.826 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 09:48:18.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:18.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:19.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:19.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:19.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:19.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:19.090 12669 25036 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:48:19.091 12669 25036 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:48:19.119 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:48:19.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:19.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:19.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:19.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:19.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:19.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:22.514 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 09:48:22.521 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 09:48:22.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 09:48:22.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 09:48:22.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 09:48:22.884 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.884 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.885 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.885 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.886 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.887 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.888 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.888 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.890 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.890 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:48:22.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:22.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:22.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:22.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:22.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:22.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:23.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:23.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:23.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:23.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:23.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:23.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:23.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:23.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:23.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:24.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:24.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:24.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:24.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:24.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:24.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:25.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:25.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:25.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:25.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:25.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:25.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:26.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:26.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:26.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:26.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:26.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:26.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:27.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:27.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:27.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:27.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:27.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:27.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:28.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:28.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:28.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:28.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:28.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:28.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:29.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:29.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:29.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:29.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:29.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:29.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:29.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:29.613 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:29.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:29.671 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:48:29.671 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:48:29.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:29.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:29.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:29.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:29.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:29.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:30.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:30.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:30.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:30.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:30.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:30.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:30.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:30.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:30.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:30.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:30.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:30.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:30.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:30.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:30.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:30.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:30.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:30.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:31.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:31.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:31.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:31.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:31.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:31.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:31.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:31.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:31.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:31.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:31.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:31.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:31.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:31.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:31.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:31.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:31.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:31.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:31.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:31.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:31.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:31.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:31.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:31.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:31.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:31.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:31.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:31.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:31.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:32.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:32.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:32.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:32.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:32.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:32.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:32.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:32.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:32.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:32.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:32.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:32.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:32.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:32.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:32.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:32.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:32.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:32.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:32.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:32.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:32.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:32.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:32.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:32.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:33.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:33.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:33.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:33.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:33.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:33.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:33.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:33.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:33.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:33.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:33.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:33.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:34.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:34.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:34.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:34.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:34.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:34.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:34.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:34.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:34.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:34.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:34.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:34.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:34.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:34.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:34.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:34.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:34.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:34.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:35.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:35.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:35.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:35.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:35.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:35.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:35.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:35.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:35.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:36.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:36.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:36.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:36.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:36.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:36.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:36.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:36.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:36.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:36.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:36.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:36.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:36.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:36.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:36.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:36.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:36.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:36.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:36.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:36.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:36.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:36.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:36.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:36.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:37.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:37.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:37.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:37.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:37.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:37.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:38.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:38.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:38.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:38.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:38.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:38.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:39.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:39.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:39.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:39.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:39.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:39.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:40.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:40.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:40.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:40.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:40.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:40.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:40.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:40.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:40.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:41.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:41.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:41.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:41.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:41.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:41.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:41.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:41.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:41.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:41.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:41.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:41.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:41.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:41.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:41.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:41.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:41.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:41.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:42.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:42.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:42.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:42.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:42.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:42.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:43.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:43.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:43.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:43.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:43.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:43.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:43.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:43.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:43.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:43.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:43.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:43.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:43.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:44.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:44.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:44.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:44.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:44.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:45.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:45.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:45.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:45.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:45.296 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:45.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:45.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:45.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:45.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:45.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:45.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:45.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:45.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:45.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:45.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:45.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:45.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:45.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:45.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:45.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:45.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:45.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:45.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:45.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:45.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:45.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:45.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:45.818 12669 25036 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:48:45.818 12669 25036 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:48:45.844 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:48:46.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:46.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:46.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:46.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:47.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:47.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:47.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:47.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:48.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:48.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:48.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:48.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:49.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:49.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:49.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:49.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:50.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:48:50.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:50.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:50.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:51.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:48:51.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:51.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:51.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:51.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:51.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:52.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:48:52.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:52.296 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:48:52.296 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:48:52.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:48:52.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:52.412 12669 12669 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 09:48:52.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:48:52.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:48:52.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:48:52.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=822ad621-6fb3-4e3f-b229-19532a5ae246 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/29985004_900240021773182_4399357274521340196_n.enc?ccb=11-
4&oh=01_AdRxbUspggNPxPoxUoTHV1GQl5JkSHSvGXrqNotTQeyEPw&oe=65DDE0BB&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=O74Z5vxYKi7FjJ44nmWEnpGCtCS3wmR71Hf7+m8LxRI= file_path=Media/WhatsApp
Stickers/STK-20240128-WA0002.webp file_size=16904 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706375141000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/29985004_900240021773182_4399357274521340196_n.enc?ccb=11-
4&oh=01_AdRxbUspggNPxPoxUoTHV1GQl5JkSHSvGXrqNotTQeyEPw&oe=65DDE0BB&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=741 multicast_id=null
enc_file_hash=gpnVQt7ppX7xUQF0g7D0rTCR7q0kuj66LsTIVqKDquE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=16904
media_name=null media_duration=0 chat_row_id=121 media_key=[B@6ca4074
01-28 09:49:42.701 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 09:49:42.701 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 09:49:53.503 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 09:49:53.510 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 09:49:53.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 09:49:53.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 09:49:53.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 09:49:53.818 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:49:53.818 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:49:53.819 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:49:53.821 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:49:53.821 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:49:53.822 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:49:53.822 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:49:53.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:53.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:53.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:53.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:53.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:53.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:53.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:49:53.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:49:53.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:49:53.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:49:53.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:49:53.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:49:54.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:54.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:54.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:54.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:54.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:54.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:54.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:54.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:54.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:55.031 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:49:55.031 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:49:55.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:55.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:55.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:55.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:55.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:55.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:55.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:55.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:55.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:55.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:55.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:55.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:55.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:55.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:55.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:56.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:56.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:56.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:56.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:56.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:56.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:57.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:57.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:57.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:57.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:57.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:57.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:58.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:58.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:58.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:58.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:58.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:58.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:58.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:58.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:58.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:58.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:58.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:49:58.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:58.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:49:58.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:58.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:49:58.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:59.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:59.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:59.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:59.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:59.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:59.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:59.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:49:59.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:49:59.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:49:59.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:59.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:49:59.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:49:59.842 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:59.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:49:59.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:49:59.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:49:59.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:49:59.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:00.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:00.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:00.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:00.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:00.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:00.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:00.644 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:00.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:00.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:00.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:00.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:00.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:00.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:00.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:00.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:01.050 12669 25036 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:50:01.050 12669 25036 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:50:01.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:01.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:01.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:01.088 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:50:01.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:01.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:01.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:01.244 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:01.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:01.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:01.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:01.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:01.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:01.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:01.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:01.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:01.613 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:01.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:01.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:01.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:01.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:01.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:01.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:01.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:01.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:02.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:02.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:02.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:02.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:02.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:02.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:03.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:03.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:03.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:03.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:03.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:03.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:04.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:04.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:04.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:04.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:04.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:04.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:04.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:04.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:04.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:04.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:04.639 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:04.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:04.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:04.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.092 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:05.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:05.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:05.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:05.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:05.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:05.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:05.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:05.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:05.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:06.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:06.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.344 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.555 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:06.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:06.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:06.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:06.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:06.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:06.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:06.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:06.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:06.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:06.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:06.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:06.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:06.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:06.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:06.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:06.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:06.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:06.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:06.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:06.919 12669 25036 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:50:06.919 12669 25036 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:50:06.948 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:50:07.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:07.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:07.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:07.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:07.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:07.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:07.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:07.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:07.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:07.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:07.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:07.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:07.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:07.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:07.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:07.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:07.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:07.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:07.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:07.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:07.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:07.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:07.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:07.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:07.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:07.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:08.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:08.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:08.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:08.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:09.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:09.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:09.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:09.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:09.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:09.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:09.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:09.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:10.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:10.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:10.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:10.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:11.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:11.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:11.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:11.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:12.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:12.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:12.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:12.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:12.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:12.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:13.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:13.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:13.180 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:13.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:13.682 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:13.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:13.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:13.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:14.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:14.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:14.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:14.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:14.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:14.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:14.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:14.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:15.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:15.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:15.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:15.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:15.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:15.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:15.166 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:15.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:15.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:15.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:15.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:15.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:15.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:15.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:15.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:15.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:15.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:15.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:15.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:15.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:15.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:15.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:15.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:15.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:15.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:15.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:15.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:15.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:15.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:15.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:15.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:15.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:15.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:15.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:15.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:15.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:15.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:15.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:15.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:15.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:15.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:15.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:15.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:15.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:15.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:15.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:15.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:15.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:15.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:15.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:15.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:15.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:15.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:15.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:16.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:16.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:16.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:16.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:16.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:16.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:16.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:16.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:16.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:16.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:16.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:16.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:16.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:16.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:16.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:16.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:16.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:16.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:16.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:16.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:16.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:16.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:16.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:16.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:16.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:16.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:16.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:16.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:16.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:16.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:16.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:16.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:16.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:16.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:16.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:16.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:16.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:16.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:16.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:16.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:17.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:17.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:17.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:17.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:17.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:17.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:17.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:17.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:17.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:17.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:17.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:17.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:17.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:17.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:17.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:17.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:18.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:18.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:18.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:18.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:18.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:18.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:19.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:19.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:19.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:19.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:19.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:19.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:20.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:20.145 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:20.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:20.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:20.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:20.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:20.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:20.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:20.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:20.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:21.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:21.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:21.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:21.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:21.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:21.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:21.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:21.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:22.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:22.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:22.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:22.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:22.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:22.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:23.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:23.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:23.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:23.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:23.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:23.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:23.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:23.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:23.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:23.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:23.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:23.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:24.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:24.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:24.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:24.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:24.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:24.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:24.196 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:24.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:24.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:24.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:24.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:24.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:24.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:24.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:24.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:24.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:24.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:24.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:24.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:24.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:24.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:24.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:24.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:24.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:24.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:24.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:24.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:24.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:25.068 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:25.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:25.083 12669 25036 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:50:25.083 12669 25036 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:50:25.112 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:50:25.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:25.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:25.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:25.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:25.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:25.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:25.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:25.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:25.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:25.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:25.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:25.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:25.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:25.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:25.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:25.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:25.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:25.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:25.682 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:25.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:25.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:25.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:25.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:25.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:25.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:25.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:25.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:25.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:25.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:25.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:25.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:25.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:25.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:26.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:26.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:26.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:26.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:26.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:26.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:26.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:26.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:26.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:27.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:27.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:27.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:27.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:27.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:27.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:27.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:27.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:28.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:28.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:28.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:28.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:28.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:28.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:28.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:28.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:28.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:28.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:28.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:28.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:28.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:28.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:29.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:29.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:29.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:29.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:30.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:30.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:30.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:30.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:31.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:31.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:31.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:31.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:31.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:31.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:31.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:31.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:31.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:31.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:31.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:31.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:32.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:32.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:32.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:32.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:32.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:32.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:33.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:33.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:33.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:33.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:34.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:34.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:34.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:34.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:34.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:34.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:35.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:35.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:35.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:35.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:36.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:36.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:36.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:36.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:36.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:36.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:37.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:37.068 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:37.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:37.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:37.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:37.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:38.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:38.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:38.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:38.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:38.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:39.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:39.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:39.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:39.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:39.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:40.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:40.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:40.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:40.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:41.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:41.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:41.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:41.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:41.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:41.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:41.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:41.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:42.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:42.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:42.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:42.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:42.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:42.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:42.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:42.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:43.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:43.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:43.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:43.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:43.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:43.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:43.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:43.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:44.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:44.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:44.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:44.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:44.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:44.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:44.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:44.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:45.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:45.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:45.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:45.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:45.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:45.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:45.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:45.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:45.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:45.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:45.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:45.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:46.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:46.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:46.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:46.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:46.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:46.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:47.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:47.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:47.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:47.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:47.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:47.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:48.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:48.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:48.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:48.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:48.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:48.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:48.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:48.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:48.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:48.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:48.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:48.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:48.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:48.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:48.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:48.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:48.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:48.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:48.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:48.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:48.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:48.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:48.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:48.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:48.967 12669 25036 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:50:48.968 12669 25036 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:50:48.997 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:50:49.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:49.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:49.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:49.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:49.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:49.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:49.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:49.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:49.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:49.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:49.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:49.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:49.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:49.440 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:49.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:49.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:49.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:49.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:49.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:49.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:49.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:49.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:49.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:49.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:49.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:49.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:49.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:49.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:49.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:49.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:49.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:49.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:49.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:49.842 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:50.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:50.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:50.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:50.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:50.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:50.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:50.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:50.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:51.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:51.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:51.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:51.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:51.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:51.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:51.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:51.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:52.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:52.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:52.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:52.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:52.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:52.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:52.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:52.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:52.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:52.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:52.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:52.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:53.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:53.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:53.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:53.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:53.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:53.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:53.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:53.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:54.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:54.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:54.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:54.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:54.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:54.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:54.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:54.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:54.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:54.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:54.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:54.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:54.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:54.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:54.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:54.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:54.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:54.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:54.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:54.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:54.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:54.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:54.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:54.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:54.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:54.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:54.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:54.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:54.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:54.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:54.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:54.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:55.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:55.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:55.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:55.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:55.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:55.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:55.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:55.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:55.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:55.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:55.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:55.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:55.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:55.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:55.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:55.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:55.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:55.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:55.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:55.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:55.178 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:55.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:55.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:55.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:55.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:55.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:55.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:55.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:55.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:55.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:55.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:55.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:55.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:55.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:55.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:55.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:56.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:56.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:56.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:56.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:56.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:56.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:56.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:56.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:56.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:56.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:57.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:57.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:57.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:57.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:57.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:57.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:57.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:57.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:57.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:57.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:58.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:58.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:58.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:58.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:58.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:58.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:58.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:58.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:58.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:58.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:58.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:58.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:58.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:58.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:50:59.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:50:59.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:59.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:50:59.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:50:59.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:50:59.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:50:59.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:50:59.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:00.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:00.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:00.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:00.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:00.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:00.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:00.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:00.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:00.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:00.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:00.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:00.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:01.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:01.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:01.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:01.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:02.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:02.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:02.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:02.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:03.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:03.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:03.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:03.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:04.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:04.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:04.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:04.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:05.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:05.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:05.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:05.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:06.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:06.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:06.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:06.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:06.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:06.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:06.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:06.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:07.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:07.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:07.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:07.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:07.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:07.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:07.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:07.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:08.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:08.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:08.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:08.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:08.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:08.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:09.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:09.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:09.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:09.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:09.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:09.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:09.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:09.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:09.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:09.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:09.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:09.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:09.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:09.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:09.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:09.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:10.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:10.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:10.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:10.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:10.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:10.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:11.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:11.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:11.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:11.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:11.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:11.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:11.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:11.145 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:11.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:11.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:11.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:11.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:11.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:11.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:11.321 12669 25036 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:51:11.321 12669 25036 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:51:11.349 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:51:11.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:11.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:11.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:11.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:11.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:11.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:11.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:12.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:12.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:12.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:12.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:13.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:13.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:13.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:13.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:14.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:14.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:14.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:14.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:15.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:15.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:15.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:15.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:16.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:16.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:16.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:17.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:17.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:17.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:17.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:18.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:18.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:18.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:18.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:19.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:19.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:19.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:19.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:19.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:19.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:19.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:19.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:19.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:19.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:19.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:19.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:19.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:19.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:19.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:19.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:19.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:19.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:19.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:19.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:19.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:19.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:20.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:20.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:20.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:20.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:20.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:20.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:20.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:20.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:20.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:20.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:20.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:20.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:20.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:20.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:20.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:20.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:20.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:20.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:20.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:20.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:20.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:20.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:20.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:20.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:20.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:20.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:20.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:20.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:20.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:20.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:20.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:20.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:20.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:20.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:20.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:20.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:20.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:20.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:20.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:20.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:20.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:20.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:20.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:20.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:20.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:20.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:21.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:21.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:21.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:21.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:21.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:21.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:21.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:21.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:21.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:21.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:21.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:21.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:21.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:21.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:21.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:21.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:21.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:21.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:21.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:21.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:21.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:21.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:21.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:21.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:21.613 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:21.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:21.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:21.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:22.300 12669 12669 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 09:51:22.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:22.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:22.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:22.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:22.680 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:51:22.680 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:51:22.681 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:51:22.681 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:51:22.681 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:51:22.681 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:51:22.682 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:51:22.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:22.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:24.296 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:24.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:24.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:24.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:24.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:24.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:24.671 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:51:24.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:24.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:24.808 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:51:24.808 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:51:25.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:25.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:51:25.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:25.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:25.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:25.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:25.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:25.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:25.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:25.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:25.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:25.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:27.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:27.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:27.613 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:27.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:27.671 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 09:51:27.704 12669 12669 W RemoteInputConnectionImpl: getExtractedText on
inactive InputConnection
01-28 09:51:27.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:27.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:27.821 12669 25036 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:51:27.821 12669 25036 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:51:27.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:27.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:27.859 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:51:27.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:27.909 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:29.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:29.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:29.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:29.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:30.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:51:30.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:51:30.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:30.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:51:31.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:51:31.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:51:31.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:51:31.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:42.244 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 09:53:42.256 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 09:53:42.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:42.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:42.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:42.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:42.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:42.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:42.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:42.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:43.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:43.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:43.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:43.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:44.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:44.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:44.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:44.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:44.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:44.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:44.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 09:53:44.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:44.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:44.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:44.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:44.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:44.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:45.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:45.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:45.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:45.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:45.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:45.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:46.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:46.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:46.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:46.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:46.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:46.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:47.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:47.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:47.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:47.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:47.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:47.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:48.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:48.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:48.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:48.635 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:48.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:48.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:49.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:49.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:49.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:49.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:49.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:49.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:50.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:50.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:50.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:50.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:50.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:50.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:51.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:51.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:51.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:51.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:51.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:51.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.141 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:52.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:52.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:52.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:52.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:52.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:52.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:52.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.185 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.282 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.639 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.842 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:53.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:53.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:53.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:53.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:53.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:53.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:53.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:54.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:54.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:54.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:54.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:54.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:54.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:54.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:54.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:54.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:54.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:54.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:54.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:54.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:54.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:54.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:54.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:54.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.450 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:53:54.450 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:53:54.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:54.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:54.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:54.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:54.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:54.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:54.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:54.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:54.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:54.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:54.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:54.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:54.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:54.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:55.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:55.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:55.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:55.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:55.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:55.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:55.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:55.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:55.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:55.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:55.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:55.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:55.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:55.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:55.443 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:55.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:55.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:55.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:55.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:55.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:55.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:55.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:55.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:55.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:55.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:55.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:55.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:55.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:56.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:56.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:56.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:56.639 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:56.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:56.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:56.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:56.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:57.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:57.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:57.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:57.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:58.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:58.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:58.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:58.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:58.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:58.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:58.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:58.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:58.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:58.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:58.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:58.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:58.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:58.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:58.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:58.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:58.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:58.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:58.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:58.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:58.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:58.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:58.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:58.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:58.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:58.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:58.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:58.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:58.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:58.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:58.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:58.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:58.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:58.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:58.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:58.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:58.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:58.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:58.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:58.979 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:58.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:58.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:59.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:59.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:59.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:59.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:59.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:59.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:59.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:59.180 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:59.185 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:59.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:59.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:59.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:59.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:59.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:59.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:59.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:59.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:59.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:59.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:59.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:59.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:59.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:53:59.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:59.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:53:59.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:59.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:53:59.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:59.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:53:59.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:53:59.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:53:59.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:53:59.883 12669 26405 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:53:59.883 12669 26405 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:53:59.913 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:54:00.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:00.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:00.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:00.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:00.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:00.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:00.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:00.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:00.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:00.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:00.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:00.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:00.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:00.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:00.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:00.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:00.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:00.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:00.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:00.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:00.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:00.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:00.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:00.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:00.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:00.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:00.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:00.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:00.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:00.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:00.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:00.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:00.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:00.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:00.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:00.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:00.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:00.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:00.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:00.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:00.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:00.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:00.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:00.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:00.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:00.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:00.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:01.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:01.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:01.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:01.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:01.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:01.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:01.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:01.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:01.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:01.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:01.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:01.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:01.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:01.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:01.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:01.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:01.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:01.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:01.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:01.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:01.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:01.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:01.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:01.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:01.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:01.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:01.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:01.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:01.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:01.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:01.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:01.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:01.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:01.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:01.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:01.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:01.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:01.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:01.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:01.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:01.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:02.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:02.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:02.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:02.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:03.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:03.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:03.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:03.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:04.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:04.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:04.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:04.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:04.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:04.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:04.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:04.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:04.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:04.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:04.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:04.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:04.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:04.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:04.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:04.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:04.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:04.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:04.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:04.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:04.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:04.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:04.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:04.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:04.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:04.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:04.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:04.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:04.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:04.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:05.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:05.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:05.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:05.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:05.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:05.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:05.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:05.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:05.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:05.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:05.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:05.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:05.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:05.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:05.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:05.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:05.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:05.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:05.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:05.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:05.975 12669 26405 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 09:54:05.975 12669 26405 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 09:54:06.004 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 09:54:06.196 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:06.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:06.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:06.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:06.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:06.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:07.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:07.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:07.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:07.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:08.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:08.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:08.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:08.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:09.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:09.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:09.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:09.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:10.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:10.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:10.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:10.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:11.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:11.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:11.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:11.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:12.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:12.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:12.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 09:54:12.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:12.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:12.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:12.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 09:54:12.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 09:54:13.112 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 09:54:13.112 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 09:54:13.136 12669 12669 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 09:54:13.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 09:54:13.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:13.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 09:54:13.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 09:54:13.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 09:54:13.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:32.631 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:01:32.639 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:01:33.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:01:33.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:01:33.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:01:33.102 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.102 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.102 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.103 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.104 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.105 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.106 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.107 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.108 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.108 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.108 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.109 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.109 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.110 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.110 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.111 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.112 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.112 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.113 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:01:33.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:33.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:33.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:33.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:33.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:33.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:33.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:33.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:33.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:33.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:33.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:33.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:34.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:34.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:34.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:34.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:34.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:34.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:35.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:35.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:35.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:35.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:35.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:35.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:35.481 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:01:35.481 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:01:35.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:35.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:35.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:35.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:35.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:35.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:35.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:35.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:35.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:35.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:35.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:35.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:36.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:36.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:36.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:36.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:36.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:36.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:37.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:37.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:37.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:37.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:37.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:37.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:38.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:38.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:38.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:38.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:38.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.180 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:38.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:38.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:38.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:38.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:38.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:38.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:38.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:38.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:38.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:38.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:38.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:38.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:38.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:38.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:38.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:38.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:39.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:39.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:39.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:39.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:39.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:39.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.244 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.282 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.322 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:39.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:39.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:39.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:39.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:39.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:39.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:39.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:39.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:39.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:39.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:40.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:40.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:40.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:40.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:40.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:40.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:41.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:41.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:41.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:41.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.141 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.145 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.227 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:41.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:41.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:41.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:41.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:41.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:41.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:41.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:41.769 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:41.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:41.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:41.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:41.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:41.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:42.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:42.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:42.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:42.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:42.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:42.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:42.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:42.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:42.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:42.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:42.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:42.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:42.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:42.644 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:42.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:43.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:43.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:43.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:43.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:43.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:43.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:43.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:43.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:43.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:43.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:43.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:43.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:43.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:43.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:43.682 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:43.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:43.813 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:43.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:43.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:43.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:43.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:44.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:44.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:44.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:44.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:44.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:44.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:44.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:44.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:44.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:44.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:44.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:44.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:44.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:44.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:44.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:44.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:44.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:44.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:45.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:45.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:45.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:45.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:45.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:45.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:45.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:45.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:45.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:45.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:45.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:45.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:45.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:45.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:45.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:45.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:45.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:45.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:46.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:46.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:46.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:46.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:46.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:46.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:46.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:46.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:46.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:46.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:46.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:46.555 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:46.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:46.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:46.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:46.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:46.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:46.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:46.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:47.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:47.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:47.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:47.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:47.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:47.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:47.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:47.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:47.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:47.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:47.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:47.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:47.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:47.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:47.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:48.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:48.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:48.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:48.196 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:48.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:48.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:48.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:48.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:48.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:48.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:48.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:48.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:48.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:48.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:48.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:49.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:49.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:49.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:49.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:49.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:49.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:49.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:49.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:49.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:49.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:49.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:49.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:49.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:49.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:49.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:49.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:49.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:49.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:50.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:50.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:50.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:50.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:50.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:50.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:51.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:51.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:51.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:51.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:51.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:51.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:51.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:51.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:51.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:51.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:51.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:51.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:51.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:51.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:51.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:51.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:51.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:51.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:51.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:51.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:51.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:51.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:51.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:51.673 12669 27614 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:01:51.673 12669 27614 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:01:51.704 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:01:51.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:51.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:51.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:51.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:51.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:51.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:52.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:52.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:52.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:52.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:53.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:53.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:53.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:53.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:53.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:53.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:53.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:53.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:53.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:53.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:53.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:53.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:53.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:53.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:53.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:53.244 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:53.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:53.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:53.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:53.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:53.287 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:53.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:53.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:53.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:53.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:53.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:53.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:53.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:53.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:53.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:53.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:53.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:54.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:54.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:54.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:54.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:55.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:55.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:55.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:55.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:55.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:55.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:55.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:55.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:55.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:55.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:55.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:55.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:56.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:56.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:56.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:56.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:56.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:56.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:56.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:56.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:56.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:56.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:56.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:56.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:57.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:57.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:57.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:57.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:57.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:57.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:57.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:57.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:57.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:57.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:57.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:57.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:57.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:57.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:58.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:58.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:58.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:58.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:59.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:59.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:59.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:59.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:59.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:59.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:01:59.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:59.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:59.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:59.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:59.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:59.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:59.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:59.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:01:59.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:01:59.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:59.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:01:59.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:59.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:01:59.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:01:59.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:01:59.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:02:00.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:02:00.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:02:00.114 12669 27614 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:02:00.114 12669 27614 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:02:00.142 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:02:00.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:02:00.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:02:00.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:02:00.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:02:00.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:02:00.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:02:00.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:02:00.677 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:02:00.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:02:00.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:02:00.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:02:00.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:02:00.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:02:00.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:02:00.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:02:00.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:02:01.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:02:01.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=34ed8faf-13c0-4c0c-a1e4-d7b0d889b192 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/29290345_919390026344082_3862421308439374836_n.enc?ccb=11-
4&oh=01_AdR1PwmqvVrklQSEu26FpIZBmd67keDn6KLz8QPhU0389g&oe=65DDD8B1&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=5cVntJCGCHwnz5dnl+W/VMadc7pAzykefXfH7uqsvg4= file_path=Media/WhatsApp
Stickers/STK-20240128-WA0003.webp file_size=22384 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706413316000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/29290345_919390026344082_3862421308439374836_n.enc?ccb=11-
4&oh=01_AdR1PwmqvVrklQSEu26FpIZBmd67keDn6KLz8QPhU0389g&oe=65DDD8B1&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=755 multicast_id=null
enc_file_hash=nMeRfVo0qOGd1fOyT1LYzt6gUQRceYPxFOBqcc1qA1o= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=22384
media_name=null media_duration=0 chat_row_id=130 media_key=[B@ff8d39a
01-28 10:05:17.817 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:05:17.817 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:10:48.635 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:10:48.645 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:10:49.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:10:49.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:10:49.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:10:49.240 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.240 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.241 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.242 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.242 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.242 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.242 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.243 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.243 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.243 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.244 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.244 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.244 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.244 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.245 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.245 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.246 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.246 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.246 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.247 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.247 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.248 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.249 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:49.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:49.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:49.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:49.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:49.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:49.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:49.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:49.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:49.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:49.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:49.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:49.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:50.178 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:50.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:50.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:50.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:50.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:50.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:50.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:50.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:50.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:50.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:50.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:50.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:50.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:50.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:50.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:50.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:50.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:50.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:50.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:50.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:50.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:50.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:50.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:50.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:50.443 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:50.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:50.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.644 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:50.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:50.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.673 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:10:50.673 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:10:50.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:50.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:50.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:50.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:50.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:50.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:50.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:50.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:50.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:50.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:50.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:51.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:51.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:51.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:51.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:51.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:51.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:51.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:51.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:51.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:51.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:51.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:51.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:51.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:51.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:52.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:52.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:52.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:52.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:52.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:52.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:52.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:52.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:52.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:52.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:52.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:52.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:52.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:52.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:52.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:52.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:52.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:52.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:52.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:52.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:52.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:52.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:52.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:52.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:52.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:52.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:52.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:52.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:52.981 12669 28893 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:10:52.981 12669 28893 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:10:52.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:52.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:53.012 12669 12713 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:10:53.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:53.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:53.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:53.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:53.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:53.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:53.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:53.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:54.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:54.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:54.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:54.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:55.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:55.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:55.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:55.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:56.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:56.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:56.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:56.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:57.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:57.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:57.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:57.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:58.387 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:10:58.395 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:10:58.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:58.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:10:58.858 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:59.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:10:59.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:10:59.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:10:59.162 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:59.163 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:59.164 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:59.164 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:59.165 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:59.166 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:10:59.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:59.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:59.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:59.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:59.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:59.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:59.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:59.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:59.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:59.339 12669 12745 W OpenGLRenderer: Dirty 222.00 -701.00 267.00 -
656.00 doesn't intersect with 0 0 1080 2408 ?
01-28 10:10:59.339 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:10:59.339 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:10:59.372 12669 12669 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 10:10:59.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:59.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:59.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:59.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:59.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:59.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:10:59.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:10:59.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:59.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:59.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:59.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:59.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:59.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:59.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:10:59.682 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:10:59.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:59.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:59.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:59.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:10:59.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:10:59.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:00.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:00.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:00.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:00.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:00.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:00.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:01.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:01.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:01.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:01.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:01.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:01.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:01.636 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:11:01.636 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:11:01.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:01.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:01.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:01.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:01.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:01.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:01.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:01.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:01.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:01.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:01.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:02.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:02.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:02.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:02.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:02.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:02.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:02.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:02.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.635 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.709 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:02.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:02.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:02.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:02.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:02.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:02.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:02.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:03.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:03.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:03.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:03.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:03.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:03.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:03.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:03.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:03.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:03.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:03.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:03.769 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:03.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:03.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:03.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:03.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:03.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:03.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:03.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:03.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:03.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:03.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:03.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:03.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:03.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:03.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:03.997 12669 28893 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:11:03.997 12669 28893 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:11:04.023 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:11:04.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:04.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:04.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:04.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:04.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:04.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:04.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:04.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:04.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:04.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:04.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:04.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:04.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:04.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:04.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:04.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:12.534 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:11:12.542 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:11:12.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:11:12.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:11:12.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:11:12.899 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:12.900 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:12.901 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:12.902 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:12.903 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:12.904 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:12.905 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:12.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:12.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:12.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:13.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:13.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:13.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:13.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:13.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:13.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:13.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:13.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:13.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:13.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:13.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:13.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=01e5d8e7-93ab-48c2-84fe-69a502ca6247 transcoded=0 gif_attribution=0
first_scan_length=5256 direct_path=/v/t62.15575-
24/31476918_699969215656045_3118808957266043374_n.enc?ccb=11-
4&oh=01_AdSkbR10CP3c9sMxu0RQlE91xPqnua4WUfsgvw5sqE9MZg&oe=65DDD936&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=1
file_hash=oFgTCcGZw+bHh8syXtSAzLdSnYAxOvfqie9KEnuF1wU= file_path=Media/WhatsApp
Stickers/STK-20240128-WA0004.webp file_size=164598 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706421897000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/31476918_699969215656045_3118808957266043374_n.enc?ccb=11-
4&oh=01_AdSkbR10CP3c9sMxu0RQlE91xPqnua4WUfsgvw5sqE9MZg&oe=65DDD936&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=761 multicast_id=null
enc_file_hash=rfc9mXYYSVhMj/BYp24gyFMqynNgkIB3h+kgwJefKn0= mute_video=0
page_count=0 first_scan_sidecar=[B@4758bd2 suspicious_content=0 file_length=164598
media_name=null media_duration=0 chat_row_id=121 media_key=[B@d12b4a3
01-28 10:11:14.082 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:11:14.082 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:11:14.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:14.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:14.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:14.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:14.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:14.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:14.404 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:11:14.404 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:11:14.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:14.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:14.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:14.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:14.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:14.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:14.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:14.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:14.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:15.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:15.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:15.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:15.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:15.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:15.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:16.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:16.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:16.141 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:16.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:16.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:16.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.313 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:16.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:16.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:16.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:16.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:16.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:16.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:16.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:16.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:16.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:16.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:17.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:17.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:17.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:17.282 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:17.287 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:17.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:17.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:17.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:17.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:17.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:17.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:17.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:17.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:17.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:17.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:18.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:18.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:18.313 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:18.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:18.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:18.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:18.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:18.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:18.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:18.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:18.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:18.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:19.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:19.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:19.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:19.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:19.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:19.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:20.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:20.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:20.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:20.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:20.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:20.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:20.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:20.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:20.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:20.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:20.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:20.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:20.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:20.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:20.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:20.244 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:20.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:20.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:20.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:20.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:20.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:20.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:20.486 12669 28893 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:11:20.486 12669 28893 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:11:20.515 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:11:20.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:20.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:20.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:20.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:20.737 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:20.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:20.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:21.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:21.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:21.771 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:11:21.778 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:11:22.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:11:22.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:11:22.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:11:22.141 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.141 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.141 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.142 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.142 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.142 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.143 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.143 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.144 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.144 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.145 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.145 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.146 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.146 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.146 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.147 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.147 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.148 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.148 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.149 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.150 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.151 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.152 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.152 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:22.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:22.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:22.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:22.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:22.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:22.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:22.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:22.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:22.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:22.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:22.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:22.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:22.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:22.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:22.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:22.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:22.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:22.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:22.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:22.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:22.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:22.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:22.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:22.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:22.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:22.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:22.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:22.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:22.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:22.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:22.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:22.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:22.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:22.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:22.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:23.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:23.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:24.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:24.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:24.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:24.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:24.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.212 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:24.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:24.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:24.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:24.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:24.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:24.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:24.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.476 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:11:24.476 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:11:24.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:24.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:24.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:24.682 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:24.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:24.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:24.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:24.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:24.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:24.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:24.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:24.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:24.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:24.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:24.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:24.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:25.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:25.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:25.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:25.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:25.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:25.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:25.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:25.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:25.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:25.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:25.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:25.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:25.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:25.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:25.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:25.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:26.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:26.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:26.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:26.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:26.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:26.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:26.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:26.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:26.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:26.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:26.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:26.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:26.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:26.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:26.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:26.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:26.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:26.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:26.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:26.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:26.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:26.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:26.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:26.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:26.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:26.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:26.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:26.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:26.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:26.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:26.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:26.696 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:26.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:26.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:26.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:26.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:26.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:26.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:26.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:26.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:26.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:26.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:26.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:27.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:27.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:27.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:27.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:27.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:27.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:27.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:27.185 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:27.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:27.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:27.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:27.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:27.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:27.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:27.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:27.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:27.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:27.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:27.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:27.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:27.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:27.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:27.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:27.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:27.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:27.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:27.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:27.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:27.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:27.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:27.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:27.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:27.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:27.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:27.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:27.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:27.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:27.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:27.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:27.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:27.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:27.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:28.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:28.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:28.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:28.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:28.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:28.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:28.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:28.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:28.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:28.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:28.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:28.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:29.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:29.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:29.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:29.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:29.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:29.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:29.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:29.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:29.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:29.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:29.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:29.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:29.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:29.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:29.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:29.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:29.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:29.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:29.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:29.468 12669 28893 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:11:29.468 12669 28893 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:11:29.495 12669 12683 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:11:29.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:29.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:29.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:29.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:29.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:29.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:29.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:29.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:29.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:29.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:29.842 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:29.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:29.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:30.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:30.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:30.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:30.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:30.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:30.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:30.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:30.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:30.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:30.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:30.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:30.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:30.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:30.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:30.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:30.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:30.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:30.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:30.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:30.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:30.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:30.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:30.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:30.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:31.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:31.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:31.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:31.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:31.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:31.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:31.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:31.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:31.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:31.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:31.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:31.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:31.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:31.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:31.639 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:31.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:31.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:31.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:31.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:31.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:31.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:31.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:31.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:31.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:31.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:31.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:32.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:32.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:32.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:32.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:32.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:32.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:32.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:32.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:32.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:32.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:32.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:32.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:32.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:32.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:32.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:32.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:32.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:32.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:32.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:32.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:32.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:32.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:32.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:32.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:32.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:32.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:32.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:32.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:32.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:32.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:32.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:32.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:32.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:32.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:32.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:32.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:32.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:32.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:32.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:32.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:32.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:32.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:32.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:32.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:32.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:32.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:32.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:32.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:32.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:32.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:33.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:33.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:33.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:33.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:33.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:33.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:33.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:33.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:33.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:33.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:33.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:33.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:33.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:33.227 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:33.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:33.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:33.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:33.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:33.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:33.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:33.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:33.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:33.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:33.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:33.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:33.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:33.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:33.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:33.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:33.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:33.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:33.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:33.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:33.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:33.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:33.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:33.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:33.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:33.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:33.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:33.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:33.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:34.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:34.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:34.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:34.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:35.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:35.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:35.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:35.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:35.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:35.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:35.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:35.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:35.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:35.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:36.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:36.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:36.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:36.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:36.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:36.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:36.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:36.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:37.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:37.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:37.196 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:37.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:37.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:37.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:37.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:37.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:38.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:38.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:38.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:38.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:38.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:38.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:38.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:38.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:38.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:38.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:38.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:38.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:38.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:38.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:38.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:38.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:38.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:38.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:38.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:38.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:38.638 12669 28893 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:11:38.638 12669 28893 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:11:38.665 12669 27892 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:11:38.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:38.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:38.880 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:11:38.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:38.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:39.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:39.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:39.559 12669 12669 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 10:11:39.575 12669 12669 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 87997639
01-28 10:11:39.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:39.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:39.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:40.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:55.689 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:11:55.697 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:11:55.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:55.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:55.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:55.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:55.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:55.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:56.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:56.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:56.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:56.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:56.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:56.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:56.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:56.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:56.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:56.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:56.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:56.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:56.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:56.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:56.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:56.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:56.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:56.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:56.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:56.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:56.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:56.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:56.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:56.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:56.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:56.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:56.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:56.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:56.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:56.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:56.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:56.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:56.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:56.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:56.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:56.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:56.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:56.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:56.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:56.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:56.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:56.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:57.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:57.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:57.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:57.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:58.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:58.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:58.048 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:11:58.048 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:11:58.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:58.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:58.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:58.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:58.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:58.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:58.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.227 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:58.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:58.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:58.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:58.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:58.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:58.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:58.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:58.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:58.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:58.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:58.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:58.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:58.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:58.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:58.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:58.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.145 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:59.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:59.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:59.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.178 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.196 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.287 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.313 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:59.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:59.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:59.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:11:59.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:11:59.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:59.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:11:59.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:59.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:59.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:11:59.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:11:59.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.909 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:11:59.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:11:59.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.227 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:00.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:00.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:00.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:00.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:00.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:00.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:00.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:00.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:00.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:00.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:00.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:00.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:00.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:00.919 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:00.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:00.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:00.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:01.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:01.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:01.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.212 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:01.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:01.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:01.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:01.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:01.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:01.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:01.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:01.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:01.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:01.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:01.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:01.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:01.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:01.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:01.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:01.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:01.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:01.919 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:01.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:01.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:01.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:01.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:01.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:02.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:02.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:02.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:02.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:02.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:02.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:02.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:02.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:02.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:02.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:02.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:02.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:02.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:02.180 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.185 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:02.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.296 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:02.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:02.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:02.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:02.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:02.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:03.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:03.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:03.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:03.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:03.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:03.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:03.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:03.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:03.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:03.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:03.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:03.440 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:03.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:03.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:03.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:03.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:03.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:03.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:03.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.745 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:03.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:03.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.142 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:04.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:04.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:04.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:04.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:04.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:04.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:04.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:04.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:04.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:04.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:04.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:04.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:04.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:04.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:04.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:04.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:04.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:04.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:04.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:04.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:04.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:05.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:05.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:05.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:05.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:05.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:05.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:05.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:05.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:05.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:05.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:05.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:05.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:05.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:05.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:05.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:05.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:05.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:05.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:05.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:05.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:05.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:05.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:05.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:05.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:05.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:05.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:05.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:05.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:06.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:06.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:06.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:06.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:06.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:06.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:06.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:06.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:06.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:06.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:06.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:06.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:06.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:06.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:06.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:06.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:06.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:06.745 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:06.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:06.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:06.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:06.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:06.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:06.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:07.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:07.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:07.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:07.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:07.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:07.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:07.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:07.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:07.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:07.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:07.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:07.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:07.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:07.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:07.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:07.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:07.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:07.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:07.443 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:07.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:07.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:07.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:07.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:07.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:07.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:07.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:07.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:07.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:07.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:07.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:08.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:08.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:08.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:08.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:08.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:08.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:08.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:08.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:08.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:08.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:08.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:08.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:08.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:08.644 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:08.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:08.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:08.745 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:08.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:08.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:08.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:08.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:09.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:09.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:09.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:09.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:09.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:09.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:09.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:09.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:09.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:10.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:10.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:10.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:10.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:10.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:10.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:10.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:10.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:10.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:10.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:10.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:10.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:10.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:10.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:10.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:10.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:10.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:10.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:10.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:10.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:10.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:10.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:10.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:10.594 12669 28893 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:12:10.595 12669 28893 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:12:10.626 12669 27892 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:12:10.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:10.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:10.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:10.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:10.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:10.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:11.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:11.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:11.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:11.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:12.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:12.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:12.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:12.282 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:12.312 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 10:12:12.352 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 10:12:12.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:12.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:12.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:12.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:12.663 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 10:12:12.667 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 10:12:12.669 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 10:12:12.729 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 10:12:12.731 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 10:12:12.733 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 10:12:12.736 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 10:12:12.738 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 10:12:12.741 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 10:12:12.743 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 10:12:12.745 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 10:12:12.748 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 10:12:12.750 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x141
01-28 10:12:12.752 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 10:12:12.754 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x14d
01-28 10:12:12.758 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x145
01-28 10:12:12.760 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x159
01-28 10:12:12.762 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x151
01-28 10:12:12.765 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x149
01-28 10:12:12.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:12.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:13.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:13.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:13.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:13.842 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:14.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:14.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:14.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:14.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:15.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:15.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:15.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:15.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:16.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:16.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:16.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:16.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:17.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:17.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:17.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:17.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:18.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:18.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:18.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:18.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:19.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:19.344 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:19.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:19.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:20.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:20.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:20.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:20.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:21.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:21.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:21.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:21.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:22.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:22.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:22.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:22.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:22.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:22.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:22.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:22.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:22.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:22.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:22.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:22.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:22.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:22.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:22.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:22.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:22.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:22.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:22.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:22.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:22.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:22.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:22.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:22.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:22.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:22.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:22.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:22.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:22.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:22.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:22.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:22.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:22.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:22.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:22.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:22.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:22.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:23.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:23.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:23.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:23.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:23.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:23.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:23.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:23.062 12669 28893 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:12:23.062 12669 28893 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:12:23.086 12669 12682 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:12:23.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:23.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:23.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:23.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:23.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:23.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:23.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:23.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:24.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:24.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:24.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:24.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:25.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:25.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:25.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:25.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:26.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:26.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:26.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:26.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:27.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:27.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:27.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:12:27.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:27.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:27.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:27.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:27.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:27.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:12:27.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:27.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:27.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:27.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:27.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:12:28.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:12:28.227 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:12:28.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:12:28.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:12:36.260 12669 12669 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 10:12:36.260 12669 12669 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 10:12:36.549 12669 29534 W AudioCapabilities: Unsupported mime audio/x-ima
01-28 10:12:36.550 12669 29534 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-28 10:12:36.550 12669 29534 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-28 10:12:36.551 12669 29534 W VideoCapabilities: Unsupported mime video/wvc1
01-28 10:12:36.552 12669 29534 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-28 10:12:36.572 12669 29534 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
01-28 10:12:36.662 12669 29540 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 10:12:36.683 12669 29540 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 10:12:36.683 12669 29540 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 10:12:36.720 12669 29540 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 10:12:36.720 12669 29540 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 10:12:36.720 12669 29540 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 10:12:36.720 12669 29540 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 10:12:36.813 12669 29553 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 10:12:36.814 12669 29553 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 10:12:36.819 12669 29553 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 10:12:36.819 12669 29553 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 10:12:36.819 12669 29553 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 10:12:36.973 12669 29534 W AudioTrack: getTimestamp_l(1072): retrograde
timestamp time corrected, 22887786822320 < 22887791644512
01-28 10:12:43.694 12669 29539 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 10:12:43.694 12669 29539 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 10:12:43.694 12669 29539 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 10:12:43.700 12669 29553 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 10:12:43.700 12669 29553 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 10:12:43.700 12669 29553 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 10:14:14.245 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:14:14.252 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:14:14.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:14:14.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:14:14.501 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:14:14.502 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:14:14.504 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:14:14.505 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:14:14.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:14.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:14.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:14.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:14.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:14.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:15.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:15.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:15.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:15.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:15.368 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:14:15.368 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:14:15.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:15.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:15.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:15.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:15.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:15.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:15.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:15.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:16.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:16.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:16.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:16.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:16.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:16.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:16.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:16.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:16.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:16.313 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:16.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:16.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:16.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:16.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:16.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:16.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:16.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:16.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:16.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:16.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:16.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:16.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:16.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:16.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:16.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:16.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:16.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:16.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:16.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:16.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:16.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:16.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:17.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:17.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:17.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:17.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:17.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:17.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:17.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:17.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:18.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:18.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:18.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:18.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:18.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:18.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:18.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:18.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:19.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:19.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:19.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:19.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:19.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:19.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:19.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:19.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:20.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:20.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:20.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:20.180 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:20.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:20.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:20.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:20.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:20.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:20.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:20.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:20.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:21.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:21.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:21.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:21.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:21.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:21.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:21.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:21.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:21.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:21.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:21.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:21.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:21.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:21.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:21.979 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:21.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:22.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:22.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:22.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:22.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:22.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:22.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:22.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:22.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:22.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:22.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:22.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:22.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:22.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:22.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:22.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:22.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:22.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:22.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:22.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:22.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:22.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:22.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:22.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:22.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:22.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:22.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:22.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:22.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:22.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:22.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:22.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:22.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:22.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:22.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:22.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:22.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:22.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:22.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:22.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:22.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:22.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:22.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:22.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:22.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:22.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:22.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:23.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:23.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:23.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:23.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:23.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:23.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:23.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:23.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:23.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:23.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:23.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:23.368 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:14:23.368 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:14:23.400 12669 12683 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:14:23.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:23.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:23.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:23.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:23.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:23.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:23.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:23.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:23.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:23.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:23.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:23.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:23.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:23.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:23.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:23.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:23.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:23.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:23.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:23.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:23.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:23.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:24.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:24.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:24.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:24.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:24.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:24.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:24.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:24.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:25.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:25.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:25.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:25.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:25.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:25.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:25.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:25.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:25.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:25.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:25.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:25.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:26.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:26.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:26.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:26.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:26.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:26.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:26.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:26.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:26.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:26.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:26.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:26.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:26.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:26.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:27.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:27.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:27.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:27.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:27.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:27.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:28.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:28.092 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:28.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:28.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:28.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:28.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:28.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:28.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:28.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:28.677 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:29.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:29.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:29.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:29.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:29.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:29.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:29.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:29.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:29.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:29.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:30.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:30.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:30.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:30.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:30.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:30.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:31.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:31.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:31.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:31.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:31.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:31.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:31.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:31.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:32.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:32.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:32.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:32.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:32.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:32.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:32.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:32.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:32.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:32.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:33.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:33.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:33.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:33.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:33.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:33.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:33.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:33.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:33.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:33.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:34.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:34.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:34.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:34.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:34.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:34.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:34.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:34.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:34.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:34.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:34.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:34.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:34.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:34.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:34.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:34.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:34.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:34.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:34.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:34.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:34.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:34.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:34.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:34.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:34.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:34.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:34.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:34.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:34.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:34.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:34.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:34.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:34.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:34.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:34.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:34.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:34.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:34.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:34.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:34.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:34.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:34.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:34.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:34.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:34.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:34.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:34.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:34.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:34.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:34.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:34.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:34.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:34.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:34.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:35.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:35.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:35.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:35.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:36.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:36.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:36.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:36.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:36.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:36.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:36.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:36.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:37.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:37.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:37.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:37.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:37.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:37.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:37.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:37.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:37.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:37.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:37.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:37.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:38.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:38.141 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:38.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:38.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:38.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:38.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:38.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:38.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:38.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:38.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:38.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:38.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:38.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:38.842 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:38.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:38.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:39.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:39.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:39.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:39.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:39.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:39.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:40.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:40.180 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:40.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:40.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:40.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:40.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:40.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:40.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:40.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:40.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:40.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:40.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:40.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:40.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:40.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:40.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:40.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:40.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:40.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:40.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:41.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:41.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:41.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:42.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:42.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:42.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:42.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:42.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:42.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:42.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:42.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:42.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:42.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:42.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:42.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:42.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:42.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:42.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:43.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:43.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:43.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:43.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:44.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:44.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:44.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:44.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:44.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:44.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:44.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:44.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:45.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:45.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:45.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:45.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:45.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:45.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:45.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:45.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:45.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:45.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:45.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:45.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:45.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:45.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:46.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:46.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:46.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:46.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:46.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:46.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:46.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:46.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:46.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:46.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:47.084 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:47.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:47.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:47.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:47.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:47.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:47.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:47.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:47.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:47.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:47.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:47.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:48.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:48.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:48.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:48.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:48.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:48.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:48.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:48.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:48.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:48.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:49.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:49.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:49.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:49.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:49.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:49.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:50.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:50.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:50.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:50.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:50.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:50.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:50.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:50.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:50.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:50.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:50.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:50.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:50.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:50.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:50.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:50.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:50.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:50.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:50.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:50.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:50.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:50.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:50.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:50.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:50.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:50.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:50.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:14:50.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:50.990 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:14:50.991 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:14:51.015 12669 12683 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:14:51.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:14:51.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:51.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:14:51.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:14:51.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:14:51.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:14:52.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:14:52.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:21.045 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:15:21.052 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:15:21.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:15:21.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:15:21.271 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:21.272 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:21.272 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:21.273 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:21.313 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:21.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:21.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:21.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:21.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:21.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:21.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:21.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:22.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:22.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:22.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:22.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:23.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:23.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:23.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:23.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:23.672 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:15:23.672 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:15:23.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:23.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:23.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:23.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:23.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:23.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:24.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:24.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:24.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:24.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:24.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:24.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:24.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:24.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:24.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:24.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:24.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:24.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:24.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:24.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:24.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:24.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:24.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:24.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:24.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:24.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:24.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:24.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:24.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:24.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:24.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:24.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:24.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:24.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:25.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:25.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:25.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:25.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:25.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:25.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:25.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:25.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:26.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:26.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:26.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:26.682 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:26.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:26.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:27.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:27.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:27.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:27.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:27.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:27.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:27.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:27.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:28.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:28.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.185 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:28.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:28.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:28.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:28.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:28.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:28.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:28.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:28.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:28.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:28.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:28.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:28.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:28.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:28.682 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:28.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:28.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:28.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:28.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:28.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:28.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:28.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:28.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:28.769 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:28.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:28.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:28.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:28.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:28.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:28.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:28.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:28.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:28.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:28.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:28.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:28.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:28.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:28.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:28.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:28.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:28.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:28.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:28.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:28.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:28.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:28.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:28.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:29.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:29.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:29.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:29.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:29.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:29.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:30.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:30.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:30.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:30.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:30.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:30.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:30.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:30.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:31.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:31.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:31.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:31.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:31.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:31.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:31.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:31.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:31.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:31.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:32.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:32.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:32.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:32.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:32.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:32.142 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:32.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:32.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:32.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:32.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:32.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:32.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:32.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:32.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:33.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:33.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:33.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:33.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:33.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:33.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:33.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:33.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:33.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:33.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:33.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:33.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:34.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:34.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:34.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:34.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:34.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:34.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:34.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:34.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:34.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:34.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:34.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:34.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:35.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:35.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:35.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:35.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:35.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:35.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:35.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:35.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:35.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:35.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:35.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:35.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:35.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:35.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:35.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:35.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:35.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:35.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:35.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:35.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:36.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:36.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:36.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:36.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:36.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:36.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:36.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:36.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:36.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:36.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:36.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:36.227 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:36.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:36.244 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:36.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:36.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:36.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:36.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:36.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:36.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:36.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:36.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:36.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:36.344 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:36.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:36.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:36.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:36.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:36.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:36.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:36.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:36.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:36.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:36.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:36.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:36.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:36.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:36.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:36.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:36.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:36.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:36.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:36.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:36.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:36.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:36.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:36.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:36.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:37.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:37.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:37.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:37.166 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:37.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:37.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:37.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:37.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:37.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:37.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:37.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:37.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:37.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:38.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:38.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:38.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:38.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:38.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:38.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:38.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:38.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:38.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:38.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:38.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:38.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:38.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:38.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:39.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:39.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:39.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:39.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:39.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:39.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:39.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:39.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:39.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:39.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:39.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:39.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:39.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:40.166 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:40.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:40.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:40.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:40.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:40.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:40.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:40.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:40.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:40.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:41.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:41.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:41.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:41.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:41.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:41.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:41.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:41.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:41.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:41.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:41.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:41.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:41.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:41.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:41.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:41.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:41.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:41.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:41.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:41.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:41.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:41.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:41.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:41.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:41.769 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:41.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:41.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:41.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:41.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:41.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:41.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:41.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:41.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:41.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:41.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:41.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:41.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:41.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:41.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:41.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:41.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:41.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:41.919 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:41.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:41.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:41.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:41.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:41.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:41.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:41.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:41.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:41.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:42.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:42.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:42.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:42.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:42.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:42.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:42.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:42.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:42.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:42.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:42.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:42.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:42.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:42.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:42.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:42.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:42.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:42.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:43.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:43.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:43.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:43.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:43.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:43.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:43.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:43.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:43.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:43.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:44.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:44.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:44.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:44.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:44.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:44.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:44.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:44.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:44.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:44.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:44.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:44.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:44.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:44.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:45.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:45.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:45.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:45.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:45.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:45.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:45.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:45.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:46.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:46.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:46.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:46.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:47.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:47.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:47.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:47.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:47.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:47.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:47.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:47.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:47.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:47.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:47.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:47.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:47.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:47.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:47.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:47.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:47.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:47.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:48.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:48.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:48.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:48.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:48.130 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:15:48.130 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:15:48.160 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:15:48.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:48.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:48.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:48.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:49.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:49.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:49.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:49.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:50.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:50.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:50.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:50.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:51.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:51.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:51.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:51.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:52.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:52.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:52.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:52.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:52.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:52.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:52.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:52.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:52.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:52.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:52.941 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:52.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:52.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=2f5454d4-db1a-4f82-a574-b0c4ce80ff30 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/13763908_373485171977090_4248609313353838299_n.enc?ccb=11-
4&oh=01_AdQoPwLHp7Jyql0qeV6j6nRsnFkfRiMC6iJK_-kAf93yVA&oe=65DDDA5A&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=dY7D+4mCl7UMrEaPq9JogF5x47Ze99TbU28d5AxM5co= file_path=Media/WhatsApp
Stickers/STK-20240128-WA0005.webp file_size=98028 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706458550000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/13763908_373485171977090_4248609313353838299_n.enc?ccb=11-
4&oh=01_AdQoPwLHp7Jyql0qeV6j6nRsnFkfRiMC6iJK_-
kAf93yVA&oe=65DDDA5A&_nc_sid=5e03e0&mms3=true media_caption=null trim_from=0
mime_type=image/webp partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=772 multicast_id=null
enc_file_hash=B6DYHBwseoTh+hJ5oLqiLkIv1Dtaa0LgC2bwW8a0iNc= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=98028
media_name=null media_duration=0 chat_row_id=121 media_key=[B@77a3d9e
01-28 10:15:53.222 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:15:53.222 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:15:54.923 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:15:54.931 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:15:55.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:15:55.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:15:55.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:15:55.362 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.363 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.363 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.364 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.364 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.365 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.365 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.366 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.366 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.367 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.367 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.369 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.369 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.370 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.371 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:15:55.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:55.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:55.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:55.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:55.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:55.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:55.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:55.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:55.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:55.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:55.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:55.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:55.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:55.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:55.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:55.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:55.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:56.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:56.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:56.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:56.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:56.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:56.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:56.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:56.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:56.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:56.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:56.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:56.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:56.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:57.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:57.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:57.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:57.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:57.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:57.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:57.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:57.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:57.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:57.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:57.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:57.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:57.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:57.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:57.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:57.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:57.381 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:15:57.381 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:15:57.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:57.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:57.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:57.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:57.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:57.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:57.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:57.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:57.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:57.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:57.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:57.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:58.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:58.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:58.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:58.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:58.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:58.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:58.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:58.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:58.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:58.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:58.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:58.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:58.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:58.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:58.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:58.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:58.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:58.745 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:58.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:58.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:58.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:58.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:58.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:15:58.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:58.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:58.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:59.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:59.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:59.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:59.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:59.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:59.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:59.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:59.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:59.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:59.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:59.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:59.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:59.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:59.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:59.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:59.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:59.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:59.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:59.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:15:59.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:59.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:15:59.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:59.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:59.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:59.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:15:59.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:15:59.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:15:59.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:15:59.828 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:15:59.828 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:15:59.858 12669 12683 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:16:00.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:00.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:00.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:00.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:00.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:00.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:01.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:01.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:01.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:01.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:02.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:02.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:02.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:02.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:02.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:02.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:02.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:02.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:02.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:02.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:02.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:02.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:02.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:02.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:02.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:02.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:02.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:02.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:02.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:02.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:03.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:03.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:03.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:03.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:03.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:03.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:03.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:03.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:03.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:03.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:03.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:03.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:03.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:03.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:03.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:03.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:03.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:03.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:03.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:03.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:03.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:03.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:03.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:03.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:03.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:04.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:04.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:04.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:04.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:05.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:05.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:05.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:05.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:05.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:05.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:05.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:05.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:05.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:05.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:05.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:05.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:05.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:05.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:05.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:05.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:05.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:05.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:05.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:05.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:05.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:05.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:05.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:05.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:05.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:05.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:05.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:05.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:05.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:05.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:05.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:05.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:05.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:05.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:05.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:05.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:05.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:05.979 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:05.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:05.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:06.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:06.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:06.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:06.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:06.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:06.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:06.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:06.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:06.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:06.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:06.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:06.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:06.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:06.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:06.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:06.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:06.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:06.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:06.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:06.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:06.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:06.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:06.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:06.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:07.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:07.196 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:07.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:07.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:07.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:07.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:07.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:07.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:07.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:07.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:07.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:07.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:07.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:07.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:08.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:08.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:08.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:08.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:08.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:08.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:08.344 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:08.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:08.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:08.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:09.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:09.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:09.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:09.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:09.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:09.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:10.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:10.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:10.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:10.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:10.613 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:10.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:11.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:11.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:11.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:11.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:11.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:11.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:11.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:11.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:11.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:11.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:12.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:12.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:12.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:12.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:12.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:12.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:12.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:12.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:12.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:12.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:12.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:12.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:12.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:12.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:12.418 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:16:12.418 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:16:12.446 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:16:12.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:12.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:12.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:12.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:12.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:12.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:12.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:12.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:13.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:13.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:23.143 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:16:23.150 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:16:23.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:16:23.322 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:16:23.363 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:16:23.363 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:16:23.364 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:16:23.365 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:16:23.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:23.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:23.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:23.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:23.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:23.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:23.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:23.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:23.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:23.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:23.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:23.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:23.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:23.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:23.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:23.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:24.015 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:16:24.015 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:16:24.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:24.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:24.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:24.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:24.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:24.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:24.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:24.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:24.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:24.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:24.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:24.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:24.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:24.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:24.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:24.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:24.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:24.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:24.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:24.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:24.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:24.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:24.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:24.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:24.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:24.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:24.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:24.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:24.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:24.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:24.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:24.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:25.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:25.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:25.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:25.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:25.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:25.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:25.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:25.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:25.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:25.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:25.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:25.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:25.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:25.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:25.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:25.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:25.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:25.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:25.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:25.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:25.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:25.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:25.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:25.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:25.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:25.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:25.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:25.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:25.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:25.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:25.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:25.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:25.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:25.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:25.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:25.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:25.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:25.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:25.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:25.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:25.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:25.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:25.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:25.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:25.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:25.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:25.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:25.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:26.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:26.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:26.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:26.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:27.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:27.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:27.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:27.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:27.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:27.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:27.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:27.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:27.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:27.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:27.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:27.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:27.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:27.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:27.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:27.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:27.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:27.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:27.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:27.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:28.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:28.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:28.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:28.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:28.071 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:16:28.072 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:16:28.098 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:16:28.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:28.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:28.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:28.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:28.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:28.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:28.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:28.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:28.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:28.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:28.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:28.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:28.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:28.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:28.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:28.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:28.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:28.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:28.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:28.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:28.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:28.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:28.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:28.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:28.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:28.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:28.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:28.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:28.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:28.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:29.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:29.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:29.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:29.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:29.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:29.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:30.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:30.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:30.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:30.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:30.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:30.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:30.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:30.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:30.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:30.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:31.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:31.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:31.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:31.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:31.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:31.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:31.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:31.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:32.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:32.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:32.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:32.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:32.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:32.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:32.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:32.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:32.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:32.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:33.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:33.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:33.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:33.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:33.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:33.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:33.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:33.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:33.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:33.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:33.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:33.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:33.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:33.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:34.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:34.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:34.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:34.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:34.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:34.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:34.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:34.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:34.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:34.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:34.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:34.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:34.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:34.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:34.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:34.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:34.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:34.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:34.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:34.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:34.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:34.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:34.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:34.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:34.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:34.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:34.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:34.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:34.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:34.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:34.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:34.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:34.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:34.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:34.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:34.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:34.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:34.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:34.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:34.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:35.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:35.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:35.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:35.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:35.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:35.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:35.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:35.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:35.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:35.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:35.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:35.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:35.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:35.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:35.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:35.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:35.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:35.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:35.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:35.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:36.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:36.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:36.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:36.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:36.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:36.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:36.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:36.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:36.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:36.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:36.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:36.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:36.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:36.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:36.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:36.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:36.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:36.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:36.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:36.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:36.387 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:16:36.387 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:16:36.419 12669 12683 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:16:36.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:36.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:37.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:37.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:37.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:37.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:37.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:37.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:37.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:37.282 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:37.305 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:37.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:37.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:37.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:37.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:37.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:37.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:37.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:37.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:37.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:37.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:37.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:37.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:37.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:37.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:37.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:37.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:37.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:37.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:37.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:37.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:37.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:38.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:38.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:38.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:38.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:38.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:38.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:38.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:38.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:38.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:38.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:38.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:38.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:39.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:39.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:39.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:39.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:39.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:39.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:39.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:39.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:40.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:40.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:40.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:40.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:40.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:40.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:40.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:40.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:40.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:40.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:41.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:41.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:41.313 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:41.322 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:41.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:41.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:41.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:41.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:42.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:42.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:42.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:42.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:43.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:43.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:43.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:43.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:43.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:43.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:43.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:43.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:43.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:43.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:43.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:43.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:44.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:44.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:44.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:44.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:44.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:44.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:44.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:44.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:44.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:44.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:44.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:44.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:44.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:44.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:44.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:44.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:44.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:44.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:44.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:44.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:44.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:44.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:44.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:44.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:44.832 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:16:44.832 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:16:44.856 12669 12682 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:16:45.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:45.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:16:45.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:45.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:45.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:45.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:45.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:45.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:16:46.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:16:46.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:16:46.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:16:46.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:16:47.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:16:47.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=04d7abda-d8c4-4ddb-ba1d-29d8dc00df26 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/32496245_2087639098265033_8302912019297350068_n.enc?ccb=11-
4&oh=01_AdQPG0Akjr8TY5w4nj0s6AiSmD4IRVqqaf9kdGi53PTqHA&oe=65DDF251&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=9UWx9v0hTZq86qbPSXwnFJOvlNJESMk7yhrazBm5cnI= file_path=Media/WhatsApp
Stickers/STK-20240128-WA0001.webp file_size=0 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706456673000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/32496245_2087639098265033_8302912019297350068_n.enc?ccb=11-
4&oh=01_AdQPG0Akjr8TY5w4nj0s6AiSmD4IRVqqaf9kdGi53PTqHA&oe=65DDF251&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=64 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=779 multicast_id=null
enc_file_hash=ig9GG6gy4oSEzF4GBeshH9WFrIT0kaHYTjT4pFi2Ncw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=78116
media_name=null media_duration=0 chat_row_id=121 media_key=[B@75d4b1e
01-28 10:17:07.022 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:17:07.022 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:17:17.403 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:17:17.411 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:17:17.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:17:17.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:17:17.623 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:17.623 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:17.624 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:17.625 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:17.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:17.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:17.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:17.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:17.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:17.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:17.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:17.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:18.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:18.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:18.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:18.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:18.263 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:17:18.263 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:17:18.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:18.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:18.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:18.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:18.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:18.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:18.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:18.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:19.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:19.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:19.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:19.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:19.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:19.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:19.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:19.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:19.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:19.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:19.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:19.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:19.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:19.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:19.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:19.141 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:19.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:19.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:19.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:19.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:19.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:19.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:19.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:19.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:19.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:19.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:19.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:19.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:19.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:19.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:19.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:19.440 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:19.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:19.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:19.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:19.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:19.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:19.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:20.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:20.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:20.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:20.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:20.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:20.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:20.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:20.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:20.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:20.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:20.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:20.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:21.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:21.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:21.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:21.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.244 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:21.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:21.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.344 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:21.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:21.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:21.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:21.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:21.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:21.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:21.739 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:17:21.739 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:17:21.768 12669 12682 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:17:21.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:21.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:22.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:22.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:22.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:22.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:22.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:22.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:22.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:22.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:22.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:22.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:22.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:22.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:22.709 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:22.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:22.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:22.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:22.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:22.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:22.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:22.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:22.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:22.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:22.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:22.795 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:22.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:22.813 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:22.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:22.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:23.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:23.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:23.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:23.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:23.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:23.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:23.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:23.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:23.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:23.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:23.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:23.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:24.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:24.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:24.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:24.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:24.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:24.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:24.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:25.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:25.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:25.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:26.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:26.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:26.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:26.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:26.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:26.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:26.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:26.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:26.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:26.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:27.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:27.185 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:27.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:27.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:27.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:27.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:27.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:27.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:28.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:28.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:28.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:28.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:28.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:28.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:28.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:28.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:28.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:28.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:28.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:28.873 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:29.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:29.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:29.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:29.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:29.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:29.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:29.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:29.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:29.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:29.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:29.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:29.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:29.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:29.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:29.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:29.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:29.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:29.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:29.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:29.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:29.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:29.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:29.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:29.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:29.600 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:17:29.600 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:17:29.627 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:17:29.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:29.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:29.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:29.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:29.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:29.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:29.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:29.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:30.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:30.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:30.604 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:17:30.644 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x26d
01-28 10:17:30.710 12669 12669 W Activity: Can request only one set of permissions
at a time
01-28 10:17:30.733 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 10:17:30.733 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 10:17:30.733 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 10:17:30.734 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 10:17:30.734 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 10:17:30.734 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 10:17:30.734 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 10:17:30.734 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 10:17:30.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:30.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:30.891 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 10:17:30.891 12669 31844 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 10:17:31.483 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 10:17:31.550 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.550 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.551 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.551 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.551 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.551 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.552 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.552 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.552 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.552 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.553 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.553 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.553 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.554 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.554 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.554 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.554 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.555 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.555 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.555 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.555 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.556 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.556 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.557 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.557 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.557 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.557 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.558 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.558 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.558 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.558 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.559 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.559 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.559 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.560 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.560 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.560 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.560 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.561 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.561 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.561 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.562 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.562 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.562 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.562 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.562 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.563 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.563 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.563 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.564 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.564 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.564 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.564 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.564 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.565 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.565 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.566 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:31.643 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 10:17:31.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:31.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:31.727 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
01-28 10:17:34.114 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:17:34.121 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:17:34.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:17:34.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:17:34.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:17:34.444 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.444 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.444 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.444 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.445 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.445 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.445 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.445 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.446 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.446 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.446 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.447 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.448 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.448 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.449 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.449 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:34.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:34.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:34.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:34.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:34.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:34.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:34.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:34.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:34.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:34.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:34.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:34.613 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:35.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:35.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:35.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:35.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:35.613 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:35.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:36.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:36.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:36.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:36.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:36.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:36.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:36.428 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:17:36.428 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:17:36.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:36.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:36.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:36.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:36.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:36.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:36.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:36.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:36.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:37.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:37.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:37.344 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:37.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:37.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:37.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:37.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:37.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:37.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:37.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:37.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:37.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:37.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:37.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:37.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:37.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:37.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:37.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:37.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:37.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:37.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:37.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:37.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:38.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:38.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:38.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:38.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:38.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:38.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:39.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:39.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:39.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:39.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:39.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:39.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:39.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:39.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:39.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:39.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:39.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:39.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:39.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:39.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:39.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:39.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:39.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:39.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:39.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:39.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:39.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:39.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:39.784 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:17:39.784 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:17:39.808 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:17:40.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:40.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:40.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:40.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:40.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:40.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:41.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:41.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:41.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:41.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:42.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:42.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:42.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:42.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:42.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:42.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:55.748 12669 23929 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
01-28 10:17:55.748 12669 23929 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
01-28 10:17:58.303 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:17:58.310 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:17:58.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:17:58.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:17:58.560 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:58.560 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:58.561 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:58.562 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:17:58.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:58.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:58.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:58.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:58.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:58.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:58.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:58.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:58.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:58.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:59.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:59.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:17:59.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:59.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:17:59.381 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:17:59.381 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:17:59.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:59.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:17:59.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:59.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:17:59.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:17:59.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:17:59.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:17:59.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:00.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:00.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:00.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:00.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:00.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:00.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:00.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:00.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:00.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:00.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:00.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:00.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:00.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:00.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:00.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:00.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:00.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:00.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:00.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:00.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:00.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:00.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:00.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:00.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:00.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:00.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:00.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:00.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:00.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:00.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:00.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:00.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:00.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:00.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:01.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:01.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:01.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:01.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:01.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:01.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:01.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:01.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:02.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:02.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:02.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:02.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:02.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:02.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:02.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:02.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:02.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:02.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:02.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:02.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:02.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:02.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:03.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:03.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:03.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:03.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:03.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:03.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:03.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:03.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:03.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:03.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:03.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:03.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:04.443 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:04.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:04.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:04.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:05.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:05.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:05.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:05.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:05.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:05.344 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:05.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:05.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:05.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:05.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:05.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:05.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:05.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:05.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:05.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:05.979 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:06.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:06.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:06.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:06.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:07.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:07.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:07.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:07.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:07.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:07.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:08.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:08.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:08.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:08.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:09.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:09.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:09.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:09.068 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:09.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:09.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:09.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:09.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:10.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:10.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:10.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:10.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:10.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:10.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:10.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:10.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:10.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:10.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:10.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:10.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:10.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:10.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:10.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:10.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:10.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:10.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:11.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:11.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:11.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:11.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:11.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:11.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:11.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:11.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:12.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:12.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:12.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:12.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:12.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:12.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:12.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:12.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:13.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:13.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:13.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:13.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:13.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:13.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:13.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:13.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:13.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:13.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:14.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:14.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:14.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:14.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:14.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:14.242 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:14.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:14.342 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:14.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:14.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:14.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:14.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:14.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:14.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:14.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:14.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:15.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:15.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:15.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:15.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:15.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:15.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:15.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:15.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:16.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:16.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:16.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:16.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:16.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:16.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:17.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:17.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:17.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:17.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:17.443 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:17.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:17.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:17.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:17.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:17.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:18.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:18.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:18.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:18.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:18.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:18.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:18.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:18.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:18.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:18.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:18.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:18.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:19.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:19.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:19.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:19.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:19.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:19.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:19.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:20.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:20.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:20.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:20.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:20.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:20.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:20.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:20.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:20.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:20.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:20.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:20.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:20.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:20.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:20.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:20.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:20.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:20.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:20.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:20.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:20.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:20.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:20.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:20.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:20.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:20.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:20.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:20.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:20.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:20.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:20.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:20.919 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:20.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:20.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:20.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:20.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:20.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:20.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:20.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:21.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:21.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:21.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:21.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:21.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:21.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:21.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:21.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:21.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:21.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:21.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:22.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:22.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:22.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:22.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:22.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:22.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:22.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:22.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:22.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:22.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:22.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:22.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:22.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:22.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:22.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:22.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:22.635 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:22.639 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:22.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:22.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:22.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:22.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:22.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:22.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:22.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:22.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:22.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:22.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:22.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:22.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:22.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:22.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:22.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:22.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:22.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:22.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:22.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:22.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:22.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:22.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:22.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:22.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:22.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:22.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:22.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:22.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:22.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:22.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:22.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:22.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:22.919 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:22.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:22.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:22.942 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:22.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:22.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:23.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:23.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:23.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:23.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:23.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:23.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:23.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:23.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:23.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:23.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:23.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:23.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:23.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:23.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:23.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:23.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:23.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:23.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:24.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:24.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:24.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:24.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:24.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:24.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:24.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:24.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:24.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:24.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:24.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:24.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:24.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:24.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:24.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:24.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:24.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:24.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:18:24.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:24.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:24.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:24.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:24.634 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:18:24.634 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:18:24.659 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:18:24.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:24.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:18:25.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:18:25.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:18:25.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:18:25.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:18:26.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:18:26.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:07.852 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:19:07.860 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:19:08.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:19:08.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:19:08.050 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:19:08.050 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:19:08.051 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:19:08.051 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:19:08.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:08.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:08.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:08.174 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:08.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:08.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:08.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:08.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:09.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:09.142 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:09.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:09.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:09.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:09.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:09.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:09.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:10.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:10.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:10.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:10.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:47.770 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:19:47.778 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:19:47.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:19:47.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:19:47.980 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:19:47.980 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:19:47.981 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:19:47.982 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:19:48.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:48.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:48.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:48.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:48.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:48.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=738441ee-415b-46e4-89f1-873916cacedb transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/30692448_792537416257231_7161241273645612871_n.enc?ccb=11-4&oh=01_AdQ6s4Z-
7mLqMFNsaQUJJFoctCyvVGBXElqH94zay1E_aw&oe=65DDF623&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=llVRUAngZ9azQhICD76J+i8Kx/PUHhumJKapUi9igKQ= file_path=Media/WhatsApp
Stickers/STK-20240128-WA0006.webp file_size=6986 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706400678000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/30692448_792537416257231_7161241273645612871_n.enc?ccb=11-4&oh=01_AdQ6s4Z-
7mLqMFNsaQUJJFoctCyvVGBXElqH94zay1E_aw&oe=65DDF623&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=image/webp partial_media_enc_hash=null
width=64 original_file_hash=null has_streaming_sidecar=0
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=785
multicast_id=null enc_file_hash=m5W8QkqzmAo088d5rx3wzMazsBb7IyApflWkEGFEzhw=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=6986 media_name=null media_duration=0 chat_row_id=140
media_key=[B@80bcf08
01-28 10:19:48.653 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:19:48.653 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:19:48.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:48.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:49.185 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:49.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:49.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:49.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:50.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:50.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:50.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:50.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:50.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:50.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:50.794 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:19:50.794 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:19:51.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:51.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:51.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:51.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:51.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:51.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:51.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:51.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:51.689 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:51.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:51.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:51.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:51.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:51.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:51.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:51.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:51.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:51.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:51.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:51.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:51.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:51.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:51.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:51.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:51.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:51.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:51.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:51.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:51.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:51.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:51.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:51.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:51.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:51.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:52.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:52.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:52.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:52.440 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:52.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:52.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:52.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:52.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:52.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:52.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:52.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:52.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:52.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:52.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:52.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:52.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:52.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:52.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:52.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:52.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:52.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:52.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:52.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:52.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:52.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.745 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:52.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:52.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:52.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:52.812 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:52.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:52.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:52.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:52.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:52.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:52.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:52.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:52.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:52.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:52.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:52.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:53.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:53.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:53.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:53.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:54.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:54.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:54.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:54.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:54.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:54.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:54.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:54.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:54.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:54.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:54.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:54.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:55.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:55.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:55.313 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:55.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:55.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:55.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:55.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:55.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:55.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:55.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:55.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:55.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:56.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:56.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:56.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:56.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:56.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:56.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:56.558 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:56.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:56.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:56.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:56.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:56.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:56.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:56.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:56.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:56.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:56.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:57.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:57.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:57.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:57.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:57.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:57.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:57.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:57.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:57.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:57.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:57.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:57.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:57.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:57.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:57.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:57.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:57.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:57.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:57.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:57.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:57.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:57.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:57.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:57.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:57.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:57.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:57.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:57.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:57.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:57.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:57.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:57.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:57.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:57.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:57.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:57.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:57.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:57.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:57.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:57.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:57.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:57.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:57.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:57.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:57.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:57.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:57.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:57.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:57.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:57.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:57.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:57.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:57.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:58.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:58.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:58.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:58.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:58.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:19:58.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:58.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:19:58.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:58.816 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:58.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:58.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:19:58.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:19:59.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:19:59.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:19:59.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:19:59.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:00.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:00.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:00.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:00.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:00.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:00.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:01.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:01.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:01.227 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:01.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:01.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:01.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:01.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:01.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:01.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:01.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:01.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:01.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:01.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:01.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:01.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:01.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:01.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:01.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:01.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:01.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:01.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:01.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:01.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:01.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:01.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:01.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:01.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:01.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:01.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:01.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:02.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:02.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:02.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:02.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:03.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:03.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:03.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:03.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:03.227 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:03.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:03.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:03.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:04.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:04.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:04.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:04.635 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:04.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:04.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:05.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:05.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:05.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:05.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:05.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:05.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:05.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:05.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:06.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:06.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:06.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:06.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:06.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:06.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:06.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:06.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:06.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:06.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:06.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:06.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:06.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:06.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:07.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:07.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:07.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:07.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:07.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:07.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:07.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:07.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:07.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:07.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:07.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:07.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:07.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:07.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:07.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:07.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:07.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:07.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:07.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:07.568 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:07.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:07.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:07.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:07.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:07.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:07.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.663 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:07.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:07.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:07.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:07.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:07.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:07.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:07.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:07.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:07.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:07.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:07.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:07.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:07.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:08.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:08.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:08.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:08.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:08.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:08.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:08.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:08.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:08.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:08.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:08.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:08.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:08.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:09.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:09.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:09.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:09.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:09.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:09.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:09.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:09.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:09.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:09.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:09.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:09.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:09.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:09.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:09.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:09.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:09.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:09.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:09.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:09.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:09.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:09.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:09.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:09.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:09.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:09.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:09.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:09.897 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:20:09.897 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:20:09.924 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:20:10.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:10.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:10.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:10.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:11.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:11.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:11.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:11.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:12.877 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:20:12.885 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:20:13.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:20:13.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:20:13.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:20:13.267 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:20:13.267 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:20:13.268 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:20:13.269 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:20:13.271 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:20:13.272 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:20:13.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:13.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:13.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:13.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:13.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:13.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:13.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:13.434 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:20:13.434 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:20:13.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:13.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:13.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:13.540 12669 12669 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 10:20:13.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:13.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:13.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:13.611 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:20:13.611 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:20:13.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:13.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:13.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:13.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:13.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.745 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:13.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:13.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:13.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:13.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:13.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:13.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:13.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:13.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:13.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:13.966 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:14.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:14.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:14.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:14.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:14.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:14.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:15.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:15.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:15.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:15.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:15.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:15.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:16.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:16.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:16.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:16.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:16.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:16.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:17.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:17.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:17.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:17.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:17.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:17.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:17.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:17.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:17.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:17.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:17.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:17.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:17.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:17.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:17.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:18.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:18.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:18.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:18.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:18.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:18.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:18.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:18.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:18.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:18.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:18.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:18.296 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:18.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:18.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:18.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:18.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:18.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:18.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:18.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:18.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:19.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:19.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:19.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:19.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:19.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:19.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:19.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:19.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:19.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:19.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:19.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:19.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:19.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:19.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:19.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:19.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:19.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:19.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:19.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:19.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:19.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:19.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:19.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:19.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:19.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:19.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:20.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:20.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:20.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:20.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:20.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:20.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:20.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:20.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:20.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:20.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:20.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:20.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:20.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:20.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:20.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.745 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:20.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:20.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:20.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:20.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:21.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:21.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:21.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:21.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:21.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:21.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:21.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:21.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:21.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:21.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:21.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:21.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:21.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:21.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:21.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:21.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:21.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:21.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:22.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:22.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:22.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:22.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:22.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:22.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:22.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:22.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:22.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:22.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:22.792 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:22.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:22.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:22.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:22.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:23.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:23.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:23.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:23.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:23.074 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:23.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:23.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:23.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:23.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:23.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:23.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:23.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:23.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:23.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:23.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:23.888 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:23.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:23.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:24.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:24.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:24.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:24.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.296 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.330 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.443 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:24.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:24.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:24.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:24.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:24.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:24.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:24.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:24.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:24.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:24.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:24.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:24.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.696 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:24.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:24.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:24.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:24.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:24.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:24.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:24.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:24.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:24.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:24.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:24.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:24.874 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:20:24.874 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:20:24.899 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:20:25.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:25.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:25.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:25.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:25.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:25.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:25.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:25.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:25.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:25.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:25.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:25.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:25.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:25.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:25.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:25.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:25.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:25.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:25.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:25.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:25.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:25.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:25.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:25.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:26.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:26.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:26.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:26.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:26.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:26.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:26.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:26.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:27.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:27.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:27.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:27.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:27.945 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:27.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:28.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:28.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:28.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:28.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:28.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:28.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:28.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:28.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:28.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:28.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:28.813 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:28.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:28.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:28.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:29.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:29.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:29.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:29.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:29.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:29.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:29.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:29.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:29.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:29.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:30.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:30.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:30.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:30.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:30.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:30.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:30.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:30.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:30.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:30.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:30.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:30.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:30.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:30.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:30.549 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:30.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:30.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:30.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:30.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:30.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:30.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:30.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:30.717 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:20:30.717 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:20:30.745 12669 12682 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:20:30.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:30.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:30.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:30.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:31.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:31.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:31.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:31.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:32.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:32.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:32.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:32.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:33.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:33.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:33.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:33.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:34.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:34.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:34.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:34.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:35.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:35.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:35.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:35.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:36.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:36.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:36.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:36.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:37.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:37.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:37.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:37.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:38.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:38.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:38.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:38.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:39.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:39.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:39.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:39.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:40.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:40.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:40.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:40.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:41.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:41.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:41.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:41.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:42.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:42.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:42.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:42.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:43.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:43.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:43.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:43.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:44.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:44.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:44.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:44.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:45.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:45.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:45.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:45.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:46.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:46.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:46.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:46.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:47.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:47.440 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:47.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:47.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:48.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:48.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:48.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:48.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:49.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:49.443 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:49.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:49.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:50.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:50.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:50.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:50.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:51.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:51.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:51.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:51.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:20:52.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:52.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:52.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:52.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:52.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:52.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:20:52.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:52.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:20:52.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:52.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:53.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:53.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:20:53.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:20:53.322 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:20:53.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:20:53.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:36.445 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:21:36.453 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:21:36.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:21:36.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:21:36.650 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:21:36.650 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:21:36.651 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:21:36.652 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:21:36.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:36.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:36.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:36.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:36.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:36.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:36.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:36.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:37.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:37.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:37.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:37.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:38.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:38.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:38.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:38.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:39.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:39.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:39.828 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:39.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:40.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:40.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:40.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:40.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:41.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:41.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:41.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:41.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:41.693 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:21:41.693 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:21:41.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:41.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:41.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:41.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:42.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:42.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:42.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:42.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:42.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:42.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:42.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:42.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:42.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:42.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:42.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:42.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:42.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:42.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:42.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:42.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:42.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:42.682 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:42.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:42.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:42.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:42.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:42.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:42.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:42.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:42.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:42.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:42.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:42.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:42.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:43.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:43.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:43.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:43.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:43.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:43.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:43.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:43.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:43.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:43.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:43.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:43.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:44.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:44.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:44.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:44.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:44.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:44.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:45.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:45.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:45.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:45.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:45.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:45.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:45.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:45.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:46.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:46.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:46.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:46.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:46.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:46.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:46.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:46.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:46.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:46.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:47.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:47.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:47.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:47.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:47.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:47.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:47.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:47.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:47.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:47.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:47.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:47.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:47.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:47.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:47.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:47.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:48.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:48.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:48.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:48.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:48.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:48.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:48.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:48.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:48.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:48.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:48.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:48.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:49.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:49.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:49.287 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:49.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:49.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:49.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:49.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:49.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:49.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:49.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:49.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:49.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:49.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:49.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:49.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:49.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:49.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:49.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:49.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:49.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:49.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:49.476 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:49.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:49.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:49.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:49.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:49.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:49.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:49.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:49.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:49.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:49.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:49.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:49.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:49.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:49.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:49.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:49.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:49.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.644 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:49.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:49.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:49.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:49.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:49.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:49.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:49.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:49.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:50.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:50.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:50.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:50.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:50.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:50.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:50.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:50.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:50.861 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:21:50.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:50.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:51.666 12669 12669 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 10:21:51.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:51.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:51.761 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:21:51.761 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:21:51.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:51.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:52.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:52.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:52.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:52.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:52.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:52.919 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:52.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:52.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:52.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:52.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:53.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:53.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:53.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:53.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:53.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:53.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:53.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:53.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:53.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:53.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:53.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:53.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:53.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:53.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:53.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:53.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:53.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:53.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:53.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:53.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:53.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:53.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:53.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:53.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:53.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:53.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:53.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:53.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:53.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:53.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:53.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:53.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:53.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:53.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:53.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:53.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:53.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:53.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:54.263 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:54.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:54.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:54.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:54.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:54.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:55.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:55.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:55.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:55.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:55.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:55.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:55.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:55.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:55.402 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:21:55.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:55.413 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:55.860 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:21:55.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:55.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:56.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:56.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:56.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:56.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:56.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:56.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:56.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:56.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:56.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:56.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:56.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:56.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:56.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:56.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:56.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:56.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:56.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:56.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:56.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:56.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:56.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:56.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:56.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:56.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:56.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:56.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:56.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:56.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:56.682 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:21:56.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:56.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:57.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:57.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:57.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:57.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:57.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:57.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:57.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:57.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:57.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:57.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:57.690 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:21:57.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:57.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:57.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:57.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:57.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:57.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:57.844 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:21:58.167 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:21:58.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:58.178 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:58.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:58.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:58.896 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:58.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:59.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:59.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:59.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:59.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:59.092 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:59.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:59.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:59.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:59.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:59.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:59.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:59.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:59.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:59.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:59.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:59.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:59.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:59.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:21:59.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:59.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:21:59.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:59.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:21:59.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:59.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:21:59.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:59.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:59.432 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:21:59.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:21:59.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:59.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:21:59.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:59.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:21:59.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:00.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:00.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:00.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:00.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:00.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:00.437 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:00.464 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:00.465 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:00.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:00.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:00.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:00.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:00.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:00.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:00.791 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:00.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:00.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:00.895 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:00.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:00.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:01.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:01.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:01.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:01.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:02.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:02.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:02.257 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:02.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:02.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:03.507 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:03.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:03.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:04.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:04.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:04.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:04.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:04.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:04.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:04.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:04.813 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:05.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:05.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:05.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:05.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:05.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:05.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:06.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:06.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:06.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:06.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:06.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:06.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:07.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:07.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:07.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:07.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:07.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:07.909 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:08.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:08.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:08.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:08.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:09.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:09.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:09.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:09.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:09.224 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:09.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:09.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:09.377 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:09.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:09.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:10.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:10.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:10.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:10.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:10.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:10.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:10.749 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:10.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:10.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:11.845 12669 12669 W androidtc: TextClassifier called on main thread
01-28 10:22:11.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:11.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:11.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:11.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:12.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:12.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:12.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:12.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:12.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:12.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:12.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:12.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:12.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:12.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:12.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:12.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:12.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:12.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:12.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:12.677 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:12.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:12.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:12.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:12.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:12.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:12.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:12.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:12.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:12.856 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:22:12.856 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:22:12.887 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:22:13.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:13.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:13.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:13.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:13.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:13.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:14.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:14.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:28.992 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:22:28.999 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:22:29.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:22:29.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:22:29.156 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:22:29.157 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:22:29.158 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:22:29.158 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:22:29.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:29.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:29.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:29.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:29.287 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:29.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:29.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:29.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:29.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:29.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:29.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:29.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:29.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:29.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:30.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:30.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:30.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:30.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:31.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:31.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:31.207 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:22:31.207 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:22:31.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:31.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:31.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:31.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:31.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:31.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:31.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:31.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:31.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:31.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:32.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:32.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:32.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:32.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:32.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:32.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:33.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:33.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:33.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:33.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:33.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:33.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:33.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:33.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:33.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:33.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:33.092 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:33.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:33.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:33.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:33.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:33.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:33.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:33.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:33.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:33.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:33.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:33.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:33.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:33.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:33.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:33.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:33.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:33.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:33.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:33.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:33.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:33.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:33.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:33.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:33.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:33.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:33.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:33.576 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:33.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:33.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:33.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:33.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:33.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:33.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:33.686 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:22:33.686 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:22:33.711 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:22:33.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:33.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:34.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:34.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:34.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:34.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:34.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:34.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:34.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:34.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:35.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:35.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:35.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:35.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:36.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:36.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:36.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:36.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:37.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:37.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:37.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:37.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:38.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:38.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:38.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:38.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:39.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:39.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:39.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:39.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:40.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:40.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:41.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:41.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:41.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:41.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:41.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:41.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:42.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:42.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:43.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:43.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:43.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:22:43.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:22:43.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:43.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:44.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:44.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:58.589 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:22:58.597 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:22:58.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:22:58.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:22:58.783 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:22:58.784 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:22:58.785 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:22:58.786 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:22:58.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:58.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:22:58.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:58.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:58.909 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:58.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:58.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:58.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:58.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:58.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:59.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:59.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:22:59.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:22:59.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:22:59.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:22:59.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:00.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:00.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:00.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:00.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:01.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:01.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:01.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:01.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:01.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:01.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:01.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:01.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:01.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:01.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:02.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:02.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:02.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:02.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:02.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:02.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:02.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:02.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:02.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:02.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:02.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:02.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:02.178 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:02.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:02.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:02.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:02.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:02.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:02.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:02.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:02.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:02.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:02.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:02.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:02.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:02.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:02.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:02.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:03.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:03.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:03.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:03.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:04.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:04.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:04.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:04.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:04.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:04.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:04.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:04.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:04.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:04.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:04.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:04.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:04.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:04.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:04.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:04.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:04.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:04.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:04.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:04.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:04.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:04.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:04.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:04.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:04.401 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:23:04.401 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:23:04.430 12669 12889 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:23:04.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:04.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:04.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:04.627 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:05.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:05.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:12.496 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:23:12.504 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:23:12.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:23:12.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:23:12.658 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:12.658 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:12.659 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:12.660 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:12.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:12.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:12.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:12.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:12.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:12.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:12.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:12.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:12.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:12.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:13.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:13.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:13.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:13.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:13.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:13.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:14.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:14.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:14.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:14.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:14.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:14.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:15.052 12669 12669 W TabLayout: MODE_SCROLLABLE + GRAVITY_FILL is not
supported, GRAVITY_START will be used instead
01-28 10:23:15.189 12669 12669 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 10:23:15.465 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{d45f612 VF.D..CL. ......ID 0,0-180,180 #7f0b1814
app:id/shutter} during layout: running second layout pass
01-28 10:23:15.465 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{baf71e3 V.ED..... ......ID 0,0-180,180 #7f0b14fc
app:id/recording_progress} during layout: running second layout pass
01-28 10:23:15.465 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{6f8d7e0 VF.D..C.. ......ID 0,0-135,135 #7f0b1976
app:id/switch_camera_btn} during layout: running second layout pass
01-28 10:23:15.465 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{fa5a99 VFED..C.. ......ID 0,0-135,135 #7f0b0b0d
app:id/gallery_btn} during layout: running second layout pass
01-28 10:23:15.465 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{d89615e VF.D..C.. ......ID 0,0-135,135 #7f0b0a9c
app:id/flash_btn} during layout: running second layout pass
01-28 10:23:15.465 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{bdd493f VFED..C.. ......ID 0,0-135,135 #7f0b057f
app:id/close_camera_btn} during layout: running second layout pass
01-28 10:23:15.465 12669 12669 W View : requestLayout() improperly called by
X.4Ki{f43920c V.ED..... ......ID 0,6-1080,141} during layout: running second layout
pass
01-28 10:23:15.502 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:15.505 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:15.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:15.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:15.595 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{d45f612 VF.D..CL. ......ID 450,1691-630,1871 #7f0b1814
app:id/shutter aid=1073741861} during layout: running second layout pass
01-28 10:23:15.596 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{baf71e3 V.ED..... ......ID 450,1691-630,1871
#7f0b14fc app:id/recording_progress} during layout: running second layout pass
01-28 10:23:15.596 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{6f8d7e0 VF.D..C.. ......ID 921,1712-1056,1847 #7f0b1976
app:id/switch_camera_btn aid=1073741862} during layout: running second layout pass
01-28 10:23:15.596 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{fa5a99 VFED..C.. ......ID 24,1712-159,1847 #7f0b0b0d
app:id/gallery_btn aid=1073741863} during layout: running second layout pass
01-28 10:23:15.596 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{d89615e VF.D..C.. ......ID 921,24-1056,159 #7f0b0a9c
app:id/flash_btn aid=1073741864} during layout: running second layout pass
01-28 10:23:15.596 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{bdd493f VFED..C.. ......I. 24,24-159,159 #7f0b057f
app:id/close_camera_btn aid=1073741865} during layout: running second layout pass
01-28 10:23:15.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:15.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:16.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:16.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:16.660 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:23:16.667 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:23:16.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:16.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:16.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:16.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:16.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:16.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:17.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:17.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:17.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:17.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:18.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:18.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:18.219 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:23:18.219 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:23:18.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:18.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:18.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:18.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:18.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:18.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:18.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:18.596 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:18.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:18.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:19.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:19.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:19.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:19.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:20.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:20.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:20.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:20.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:20.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:20.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:20.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:20.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:20.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:20.983 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:21.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:21.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:21.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:21.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:21.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:21.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:21.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:21.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:21.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:21.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:21.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:21.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:22.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:22.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:22.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:22.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:22.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:22.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:22.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:22.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:22.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:22.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:22.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:22.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:22.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:22.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:22.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:22.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:22.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:22.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:22.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:22.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:22.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:22.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:22.666 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:23:22.666 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:23:22.698 12669 2242 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:23:22.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:22.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:23.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:23.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:23.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:23.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:23.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:23.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:23.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:23.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:28.846 12669 12679 W System : A resource failed to call
AbstractCursor.close.
01-28 10:23:28.848 12669 12679 W System : A resource failed to call
CursorWrapperInner.close.
01-28 10:23:39.345 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:23:39.353 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:23:39.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:23:39.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:23:39.502 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:39.503 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:39.503 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:39.504 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:23:39.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:39.555 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:39.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:39.631 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:39.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:39.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:39.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:39.680 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:40.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:40.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:40.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:40.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:41.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:41.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:41.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:41.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:42.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:42.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:42.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:42.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:42.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:42.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:42.687 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:23:42.687 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:23:42.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:42.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:42.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:42.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:43.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:43.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:43.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:43.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:43.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:43.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:44.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:44.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:44.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:44.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:45.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:45.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:45.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:45.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:45.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:45.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:45.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:45.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:45.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:45.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:46.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:46.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:46.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:46.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:46.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:46.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:46.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:46.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:46.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:46.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:46.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:46.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:46.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:46.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:46.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:46.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:47.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:47.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:47.370 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:47.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:47.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:47.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:47.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:47.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:47.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:47.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:47.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:47.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:47.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:47.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:47.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:47.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:47.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:47.540 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:47.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:47.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:47.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:47.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:47.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:47.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:47.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:47.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:23:47.619 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:23:47.619 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:23:47.646 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:23:47.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:47.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:48.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:48.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:48.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:48.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:23:48.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:48.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:23:48.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:23:48.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:23:48.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:48.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:23:49.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:23:49.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:10.906 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:24:10.914 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:24:11.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:24:11.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:24:11.098 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:11.099 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:11.099 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:11.100 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:11.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:11.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:11.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:11.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:11.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:11.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:11.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:11.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:12.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:12.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:12.526 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:12.529 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:12.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:12.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:12.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:12.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:13.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:13.196 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:13.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:13.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:14.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:14.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:14.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:14.707 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:15.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:15.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:15.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:15.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:15.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:15.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:16.178 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:16.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:16.212 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:16.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:16.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:16.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:16.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:16.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:16.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:16.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:16.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:16.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:16.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:16.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:16.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:16.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:16.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:16.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:16.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:16.552 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:16.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:16.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:16.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:16.608 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:16.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:16.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:16.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:16.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:16.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:16.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:16.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:16.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:16.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:16.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:16.732 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:16.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:16.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:16.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:16.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:16.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:17.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:17.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:17.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:17.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:18.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:18.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:42.523 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:24:42.531 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:24:42.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:24:42.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:24:42.697 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:42.697 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:42.698 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:42.698 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:42.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:42.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:42.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:42.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:42.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:42.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:42.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:42.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:42.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:42.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:43.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:43.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:43.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:43.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:44.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:44.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:44.422 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:44.425 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:44.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:44.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:45.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:45.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:45.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:45.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:45.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:45.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:45.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:45.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:45.256 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:45.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:45.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:45.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:45.280 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:45.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:45.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:45.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:45.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:45.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:45.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:45.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:45.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:45.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:45.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:45.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:45.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:45.694 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:45.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:45.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:45.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:45.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:45.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:45.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:45.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:45.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:45.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:45.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:45.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:45.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:45.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:45.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:45.942 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:24:45.942 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:24:45.970 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:24:46.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:46.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:46.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:46.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:46.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:46.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:55.871 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:24:55.879 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:24:56.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:24:56.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:24:56.030 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:56.031 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:56.032 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:56.034 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:24:56.083 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:56.089 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:56.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:56.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:56.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:56.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:56.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:56.231 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:56.243 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:56.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:56.644 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:56.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:57.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:57.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:57.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:57.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:58.145 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:58.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:58.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:58.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:59.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:59.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:59.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:59.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:59.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:59.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:59.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:59.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:59.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:59.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:59.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:59.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:59.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:59.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:59.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:59.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:59.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:59.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:59.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:59.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:59.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:59.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:59.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:59.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:59.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:59.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:59.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:59.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:24:59.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:59.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:59.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:59.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:59.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:59.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:24:59.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:59.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:24:59.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:24:59.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:24:59.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:24:59.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:59.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:24:59.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:00.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:00.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:00.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:00.721 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:01.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:01.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:01.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:01.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:02.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:02.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:02.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:02.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:03.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:03.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:03.675 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:03.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:03.748 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:25:03.748 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:25:03.913 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:03.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:03.939 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:03.945 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:04.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:04.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:04.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:04.161 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:04.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:04.671 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:05.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:05.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:05.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:05.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:05.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:05.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:06.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:06.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:06.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:06.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:06.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:06.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:06.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:06.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:06.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:06.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:06.322 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:06.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:06.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:06.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:06.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:06.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:06.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:06.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:06.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:06.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:07.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:07.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:07.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:07.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:08.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:08.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:08.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:08.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:08.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:08.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:08.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:08.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:08.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:08.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:08.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:08.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:08.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:08.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:08.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:08.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:08.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:08.282 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:08.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:08.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:08.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:08.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:08.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:08.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:08.393 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:25:08.393 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:25:08.425 12669 12683 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:25:08.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:08.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:08.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:08.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:08.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:08.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:08.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:08.855 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:09.002 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:25:09.003 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:25:09.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:09.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:09.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:09.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:09.159 12669 2242 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:25:09.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:09.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:09.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:09.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:12.894 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:25:12.902 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:25:13.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:13.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:13.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:13.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:13.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:13.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:13.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:13.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:13.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:13.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:13.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:13.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:13.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:13.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:13.287 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:13.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:13.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:13.309 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:13.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:13.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:13.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:13.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:13.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:13.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:13.400 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:25:13.400 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:25:13.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:13.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:13.563 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:13.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:13.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:13.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:13.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:13.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:14.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:14.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:14.580 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:14.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:30.646 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:25:30.655 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:25:30.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:25:30.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:25:30.815 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:25:30.816 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:25:30.817 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:25:30.818 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:25:30.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:30.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:30.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:30.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:30.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:30.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:31.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:31.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:31.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:31.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:31.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:31.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:31.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:31.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:32.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:32.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:32.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:32.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:32.999 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:33.002 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:33.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:33.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:34.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:34.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:34.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:34.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:34.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:34.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:34.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:34.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:34.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:34.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:34.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:34.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:34.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:34.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:34.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:34.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:34.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:34.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:34.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:34.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:34.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:34.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:34.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:34.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:34.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:35.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:35.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:35.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:35.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:35.038 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:35.070 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:35.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:35.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:35.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:35.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:35.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:35.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:35.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:35.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:35.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:25:35.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:35.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:25:35.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:35.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:35.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:25:35.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:35.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:35.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:35.269 12669 30660 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:25:35.269 12669 30660 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:25:35.297 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:25:35.487 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:25:35.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:25:35.573 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:35.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:25:36.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:25:36.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:43.177 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:34:43.185 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:34:43.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:34:43.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:34:43.446 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:43.447 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:43.448 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:43.449 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:43.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:43.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:43.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:43.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:43.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:43.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:43.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:43.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:43.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:43.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:44.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:44.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:44.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:44.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:45.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:45.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:45.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:45.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:45.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:45.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:45.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:45.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:46.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:46.097 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:46.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:46.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:46.283 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:34:46.283 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:34:46.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:46.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:46.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:46.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:46.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:46.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:46.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:46.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:47.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:47.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:47.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:47.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:47.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:47.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:48.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:48.114 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:48.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:48.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:48.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:48.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:48.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:48.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:48.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:48.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:48.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:48.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:48.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:48.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:48.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:48.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:48.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:48.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:48.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:48.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:48.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:48.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:49.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:49.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:49.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:49.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:49.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:49.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:49.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:49.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:49.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:49.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:49.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:49.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:49.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:49.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:49.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:49.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:49.315 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:49.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:49.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:49.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:49.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:49.467 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:49.477 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:34:49.477 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:34:49.517 12669 12682 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:34:49.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:49.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:50.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:50.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:50.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:50.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:50.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:50.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:50.813 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:50.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:51.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:51.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:51.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:51.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:51.449 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:51.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:51.965 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:52.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:52.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:53.509 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:34:53.516 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:34:53.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:34:53.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:34:53.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:34:53.730 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:53.731 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:53.732 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:53.732 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:53.733 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:53.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:53.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:53.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:53.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:53.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:53.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:53.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:53.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:53.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:53.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:53.875 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:53.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:54.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:54.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:54.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:54.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:54.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:54.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:54.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:54.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:54.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:54.901 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:34:54.901 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:34:55.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:55.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:55.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:55.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:55.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:55.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:55.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:55.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:55.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:55.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:55.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:55.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:55.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:55.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.925 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:55.929 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:55.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:55.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:55.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:55.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:55.996 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:56.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.025 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:56.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:56.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:56.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:56.092 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:56.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:56.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:56.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:56.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:56.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:56.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:56.329 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:56.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:56.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:56.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:56.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:56.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:56.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:56.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:56.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:56.881 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:56.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:56.911 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:56.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:56.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:56.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:56.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:56.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:56.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:56.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:56.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:56.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:34:57.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:57.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:57.037 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:34:57.037 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:34:57.067 12669 2582 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:34:57.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:57.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:57.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:57.312 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:34:57.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:57.446 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:57.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:57.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:34:57.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:57.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:58.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:58.185 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:59.607 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:34:59.614 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:34:59.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:34:59.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:34:59.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:34:59.811 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:59.812 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:59.813 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:59.813 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:59.814 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:34:59.842 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:59.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:34:59.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:59.883 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:59.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:34:59.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:59.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:59.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:59.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:59.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:34:59.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:34:59.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:00.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:00.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:00.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:00.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:00.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:00.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:01.449 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:01.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:01.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:01.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:01.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:01.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:02.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:02.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:02.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:02.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:02.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:02.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:03.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:03.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:03.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:03.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:03.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:03.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:03.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:03.909 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:03.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:03.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:03.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:03.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:03.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:03.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:03.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:03.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:03.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:03.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:03.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:03.971 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:03.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:03.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:03.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:03.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:04.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:04.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:04.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:04.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:04.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:04.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:04.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.238 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.267 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:04.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:04.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:04.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:04.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:04.310 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:35:04.310 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:35:04.313 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:04.317 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:04.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:04.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:04.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:04.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:04.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:04.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:04.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:04.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:04.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:04.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:05.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:05.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:05.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.265 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.306 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.322 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.342 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.362 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.392 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:05.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:05.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.676 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:05.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.736 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.740 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.769 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.776 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.803 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:05.809 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.841 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:05.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:05.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.909 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.919 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.923 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:05.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:05.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:06.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:06.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:06.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.053 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:06.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:06.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:06.212 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:06.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:06.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:06.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:06.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:06.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:06.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:06.620 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:06.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:06.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:06.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:06.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:06.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:07.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:07.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:07.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:07.415 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:07.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:07.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:07.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:07.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:07.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:07.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:07.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:07.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:07.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:07.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:07.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:07.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:07.945 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:07.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:08.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:08.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:08.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:08.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:08.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:08.517 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:08.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:08.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:08.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:08.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:08.884 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:08.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:09.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:09.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:09.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:09.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:09.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:09.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:09.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:09.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:09.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:09.976 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:09.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:09.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:10.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:10.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:10.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:10.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:10.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:10.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:10.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:10.314 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:10.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:10.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:10.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:10.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:10.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:10.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:10.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:10.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:10.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:10.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:11.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:11.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:11.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:11.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:11.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:11.522 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:11.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:11.918 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:11.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:12.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:12.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:12.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:12.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:12.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:12.354 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:12.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:12.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:12.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:12.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:12.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:12.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:12.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:12.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:12.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:12.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:12.968 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:12.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:13.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:13.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:13.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:13.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:13.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:13.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:13.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.448 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.481 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.498 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.501 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.505 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.564 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.598 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.601 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.632 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.681 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.702 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.735 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.772 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.788 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:13.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:13.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:14.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:14.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:14.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:14.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:14.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:14.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:14.453 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:14.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:14.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:14.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:14.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:14.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:14.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:14.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:14.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:14.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:14.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:14.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:14.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:14.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:14.667 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:35:14.667 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:35:14.695 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:35:14.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:14.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:14.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:14.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:14.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:14.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:14.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:14.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:14.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:14.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:14.967 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:14.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:14.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:14.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:15.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:15.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:15.017 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:15.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:15.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:15.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:15.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:15.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:15.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:15.071 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:15.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:15.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:15.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:15.355 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:15.400 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:15.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:15.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:15.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:15.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:15.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:16.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:16.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:16.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:16.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:16.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:16.372 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:16.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:16.623 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:16.719 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:16.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:16.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:16.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:17.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:17.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:17.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:17.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:17.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:17.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:17.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:17.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:17.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:17.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:17.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:17.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:18.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:18.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:18.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:18.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:18.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:18.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:19.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:19.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:19.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:19.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:20.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:20.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:20.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:20.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:20.235 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:20.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:20.303 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:20.308 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:20.334 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:20.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:20.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:20.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:20.375 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:20.380 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:20.391 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:20.396 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:20.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:20.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:20.425 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:35:20.425 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:35:20.455 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:35:20.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:20.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:20.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:20.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:20.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:20.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:21.194 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:21.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:21.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:21.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:22.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:22.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:22.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:22.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:22.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:22.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:22.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:22.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:22.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:22.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:23.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:23.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:23.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.030 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:23.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:23.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.123 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:23.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:23.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:23.184 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:23.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.213 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:23.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:23.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.234 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:23.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.262 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:23.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.296 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:23.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:23.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.325 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:23.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:23.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.807 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.813 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:23.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:23.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.864 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:23.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:23.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:23.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.914 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.919 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:23.931 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:23.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:23.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:23.964 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:23.969 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:23.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:23.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:24.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:24.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:24.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:24.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:24.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:24.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:24.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:24.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:24.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:24.537 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:24.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:24.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:24.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:24.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:25.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:25.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:25.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:25.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:25.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:25.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:25.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:25.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:25.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:25.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:25.933 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:25.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:26.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:26.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:26.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:26.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:26.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:26.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:27.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:27.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:27.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:27.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:27.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:27.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:27.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:27.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:27.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:27.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:27.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:27.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:28.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:28.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:28.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:28.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:28.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:28.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:28.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:28.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:28.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:28.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:28.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:28.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:28.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:28.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:29.289 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:29.295 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:29.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:29.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:29.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:29.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:29.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:29.594 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:29.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:29.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:30.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:30.335 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:30.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:30.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:30.726 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:30.731 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:30.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:30.769 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:30.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:30.844 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:30.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:30.876 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:30.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:30.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:30.916 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:30.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:30.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:30.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:31.029 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:31.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:31.043 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:35:31.043 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:35:31.069 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:35:31.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:31.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:31.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:31.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:31.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:31.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:31.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:31.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:31.449 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:31.452 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:31.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:31.497 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:31.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:31.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:32.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:32.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:33.424 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:35:33.431 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:35:33.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:35:33.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:35:33.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:35:33.617 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:33.618 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:33.618 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:33.619 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:33.620 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:33.655 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:33.659 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:33.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:33.684 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:33.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:33.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:33.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:33.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:33.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:33.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:33.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:33.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:34.247 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:34.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:34.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:34.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:34.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:34.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:35.251 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:35.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:35.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:35.320 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:35.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:35.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:35.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:35.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:35.465 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:35.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:35.852 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:35.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:37.696 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:35:37.702 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:35:38.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:35:38.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:35:38.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:35:38.062 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:38.062 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:38.063 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:38.063 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:38.064 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:38.065 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:38.065 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:38.066 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:38.103 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:38.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:38.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:38.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:38.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:38.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:38.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:38.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:38.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:38.217 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:38.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:38.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:38.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:38.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:38.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:39.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:39.210 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:39.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:39.402 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:39.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:39.410 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:39.468 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:35:39.468 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:35:39.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:39.646 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:39.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:39.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:39.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:39.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:39.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:39.711 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:39.714 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:39.838 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:39.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:39.847 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:40.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:40.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:40.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:40.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:40.338 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:40.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:40.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.406 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:40.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:40.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:40.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.489 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:40.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:40.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.544 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:40.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:40.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:40.581 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:40.690 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:40.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:40.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:40.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:40.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:40.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:41.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:41.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:41.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:41.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:41.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:41.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:41.975 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:41.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:41.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:42.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:42.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:42.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:42.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:42.832 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:42.837 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:42.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:42.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:42.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:42.901 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:42.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:42.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:42.952 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:42.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:42.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:43.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:43.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:43.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:43.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:43.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:43.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:43.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:43.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:43.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:43.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:43.127 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:35:43.127 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:35:43.154 12669 13177 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:35:43.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:43.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:43.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:43.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:43.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:43.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:43.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:43.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:44.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:44.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:44.379 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:44.384 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:44.449 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:44.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:44.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:35:44.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:45.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:45.075 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:55.043 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:35:55.050 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:35:55.392 12669 12669 W View : requestLayout() improperly called by
X.4rg{2c18a2d V.E....L. ......ID 0,1431-1080,1659} during layout: running second
layout pass
01-28 10:35:55.392 12669 12669 W View : requestLayout() improperly called by
android.widget.LinearLayout{4fbb62 V.E...... ......ID 42,3-820,214 #7f0b0e50
app:id/main_layout} during layout: running second layout pass
01-28 10:35:55.392 12669 12669 W View : requestLayout() improperly called by
com.whatsapp.conversation.conversationrow.ConversationRowImage$RowImageView{cd6d4f3
VFED..CL. ......ID 11,11-767,200 #7f0b0c84 app:id/image} during layout: running
second layout pass
01-28 10:35:55.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:35:55.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:35:55.455 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.456 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.456 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.456 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.457 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.457 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.457 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.457 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.458 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.459 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.459 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.459 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.460 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.461 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.461 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.461 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.462 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.463 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.463 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.464 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.465 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.466 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.467 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:35:55.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:35:55.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:55.538 12669 12669 W View : requestLayout() improperly called by
X.4rg{2c18a2d V.E....L. .......D 0,1431-1080,1659 aid=1073741970} during second
layout pass: posting in next frame
01-28 10:35:55.538 12669 12669 W View : requestLayout() improperly called by
android.widget.LinearLayout{4fbb62 V.E...... .......D 42,3-820,214 #7f0b0e50
app:id/main_layout aid=1073741971} during second layout pass: posting in next frame
01-28 10:35:55.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:55.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:55.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:55.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:55.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:55.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:56.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:56.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:56.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:56.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:35:56.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:35:56.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:56.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:35:56.285 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:35:56.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:35:56.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:01.000 12669 12669 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:36:01.148 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:03.000 12669 12669 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:36:03.404 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"0483FC580112F637462562007A83BEFB"
01-28 10:36:03.404 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"1A6DB93CB822CDC5919BAEAD7DC59BED"
01-28 10:36:03.404 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"085AFDC2AFAAFAAD9AD397CC405DF7E0"
01-28 10:36:03.404 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"4485283D66D08B9816F53CCA6659164E"
01-28 10:36:14.754 12669 12669 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:36:14.883 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:15.533 12669 12669 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:36:15.895 12669 8475 W SQLiteLog: (28) double-quoted string literal:
"C1A65F013B8331431D59593C942F1CA9"
01-28 10:36:15.895 12669 8475 W SQLiteLog: (28) double-quoted string literal:
"4CA7AB62E899B0F4877380DCFE1E76CE"
01-28 10:36:15.895 12669 8475 W SQLiteLog: (28) double-quoted string literal:
"3A1A28954117BD16865B"
01-28 10:36:15.895 12669 8475 W SQLiteLog: (28) double-quoted string literal:
"3ACBAB76D350CF470336"
01-28 10:36:15.895 12669 8475 W SQLiteLog: (28) double-quoted string literal:
"6B0E004CDB8D06B30A811267AE007798"
01-28 10:36:15.918 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"4E67BF24828AEDF101D5F39F0615BCE7"
01-28 10:36:15.918 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"CAC080FD7D8E89FF9CFF6C0E7CFF0DDD"
01-28 10:36:15.918 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"3ABE5B66A720830CC938"
01-28 10:36:15.918 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"0BD3CEE8DD18DF6F27C1010242D0754E"
01-28 10:36:15.918 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"3ABF00A9742D8948A80F"
01-28 10:36:15.918 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"18857F53F13F204BE3F5E26926723BAB"
01-28 10:36:15.918 12669 13265 W SQLiteLog: (28) double-quoted string literal:
"3A5DBFC861A0803D9567"
01-28 10:36:15.959 12669 8474 W SQLiteLog: (28) double-quoted string literal:
"EF8B888138EE1202BC268256D80DA669"
01-28 10:36:15.959 12669 8474 W SQLiteLog: (28) double-quoted string literal:
"3717F136022DED854AE50165F691BD0E"
01-28 10:36:15.960 12669 8474 W SQLiteLog: (28) double-quoted string literal:
"B9E2DAF65BF4760E6CBB010F9EBAD958"
01-28 10:36:15.960 12669 8474 W SQLiteLog: (28) double-quoted string literal:
"0E39F8916095AA28D0DB15CAE8E065B9"
01-28 10:36:21.821 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:36:21.828 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:36:21.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:36:21.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:36:21.986 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:21.987 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:21.987 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:21.988 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:21.988 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:22.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:22.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:22.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:22.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:22.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:22.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:22.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:22.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:22.135 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:22.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:22.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:22.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:22.889 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:22.893 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:22.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:22.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:22.984 12669 12745 E FrameEvents: updateAcquireFence: Did not find
frame.
01-28 10:36:23.237 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 380
01-28 10:36:23.243 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 633
01-28 10:36:23.261 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 677
01-28 10:36:23.266 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 248
01-28 10:36:23.277 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
01-28 10:36:23.287 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 333
01-28 10:36:23.294 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:23.305 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
01-28 10:36:23.311 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 491
01-28 10:36:23.318 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
01-28 10:36:23.325 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 659
01-28 10:36:23.330 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 593
01-28 10:36:23.342 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1171
01-28 10:36:23.347 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 510
01-28 10:36:23.405 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
01-28 10:36:23.480 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:23.554 12669 12669 W View : requestLayout() improperly called by
android.widget.Space{5acffdc I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 10:36:23.554 12669 12669 W View : requestLayout() improperly called by
android.widget.Space{c628e5 I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 10:36:23.554 12669 12669 W View : requestLayout() improperly called by
android.widget.Space{af35fba I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 10:36:23.554 12669 12669 W View : requestLayout() improperly called by
android.widget.Space{4a69e6b I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 10:36:23.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:23.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:23.677 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.677 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.679 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.680 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.680 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.681 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.681 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.683 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.684 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.685 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:23.723 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:23.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:23.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:23.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:24.081 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:27.330 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:27.331 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:27.331 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:27.331 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:27.332 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:27.332 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:27.332 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:27.345 12669 12669 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 10:36:27.585 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:36:27.585 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:36:31.757 12669 12669 W RemoteInputConnectionImpl: endBatchEdit on
inactive InputConnection
01-28 10:36:31.806 12669 12669 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 10:36:32.002 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:36:32.002 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:36:33.583 12669 12669 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 10:36:33.610 12669 12669 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 87997639
01-28 10:36:34.221 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:34.274 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:34.521 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:34.608 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:34.687 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:36:34.695 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:36:34.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:34.759 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:34.766 12669 12745 E FrameEvents: updateAcquireFence: Did not find
frame.
01-28 10:36:34.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:34.781 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:34.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:34.815 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:34.842 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:34.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:34.858 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:34.872 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:34.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:35.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:35.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:35.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:35.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:35.222 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:35.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:35.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:35.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:35.397 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:35.401 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:35.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:35.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:35.793 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:35.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:37.484 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:36:37.490 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:36:37.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:36:37.639 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:36:37.664 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:37.664 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:37.664 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:37.665 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:37.666 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:37.698 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:37.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:37.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:37.741 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:37.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:37.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:37.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:37.805 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:38.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:38.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:38.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:38.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:38.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:38.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:38.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:38.934 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:39.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:39.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:39.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:39.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:40.205 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:36:40.212 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:36:40.462 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:36:40.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:36:40.498 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:40.498 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:40.500 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:40.500 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:40.501 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:40.502 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:40.502 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:40.503 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:40.503 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:40.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:40.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:40.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:40.591 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:40.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:40.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:40.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:40.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:41.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:41.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:41.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:41.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:41.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:41.790 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:41.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:41.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:41.849 12669 12745 E FrameEvents: updateAcquireFence: Did not find
frame.
01-28 10:36:41.999 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 380
01-28 10:36:42.004 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 633
01-28 10:36:42.017 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 677
01-28 10:36:42.021 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 248
01-28 10:36:42.030 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
01-28 10:36:42.040 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 333
01-28 10:36:42.044 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:42.049 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
01-28 10:36:42.054 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 491
01-28 10:36:42.059 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
01-28 10:36:42.063 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 659
01-28 10:36:42.068 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 593
01-28 10:36:42.080 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1171
01-28 10:36:42.085 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 510
01-28 10:36:42.104 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
01-28 10:36:42.180 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:42.196 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:42.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:42.246 12669 12669 W View : requestLayout() improperly called by
android.widget.Space{573c25 I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 10:36:42.246 12669 12669 W View : requestLayout() improperly called by
android.widget.Space{31611fa I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 10:36:42.246 12669 12669 W View : requestLayout() improperly called by
android.widget.Space{b3c03ab I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 10:36:42.246 12669 12669 W View : requestLayout() improperly called by
android.widget.Space{2edda08 I.ED..... ......I. 34,102-45,113 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
01-28 10:36:42.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:42.276 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:42.359 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.360 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.361 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.361 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.362 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.362 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.362 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.363 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.364 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.364 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:42.405 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:42.409 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:42.631 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:42.667 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:42.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:43.738 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:43.738 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:43.738 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:43.739 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:43.739 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:43.739 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:43.739 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:36:43.748 12669 12669 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 10:36:45.034 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:36:45.034 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:36:50.192 12669 12669 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 10:36:50.208 12669 12669 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 87997639
01-28 10:36:50.865 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:50.922 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:51.140 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:51.169 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:51.218 12669 12669 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
01-28 10:36:52.122 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:36:52.129 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:36:52.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:52.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:52.251 12669 12745 E FrameEvents: updateAcquireFence: Did not find
frame.
01-28 10:36:52.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:52.279 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:36:52.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:52.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:52.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:52.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:52.677 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:52.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:52.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:52.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:52.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:52.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:36:52.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:36:52.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:53.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:36:53.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:36:53.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:36:53.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:36:57.621 12669 12669 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:36:57.743 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:00.025 12669 12669 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"72067149AA3458E1847B01BA37BDF301"
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"93AF01ABD3080A841ECEEFB13883F0CC"
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"8183EEA67588C19D3A074B4A5A80C282"
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"04C39BBDF1CE5C3050EA35FE8D5525E6"
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"3EDAD3EB2B18816AB74CE24AAA1EFD02"
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"434CAA0A590F65068C47A0FFE247BF2A"
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"8D194EBB949B353267B640F3F3CAB061"
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"4528E41CB1696C032A497BBFC3B94C5F"
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"74F8BC73B209472791645336AA423984"
01-28 10:37:00.209 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"E825EB26600965EC63B4868AB77B507B"
01-28 10:37:00.210 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"47149248F4E6E6E393579A19F3113EBE"
01-28 10:37:00.210 12669 8427 W SQLiteLog: (28) double-quoted string literal:
"2ACBBFD5F2038241F33AB1216C8719D5"
01-28 10:37:21.706 12669 12669 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:37:21.819 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:22.584 12669 12669 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:37:22.688 12669 8475 W SQLiteLog: (28) double-quoted string literal:
"4B0B871559C1BFC179CD0EE47438654E"
01-28 10:37:22.688 12669 8475 W SQLiteLog: (28) double-quoted string literal:
"41AF2D6A2E23C6A7C9087A3485004F8A"
01-28 10:37:22.688 12669 8475 W SQLiteLog: (28) double-quoted string literal:
"BA5182E6B4D0B8BB612DDFC179C596AC"
01-28 10:37:35.808 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:37:35.815 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:37:35.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:37:35.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:37:36.034 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:36.035 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:36.036 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:36.037 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:36.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:36.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:36.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:36.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:36.163 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:36.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:36.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:36.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:36.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:36.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:36.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:36.622 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:37.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:37.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:37.637 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:37.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:38.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:38.141 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:38.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:38.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:38.617 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:37:38.617 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:37:38.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:38.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:38.846 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:38.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:38.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:38.879 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:39.128 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:39.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:39.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:39.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:39.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:39.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:40.146 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:40.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:40.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:40.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:40.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:40.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:41.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:41.170 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:41.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:41.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:41.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:41.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:41.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:41.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:41.311 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:41.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:41.327 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:41.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:41.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:41.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:41.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:41.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:41.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:41.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:42.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:42.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:42.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:42.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:42.373 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:42.376 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:42.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:42.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:42.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:42.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:42.456 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:42.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:42.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:42.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:42.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:42.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:42.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:42.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:42.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:42.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:42.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:42.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:42.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:42.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:42.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:42.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:42.659 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:37:42.659 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:37:42.692 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:37:42.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:42.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:42.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:42.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:51.743 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:37:51.751 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:37:51.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:37:51.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:37:51.940 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:51.941 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:51.944 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:51.945 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:37:52.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:52.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:52.066 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:52.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:52.080 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:52.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:52.113 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:52.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:52.543 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:52.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:53.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:53.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:53.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:53.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:53.091 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:37:53.091 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:37:53.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:53.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:53.246 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:53.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:53.428 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:53.431 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:53.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:53.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:54.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:54.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:54.062 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:54.067 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:54.079 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:54.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:54.095 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:54.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:54.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:54.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.148 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:54.151 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:54.166 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:54.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:54.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:54.196 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:54.212 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.216 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:54.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:54.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:54.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:54.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:54.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:54.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:54.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:54.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:54.730 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:54.734 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:54.747 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:54.764 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.780 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:54.784 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:54.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:54.818 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.831 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:54.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:54.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:54.851 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:54.871 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:54.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:54.909 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:54.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:54.970 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:37:54.974 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:55.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:55.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:55.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:55.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:55.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:55.034 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:55.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:55.051 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:55.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:55.068 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:55.365 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:55.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:55.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:55.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:56.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:56.377 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:56.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:56.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:56.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:56.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:37:56.768 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:37:56.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:56.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:37:56.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:57.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:37:57.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:37:57.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:37:57.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:14.642 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:38:14.650 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 10:38:14.797 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:38:14.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:38:14.802 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:38:14.828 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:14.829 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:14.830 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:14.830 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:14.831 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:14.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:14.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:14.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:14.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:14.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:14.920 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:14.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:14.945 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:14.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:14.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:14.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:14.993 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:15.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:15.490 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:15.493 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:15.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:15.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:15.524 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:15.576 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:38:15.576 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:38:15.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:15.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:15.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:15.769 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:15.775 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:15.779 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:15.946 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:15.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:15.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:15.980 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:15.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:15.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:16.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:16.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:16.416 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.420 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.435 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.451 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.468 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.480 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.520 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.547 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.551 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.570 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.575 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:16.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:16.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:16.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:16.664 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:16.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:16.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.819 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:16.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:16.898 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:16.902 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:16.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:17.065 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:17.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:17.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:17.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:17.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:17.191 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:17.348 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:17.352 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:17.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:17.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:17.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:17.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:17.466 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:17.471 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:17.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:17.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:17.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:17.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:17.950 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:17.954 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:17.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:17.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:17.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:18.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:18.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:18.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:18.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:18.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:18.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:18.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:18.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:18.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.167 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:18.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:18.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.187 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:18.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:18.340 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:18.350 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:38:18.351 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:38:18.390 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:38:18.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:18.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:18.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.534 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:18.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:18.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:18.554 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.567 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:18.571 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:18.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:18.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:18.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:18.604 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:18.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:18.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:18.638 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:18.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:18.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:18.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:18.767 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:18.771 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:18.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:18.821 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:18.984 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:18.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:19.072 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:19.076 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:19.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:19.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:19.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:19.272 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:19.385 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:19.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:19.519 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:19.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:19.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:19.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:19.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:19.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:20.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:20.007 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:20.504 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:20.509 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:20.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:20.910 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:21.105 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:21.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:21.188 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:21.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:21.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:21.525 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:21.739 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:21.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:21.922 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:21.926 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:22.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:22.043 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:22.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:22.261 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:22.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:22.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:22.473 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:22.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:22.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:22.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:22.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:22.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:23.004 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:23.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:23.027 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:23.033 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:23.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:23.162 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:23.660 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:23.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:23.937 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:23.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:24.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:24.014 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:24.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:24.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:24.444 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:24.447 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:24.527 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:24.531 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:24.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:24.717 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:24.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:24.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:24.943 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:24.947 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:24.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:24.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:25.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:25.131 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:25.294 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:25.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:25.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:25.349 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:25.494 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:25.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:25.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:25.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:25.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:25.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:25.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:25.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:25.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:25.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:25.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:25.582 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:25.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:25.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:25.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:25.616 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:25.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:25.633 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:25.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:25.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:25.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:25.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:25.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:25.682 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:25.696 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:25.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:25.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:25.716 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:25.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:25.733 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:25.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:25.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:25.762 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:25.766 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:25.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:25.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:25.796 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:25.800 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:25.813 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:25.817 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:25.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:25.834 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:25.845 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:25.849 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:25.862 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:25.866 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:25.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:25.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:26.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:26.021 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:26.230 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:26.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:26.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:26.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:26.301 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:26.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:26.356 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:26.360 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:26.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:26.389 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:26.407 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:26.411 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:26.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:26.429 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:26.441 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:26.445 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:26.458 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:26.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:26.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:26.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:26.544 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:38:26.544 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:38:26.572 12669 13036 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:38:26.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:26.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:27.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:27.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:27.068 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:27.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:27.266 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:27.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:27.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:27.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:28.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:28.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:28.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:28.515 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:28.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:28.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:28.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:28.658 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:28.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:28.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:28.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:28.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:29.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:29.221 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:34.727 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:38:34.734 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:38:34.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:38:34.938 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:38:34.941 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:38:34.970 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:34.971 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:34.971 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:34.972 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:34.972 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:34.973 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:34.974 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:34.997 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:35.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:35.003 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:35.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:35.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:35.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:35.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:35.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:35.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:35.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:35.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:35.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:35.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:35.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:35.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:35.604 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:38:35.604 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:38:35.610 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:35.614 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:35.618 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:35.798 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:35.804 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:35.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:35.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:35.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:35.843 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:36.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:36.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:36.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:36.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:36.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:36.145 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:36.500 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:36.506 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:36.530 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:36.539 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.556 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:36.560 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:36.589 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.597 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:36.606 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.617 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:36.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:36.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.666 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:36.670 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:36.686 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.701 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:36.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:36.745 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:36.750 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:36.754 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:36.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:36.917 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:36.921 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:37.417 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:37.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:37.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:37.630 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:37.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:37.640 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:37.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:37.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:37.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:38.183 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:38.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:38.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:38.432 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:38.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:38.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:38.548 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:38.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:38.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:38.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:38.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:38.709 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:38.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:38.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:38.906 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:39.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:39.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:39.258 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:39.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:39.555 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:39.559 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:39.951 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:39.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:39.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:39.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:39.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:39.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:40.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:40.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:40.126 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:40.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:40.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:40.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:40.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:40.203 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:40.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:40.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:40.455 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:40.460 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:40.470 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:38:40.470 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:38:40.485 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:40.491 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:40.510 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:38:40.987 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:40.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:41.364 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:41.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:41.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:41.398 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:41.486 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:41.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:41.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:41.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:41.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:41.609 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:41.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:41.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:41.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:41.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:41.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:41.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:42.366 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:42.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:43.277 12669 12855 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: VERSION:3.0
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: N:201;Fers;;;
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: FN:Fers
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: item1.TEL;waid=5212717002585:+52
271 700 2585
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: item1.X-ABLabel:Celular
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: END:VCARD message_row_id=822
sender_jid=5212731305211@s.whatsapp.net chat_jid=5212731305211@s.whatsapp.net
01-28 10:38:43.281 12669 12855 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-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
com.whatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-28 10:38:43.281 12669 12855 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-28 10:38:43.282 12669 12855 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-28 10:38:43.283 12669 12855 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=822 vcard_jid=5212717002585@s.whatsapp.net
01-28 10:38:43.283 12669 12855 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-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
com.whatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-28 10:38:43.283 12669 12855 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-28 10:38:44.752 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:38:44.759 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:38:45.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:38:45.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:38:45.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:38:45.080 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:45.080 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:45.081 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:45.081 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:45.082 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:45.082 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:45.083 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:45.084 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:45.101 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:45.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:45.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:45.166 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:45.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:45.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:45.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:45.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:45.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:45.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:45.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:45.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:45.743 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:45.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:45.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:46.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:46.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:46.264 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:46.744 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:46.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:46.756 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:46.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:46.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:46.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:47.080 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:38:47.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:47.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:47.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:47.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:47.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:47.118 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:47.927 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:47.932 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:47.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:47.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:47.959 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:47.962 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:47.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:47.990 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:47.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.023 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.042 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.046 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.064 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.068 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.082 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.115 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.133 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.137 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.150 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.176 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.193 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.197 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.223 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:48.250 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:48.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:48.259 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:49.745 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:49.748 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:38:49.752 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:38:49.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:49.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:49.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:49.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:49.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:49.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:49.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:49.992 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:49.995 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:50.019 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.024 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.028 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.077 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.085 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.117 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.122 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.190 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.214 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:38:50.268 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:50.271 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:38:50.275 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:38:51.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:38:51.047 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:38:51.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:15.841 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:39:15.850 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:39:16.008 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:16.012 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:16.016 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:16.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:16.096 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:16.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:16.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:16.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:16.164 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:16.643 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:16.649 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:16.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:16.822 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:16.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:16.830 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:16.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:16.870 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:16.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:16.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:16.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:16.897 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:17.144 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:17.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:17.158 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:17.647 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:17.654 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:17.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:17.826 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:17.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:17.833 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:18.088 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:39:18.094 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:39:18.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:39:18.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:39:18.244 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:18.245 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:18.245 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:18.246 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:18.249 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:18.252 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:18.255 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:18.281 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:18.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:18.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:18.296 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:18.299 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:18.316 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:18.319 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:18.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:18.332 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:18.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:18.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:18.359 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:18.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:18.395 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:18.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:18.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:18.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:18.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=312fe1be-a603-4c1a-af0a-58d18ef421b4 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/35863991_680665277480296_4905697256057218834_n.enc?ccb=11-
4&oh=01_AdTBvB4t4UeYwL34GL2Y_78QlRLyhS6lqYnavfU6m1LatA&oe=65DDEC97&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=VwBJmOn0wXiQ0D6OxiwyQrOlENNDexwcuAKF9PUTmaw= file_path=Media/WhatsApp
Voice Notes/202405/PTT-20240128-WA0007.opus file_size=7749 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1706459959000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/35863991_680665277480296_4905697256057218834_n.enc?ccb=11-
4&oh=01_AdTBvB4t4UeYwL34GL2Y_78QlRLyhS6lqYnavfU6m1LatA&oe=65DDEC97&_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=1 media_upload_handle=null message_row_id=825
multicast_id=null enc_file_hash=gxaYdvfgDJ6FtkUVrR2vpKmHE6zjI2zywmQqflB/Oxo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=7749 media_name=null media_duration=3 chat_row_id=68
media_key=[B@cf44603
01-28 10:39:18.855 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:39:18.855 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:39:18.877 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:18.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:19.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:19.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:19.823 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:19.827 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:20.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:20.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:20.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:20.722 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:20.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:20.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:20.773 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:20.777 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:20.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:20.824 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:20.836 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:20.840 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:20.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:20.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:20.874 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:20.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:20.891 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:20.895 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:21.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:21.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:21.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:21.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:21.982 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:21.986 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:22.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:22.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:22.032 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:22.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:22.045 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:22.048 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:22.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:22.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:22.088 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:22.091 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:22.109 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:22.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:22.132 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:22.136 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:22.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:22.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:22.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:22.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:22.182 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:22.185 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:22.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:22.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:22.318 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:22.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:22.332 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:39:22.332 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:39:22.366 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:39:22.368 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:22.371 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:22.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:22.454 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:22.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:22.727 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:22.882 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:22.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:22.956 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:22.965 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:23.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:23.059 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:23.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:23.111 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:23.240 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:23.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:25.739 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:39:25.777 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x271
01-28 10:39:25.861 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 10:39:25.861 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 10:39:25.862 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 10:39:25.863 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 10:39:25.863 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 10:39:25.863 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 10:39:25.863 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 10:39:25.863 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 10:39:25.864 12669 12669 W Activity: Can request only one set of permissions
at a time
01-28 10:39:25.979 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 10:39:25.980 12669 10181 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 10:39:26.701 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 10:39:26.758 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.758 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.759 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.759 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.760 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.760 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.761 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.761 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.761 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.762 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.762 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.763 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.763 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.764 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.764 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.765 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.765 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.766 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.766 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.767 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.767 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.768 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.768 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.769 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.769 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.770 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.770 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.771 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.771 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.772 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.772 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.773 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.773 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.774 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.774 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.775 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.775 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.776 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.776 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.777 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.777 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.778 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.778 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.779 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.780 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.780 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.781 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.782 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.782 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.782 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.783 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.784 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.784 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.784 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.785 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.786 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.787 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:26.800 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
01-28 10:39:28.785 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:39:28.792 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:39:28.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:39:28.988 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:39:28.991 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:39:29.022 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:29.023 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:29.024 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:29.026 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:29.027 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:29.028 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:29.029 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:29.056 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:29.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:29.063 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:29.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:29.098 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:29.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:29.120 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:29.124 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:29.127 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:29.168 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:29.171 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:29.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:29.644 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:29.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:29.651 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:30.147 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:30.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.154 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:30.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.215 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:30.219 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.236 12669 12669 W AudioManager: Use of stream types is deprecated
for operations other than volume control
01-28 10:39:30.237 12669 12669 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=312fe1be-a603-4c1a-af0a-58d18ef421b4 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/35863991_680665277480296_4905697256057218834_n.enc?ccb=11-
4&oh=01_AdTBvB4t4UeYwL34GL2Y_78QlRLyhS6lqYnavfU6m1LatA&oe=65DDEC97&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=VwBJmOn0wXiQ0D6OxiwyQrOlENNDexwcuAKF9PUTmaw= file_path=Media/WhatsApp
Voice Notes/202405/PTT-20240128-WA0007.opus file_size=7749 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1706459959000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/35863991_680665277480296_4905697256057218834_n.enc?ccb=11-
4&oh=01_AdTBvB4t4UeYwL34GL2Y_78QlRLyhS6lqYnavfU6m1LatA&oe=65DDEC97&_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=1 media_upload_handle=null message_row_id=825
multicast_id=null enc_file_hash=gxaYdvfgDJ6FtkUVrR2vpKmHE6zjI2zywmQqflB/Oxo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=7749 media_name=PTT-20240128-WA0007.opus media_duration=3
chat_row_id=68 media_key=[B@cf44603
01-28 10:39:30.280 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at X.3g7.run(Unknown
Source:1017)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:39:30.280 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:39:30.343 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.347 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:30.350 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.378 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:30.381 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.394 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:30.399 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:30.418 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.423 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.427 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=312fe1be-a603-4c1a-af0a-58d18ef421b4 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/35863991_680665277480296_4905697256057218834_n.enc?ccb=11-
4&oh=01_AdTBvB4t4UeYwL34GL2Y_78QlRLyhS6lqYnavfU6m1LatA&oe=65DDEC97&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=VwBJmOn0wXiQ0D6OxiwyQrOlENNDexwcuAKF9PUTmaw= file_path=Media/WhatsApp
Voice Notes/202405/PTT-20240128-WA0007.opus file_size=7749 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1706459959000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/35863991_680665277480296_4905697256057218834_n.enc?ccb=11-
4&oh=01_AdTBvB4t4UeYwL34GL2Y_78QlRLyhS6lqYnavfU6m1LatA&oe=65DDEC97&_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=1 media_upload_handle=null message_row_id=825
multicast_id=null enc_file_hash=gxaYdvfgDJ6FtkUVrR2vpKmHE6zjI2zywmQqflB/Oxo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=7749 media_name=PTT-20240128-WA0007.opus media_duration=3
chat_row_id=68 media_key=[B@cf44603
01-28 10:39:30.433 12669 12724 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at X.3Uz.A07(Unknown
Source:381)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at X.3Uz.A02(Unknown
Source:692)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at X.3eS.run(Unknown
Source:4041)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
X.0zr.dispatchMessage(Unknown Source:4)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:39:30.433 12669 12724 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:39:30.434 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.438 12669 10262 W AudioTrack: getTimestamp_l(1281): retrograde
timestamp time corrected, 24501252736627 < 24501256432358
01-28 10:39:30.439 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.461 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.478 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:30.482 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.484 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:30.495 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.502 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.511 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.521 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.532 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.535 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.546 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.566 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.578 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.584 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.587 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.595 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.599 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.602 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.619 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.648 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:30.652 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:30.662 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.668 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.712 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.715 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.718 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.783 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.829 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.835 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.839 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.880 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.885 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.930 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.936 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:30.985 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:30.989 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.031 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.037 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:31.041 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.081 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.087 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:31.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.134 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:31.140 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:31.177 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.198 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:31.209 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.248 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.254 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:31.260 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.298 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.304 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:31.310 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.358 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.363 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.367 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.414 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.419 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.424 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.472 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.477 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.516 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.523 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.528 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.565 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.572 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.615 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.626 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.665 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.672 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.677 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.699 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.704 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.709 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.749 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.755 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.760 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.799 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.806 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:31.811 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:31.848 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:31.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:31.857 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:31.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:31.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:31.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:31.948 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:31.953 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:31.958 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.006 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:32.011 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.049 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.055 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:32.060 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.099 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.107 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:32.112 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.166 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.173 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:32.179 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.200 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.206 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:32.212 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.239 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:32.244 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.291 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:32.297 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.339 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:32.345 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:32.382 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.387 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.450 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.457 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.463 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.499 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.507 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.512 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.550 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.562 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.600 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.650 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.656 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.700 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.705 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.751 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.758 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.765 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.801 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.808 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.813 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.850 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.856 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.860 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.899 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.903 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.949 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:32.955 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:32.960 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:33.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:33.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:33.009 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:33.050 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.054 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:33.058 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.100 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:33.104 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:33.108 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:33.149 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.153 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.157 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.199 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.204 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.208 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.233 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.283 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.333 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.337 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.383 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.388 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.393 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.433 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.438 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.442 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.483 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.488 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.533 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.538 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.542 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.583 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.592 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.634 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.639 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.642 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.685 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.696 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.725 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:33.729 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:33.861 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.865 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:33.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.905 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:33.908 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:33.948 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:39:33.948 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:39:34.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:34.022 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:34.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:34.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:34.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:34.165 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:34.186 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:34.195 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:34.205 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:34.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:34.226 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:34.232 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:34.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:34.324 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:34.328 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:34.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:34.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:34.361 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:34.853 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:34.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:34.867 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.010 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.015 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.035 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.040 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.044 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.052 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.057 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.061 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.069 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.073 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.078 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.086 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.094 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.102 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.106 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.110 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.129 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.138 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.141 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.145 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.152 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.156 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.160 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.169 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.181 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.202 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.207 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.211 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.220 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.224 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.228 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.269 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.273 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:35.277 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.470 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.475 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:35.479 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.513 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.518 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.536 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.541 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.545 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.553 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.557 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.561 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.569 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.577 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.586 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.603 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.607 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.611 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:35.621 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.625 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:35.629 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.636 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.641 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:35.645 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.653 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.657 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:35.661 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.669 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.673 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:35.677 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.687 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.692 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:35.695 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.703 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.706 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:35.710 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.720 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.724 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:35.728 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:35.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:35.746 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.753 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:35.761 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.770 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.774 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:35.778 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:35.794 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:35.886 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:35.890 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:35.894 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:36.121 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:36.125 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:36.130 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:36.237 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:36.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:36.245 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:36.404 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:36.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:36.412 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:36.907 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:36.912 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:36.915 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:36.972 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:36.977 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:36.981 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:36.998 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:37.001 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:37.005 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:37.036 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:37.039 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:37.090 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:37.093 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:37.116 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:37.119 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:37.139 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:37.143 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:37.155 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:37.159 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:37.172 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:37.175 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:37.189 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:37.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:37.225 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:37.229 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:37.238 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:39:37.238 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:39:37.265 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:39:37.469 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:37.474 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:37.492 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:37.496 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:37.510 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:37.514 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:37.574 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:37.579 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:37.624 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:37.628 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:37.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:37.963 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:38.278 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:38.284 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=a044e9aa-d5ea-4a3d-b6d7-e339972b1e3c transcoded=0 gif_attribution=0
first_scan_length=8411 direct_path=/v/t62.7118-
24/30549304_760741269282601_3482962576787510993_n.enc?ccb=11-
4&oh=01_AdSQ0n8JjIQKk8Tilc4WWxwU80a6_EqIW9rJifBhv0czRg&oe=65DE0E77&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.5238096 is_animated_sticker=0
file_hash=gTfFZ1ddrWQJTNnULTqDiAFPHjderpuB6RPHcQwIFXw=
file_path=Media/.Statuses/aa80ae8147b24f0fa4d25c296bff7959.jpg file_size=91499
partial_media_hash=LnbMnQn6tWIo2A3ixAzywMxk2vG4MzxeRGA8Bj6BGmg= face_x=0 face_y=0
height=1080 trim_to=0 media_key_timestamp=1706459960000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/30549304_760741269282601_3482962576787510993_n.enc?ccb=11-
4&oh=01_AdSQ0n8JjIQKk8Tilc4WWxwU80a6_EqIW9rJifBhv0czRg&oe=65DE0E77&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
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=828 multicast_id=null
enc_file_hash=LnoQvltguoYmAGi0yGlIYikgK3bT6mtL52277K2jssw= mute_video=0
page_count=0 first_scan_sidecar=[B@8bfac23 suspicious_content=0 file_length=91499
media_name=null media_duration=0 chat_row_id=119 media_key=[B@6212520
01-28 10:39:39.348 12669 12723 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:39:39.348 12669 12723 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:39:44.389 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:39:44.396 12669 12669 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:39:44.674 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:39:44.679 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:39:44.717 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.717 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.718 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.718 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.718 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.719 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.719 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.720 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.720 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.721 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.721 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.722 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:39:44.738 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:44.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:44.782 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:44.787 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:44.810 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:44.814 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:44.854 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:44.859 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:45.346 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:45.351 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:45.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:45.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:45.429 12669 12669 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:39:45.429 12669 12669 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:39:45.585 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:45.590 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:45.605 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:45.612 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:45.786 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:45.791 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:45.869 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:45.878 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:46.212 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:46.218 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:46.236 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:46.241 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:46.253 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:46.257 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:46.270 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:46.274 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:46.286 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:46.290 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:46.302 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:46.307 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:46.321 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:46.326 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:46.336 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:46.341 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:46.353 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:46.357 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:46.369 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:46.374 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:46.386 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:46.390 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:46.403 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:46.408 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:46.503 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:46.508 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:46.737 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:46.742 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:46.887 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:46.892 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:47.020 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:47.026 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:47.288 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:47.292 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:47.421 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:47.426 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:47.588 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:47.593 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:47.688 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:47.693 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:48.192 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:48.201 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:48.691 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:48.697 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:48.757 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:48.763 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:48.785 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:48.789 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:48.820 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:48.825 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:48.863 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:48.868 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:48.900 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:48.904 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:48.924 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:48.928 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:48.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:48.944 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:48.957 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:48.961 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:48.973 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:48.978 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:48.994 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:49.000 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:49.010 12669 7760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:39:49.011 12669 7760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:39:49.038 12669 12681 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:39:49.293 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:49.300 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:49.430 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:49.436 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:49.459 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:49.464 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:49.678 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:39:49.683 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:39:49.708 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:39:49.713 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:49.935 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:49.940 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:50.013 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:39:50.018 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:39:50.323 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:39:50.331 12669 12669 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:39:53.550 12669 12669 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBotto--------- beginning of main
01-28 10:39:53.551 12669 12669 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 10:39:53.575 12669 12669 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 10:39:53.575 12669 12669 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 10:39:53.595 12669 12669 E RecyclerView: No adapter attached; skipping layout
01-28 10:40:01.068 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:40:01.069 12669 12669 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:40:10.527 10540 10540 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 10:40:10.710 10540 10540 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 10:40:10.712 10540 10540 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 10:40:10.712 10540 10540 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 10:40:10.712 10540 10540 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 10:40:10.712 10540 10540 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 10:40:10.713 10540 10540 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 10:40:10.713 10540 10540 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 10:40:10.713 10540 10540 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 10:40:10.713 10540 10540 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 10:40:10.713 10540 10540 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 10:40:10.713 10540 10540 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 10:40:10.713 10540 10540 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 10:40:10.713 10540 10540 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 10:40:10.713 10540 10540 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 10:40:10.713 10540 10540 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 10:40:10.713 10540 10540 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 10:40:10.713 10540 10540 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 10:40:10.713 10540 10540 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:40:10.713 10540 10540 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 10:40:10.713 10540 10540 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 10:40:10.713 10540 10540 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 10:40:10.713 10540 10540 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 10:40:10.713 10540 10540 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 10:40:10.731 10540 10540 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-28 10:40:11.268 10540 10540 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 10:40:11.268 10540 10540 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 10:40:11.612 10540 10605 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 10:40:11.612 10540 10605 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 10:40:11.612 10540 10605 W com.whatsapp: and incorrect proguard
optimizations.
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=5c6b71d8-43e0-4ee1-ab03-f196e4b4bba7 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/25541820_1565130140906289_2799529124220046482_n.enc?ccb=11-4&oh=01_AdQBcD9Y-
X_NVMfb-pKNv5dqFEvmfWctvpSxx7ql8Av3kg&oe=65DDF807&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=TG79uIRvhKT5qJwrdwtub5Ky1MJad4mHolBjQR1808Y= file_path=Media/WhatsApp
Stickers/STK-20240128-WA0008.webp file_size=85972 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706460055000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/25541820_1565130140906289_2799529124220046482_n.enc?ccb=11-4&oh=01_AdQBcD9Y-
X_NVMfb-pKNv5dqFEvmfWctvpSxx7ql8Av3kg&oe=65DDF807&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=image/webp partial_media_enc_hash=null
width=64 original_file_hash=null has_streaming_sidecar=0
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=831
multicast_id=null enc_file_hash=r9Fhegy7GLr2xqCb/1N6Tq7Y1FFnFQB1iP+nSEVXv14=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=85972 media_name=null media_duration=0 chat_row_id=121
media_key=[B@207a8f8
01-28 10:40:59.232 10540 10601 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:40:59.232 10540 10601 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:41:02.448 10540 10540 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 10:41:02.798 10540 11325 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 10:41:02.798 10540 11325 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 10:41:03.277 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:41:03.288 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 10:41:03.717 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:41:03.727 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 10:41:03.731 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:41:03.820 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:41:03.821 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:41:03.822 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:41:03.823 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:41:03.825 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:41:03.825 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:41:03.826 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:41:03.828 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:41:03.835 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:03.840 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:03.845 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:03.909 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:03.914 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:03.918 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:03.941 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:03.947 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:03.950 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:03.981 10540 10540 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
01-28 10:41:03.994 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:04.000 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:04.003 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:04.023 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:04.029 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:04.032 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:04.158 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:04.162 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:04.165 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:04.377 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:04.382 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:04.385 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:04.474 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:04.477 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:04.480 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:04.534 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:04.538 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:04.541 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:04.628 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:41:04.628 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:41:04.787 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:04.792 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:04.796 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:04.810 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:04.814 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:04.817 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:04.974 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:04.979 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:04.982 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:04.991 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:04.995 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:04.998 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:05.479 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:05.488 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:05.493 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:05.977 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:05.982 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:05.987 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:06.048 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:06.053 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:06.077 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.083 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.087 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.094 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.100 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.104 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.111 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.117 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.122 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.143 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.148 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.151 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.162 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.167 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.171 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.193 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.198 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.202 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.210 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.215 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.219 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:06.232 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:06.237 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:06.240 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:06.261 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:06.266 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:06.270 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:06.443 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.448 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:06.452 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.945 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:06.951 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:06.954 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:06.978 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:06.984 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:06.988 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:07.478 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:07.484 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:07.488 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:07.612 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:07.619 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:07.624 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:07.846 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:07.850 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:07.855 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:08.012 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:08.019 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:08.023 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:08.062 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.068 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.073 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.163 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:08.168 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:08.173 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:08.330 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:08.335 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:08.340 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:08.380 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.384 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:08.389 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.480 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:08.485 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.490 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:08.647 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.652 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.656 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.665 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.670 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.674 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.682 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.687 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.691 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.698 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.702 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.706 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.714 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.718 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.721 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.730 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.734 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.738 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.747 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.751 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.755 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.764 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.768 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.771 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.780 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.785 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.788 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.797 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.803 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.807 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.816 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.820 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.824 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.831 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.835 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.839 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.848 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.853 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.858 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.865 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.871 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.874 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.882 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.887 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.890 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.899 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.904 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:08.907 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:08.934 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:08.940 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:08.943 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:08.974 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:08.979 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:09.022 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:09.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:09.056 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:09.061 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:09.081 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:09.086 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:09.097 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:09.102 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:09.114 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:09.119 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:09.318 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:09.324 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:09.343 10540 11343 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:41:09.344 10540 11343 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:41:09.390 10540 10560 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:41:09.413 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:09.419 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:09.439 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:09.448 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:09.465 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:09.473 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:09.482 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:09.491 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:09.515 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:09.523 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:09.537 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:09.544 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:09.565 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:09.571 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:09.581 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:09.587 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:09.598 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:09.604 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:09.625 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:09.630 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:09.648 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:09.653 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:09.682 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:09.687 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:09.748 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:09.753 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:09.832 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:09.838 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:09.932 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:09.938 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:10.016 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:10.021 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:10.132 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:10.137 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:10.634 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:10.641 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:10.868 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:10.873 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:11.268 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:11.276 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:11.336 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:11.341 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:11.385 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:11.391 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:11.453 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:11.460 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:11.504 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:11.512 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:11.571 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:11.579 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:11.639 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:11.645 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:11.657 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:11.663 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:11.687 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:11.694 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:11.704 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:11.712 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:11.721 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:11.728 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:11.736 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:11.741 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:11.765 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:11.770 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:11.785 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:11.791 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:11.802 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:11.806 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:11.819 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:11.824 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:11.835 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:11.840 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:11.902 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:11.908 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:12.169 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:12.174 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:12.239 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:12.244 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:12.262 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:12.268 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:12.286 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:12.291 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:12.302 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:12.307 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:12.319 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:12.323 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:12.336 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:12.340 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:12.354 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:12.359 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:12.369 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:12.374 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:12.386 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:12.390 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:12.403 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:12.408 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:12.421 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:12.425 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:12.437 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:12.442 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:12.486 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:12.491 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:12.536 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:12.541 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:12.669 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:12.676 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:12.720 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:12.725 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:12.870 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:12.876 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:12.937 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:12.941 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:13.438 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:13.445 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:13.521 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:13.527 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:13.654 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:13.660 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:13.872 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:13.877 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:14.055 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:14.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:14.139 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:14.144 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:14.406 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:14.411 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:14.522 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:14.528 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:14.622 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:14.627 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:14.773 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:14.778 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:14.790 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:14.794 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:14.807 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:14.812 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:14.823 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:14.828 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:14.840 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:14.845 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:14.856 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:14.861 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:14.873 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:14.878 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:14.890 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:14.895 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:14.907 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:14.912 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:14.923 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:14.928 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:14.940 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:14.945 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:14.957 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:14.962 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:14.973 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:14.979 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:14.990 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:14.995 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:15.007 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:15.011 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:15.023 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:15.028 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:15.043 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:15.048 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:15.059 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:15.064 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:15.074 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:15.079 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:15.090 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:15.095 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:15.107 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:15.111 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:15.123 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:15.128 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:15.140 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:15.145 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:15.157 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:15.161 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:15.290 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:15.295 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:15.507 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:15.512 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:15.526 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:15.531 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:15.557 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:15.562 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:15.741 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:15.746 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:15.775 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:15.780 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:15.925 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:15.929 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:16.426 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:16.432 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:16.510 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:16.515 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:16.545 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:16.550 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:16.581 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:16.586 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:16.627 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:16.632 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:16.657 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:16.661 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:16.676 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:16.681 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:16.692 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:16.697 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:16.709 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:16.714 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:16.726 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:16.730 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:16.980 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:16.985 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:16.994 10540 11343 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:41:16.994 10540 11343 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:41:17.022 10540 10555 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:41:17.043 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:17.049 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:17.249 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:17.254 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:17.282 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:17.286 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:17.544 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:17.549 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:17.744 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:17.750 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:18.208 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:18.220 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:26.716 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:41:26.723 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:41:26.882 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:26.887 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:26.969 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:26.973 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:27.020 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:27.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:27.121 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:27.126 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:27.135 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:27.141 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:27.159 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:27.164 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:27.176 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:27.181 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:27.192 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:27.198 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:27.209 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:27.215 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:27.226 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:27.233 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:27.243 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:27.253 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:27.279 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:27.285 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:27.299 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:41:27.299 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:41:27.309 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:27.318 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:27.342 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:27.348 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:27.360 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:27.367 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:27.495 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:27.505 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:27.527 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:27.536 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:27.559 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:27.566 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:27.897 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:27.902 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:27.919 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:27.924 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:27.943 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:27.948 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:27.960 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:27.965 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:27.977 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:27.982 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:27.993 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:27.998 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:28.012 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:28.017 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:28.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:28.032 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:28.044 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:28.049 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:28.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:28.065 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:28.077 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:28.082 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:28.093 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:28.099 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:28.127 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:28.132 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:28.227 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:28.234 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:28.388 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:28.395 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:28.408 10540 11343 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:41:28.409 10540 11343 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:41:28.421 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:28.427 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:28.441 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:28.444 10540 10555 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:41:28.451 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:28.467 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:28.474 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:28.492 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:28.498 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:28.510 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:28.517 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:28.526 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:28.533 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:28.544 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:28.552 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:28.560 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:28.569 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:28.579 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:28.585 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:28.602 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:28.608 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:28.616 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:28.622 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:28.630 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:28.636 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:28.649 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:28.657 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:28.666 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:28.672 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:28.695 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:28.699 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:28.749 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:28.754 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:28.894 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:28.901 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:29.145 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:29.153 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:29.245 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:29.250 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:29.446 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:29.451 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:29.646 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:29.652 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:29.796 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:29.802 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:29.963 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:29.968 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:30.147 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:30.152 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:30.313 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:30.319 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:30.397 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:30.402 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:30.564 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:30.570 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:30.598 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:30.603 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:30.764 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:30.769 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:30.798 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:30.805 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:30.915 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:30.921 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:31.216 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:31.221 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:31.365 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:31.372 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:31.566 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:31.573 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:32.067 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:32.073 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:32.247 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:32.253 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:32.267 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:32.273 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:32.464 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:32.480 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:32.502 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:32.512 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:32.650 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:32.656 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:33.154 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:33.162 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:33.402 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:33.409 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:33.535 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:33.540 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:33.702 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:33.707 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:34.203 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:34.208 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:34.704 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:34.717 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:35.206 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:35.212 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:35.711 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:35.721 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:36.023 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:36.029 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.051 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.056 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.094 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:36.099 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:36.141 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:36.146 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:36.172 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:36.177 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:36.190 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.196 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.206 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:36.212 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:36.223 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.228 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:36.239 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:36.244 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:36.514 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.520 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:36.532 10540 11343 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:41:36.532 10540 11343 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:41:36.558 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.565 10540 10555 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:41:36.565 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:36.761 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:36.766 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.798 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.803 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:36.816 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:36.821 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:36.830 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.836 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.844 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.852 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.861 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.866 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.875 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.881 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.892 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.897 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.908 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.913 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.925 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.931 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.942 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.948 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.959 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.964 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.975 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.981 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:36.992 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:36.998 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.009 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.013 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.031 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.042 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.048 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.065 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.075 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.080 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.093 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.098 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.109 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.114 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.125 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.130 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.142 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.147 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.159 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.164 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.176 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.183 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.192 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.199 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.209 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.213 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.226 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.233 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.242 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.249 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.259 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.265 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.276 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.281 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.293 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.300 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.309 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.315 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.326 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.332 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.341 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.345 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.359 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.364 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.374 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.380 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.391 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.396 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.408 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.413 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.425 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.432 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.441 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.448 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.458 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.464 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.474 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.481 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.492 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.498 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.508 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.514 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.525 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.530 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.541 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.546 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.558 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.564 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.575 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.581 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.716 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.722 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.734 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.742 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.750 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.755 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.763 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.768 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.776 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.781 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.793 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.800 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.810 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.815 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.827 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.832 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.843 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.848 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.860 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.868 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.877 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.882 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.893 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.899 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.909 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:37.914 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.926 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:37.930 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.942 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:37.947 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.959 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:37.964 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.976 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:37.980 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:37.992 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:37.997 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.009 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.015 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.033 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.043 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.047 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.061 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.067 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.076 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.083 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.093 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.097 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.109 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.116 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.127 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.132 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.143 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.148 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.160 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.164 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.176 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.181 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.193 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.198 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.210 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.215 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.226 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.231 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.243 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.248 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.260 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.265 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.276 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.281 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.293 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.298 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.310 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.316 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.327 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.334 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.410 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.416 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.427 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.432 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.444 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.450 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.462 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.467 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.477 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.483 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.494 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.499 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.510 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.515 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.527 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.532 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.544 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.550 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.561 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.566 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.578 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.584 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.594 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.600 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.611 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.617 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.628 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.633 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.645 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.650 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.661 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.666 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.678 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.684 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.695 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.699 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.711 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.717 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.728 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.733 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.745 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.750 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.818 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.823 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.846 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.851 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.865 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.870 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.880 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.886 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.894 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.901 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.910 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.916 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:38.927 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.932 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:38.944 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.949 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:38.961 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.968 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:38.977 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:38.984 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:38.994 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:38.998 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:39.010 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:39.015 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:39.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:39.031 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:39.055 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:39.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:39.078 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:39.083 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:39.094 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:39.099 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:39.110 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:39.115 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:39.128 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:39.132 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:39.144 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:39.149 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:39.160 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:39.165 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:39.177 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:39.181 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:39.612 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:39.623 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:39.767 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:39.772 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:39.795 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:39.801 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:39.812 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:39.816 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:39.828 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:39.834 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:39.845 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:39.850 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:39.862 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:39.866 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:39.881 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:39.885 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:39.895 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:39.900 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:39.912 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:39.917 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:39.928 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:39.933 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:39.945 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:39.950 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:39.962 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:39.966 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:39.978 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:39.983 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:40.095 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:40.100 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:40.196 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:40.201 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:40.446 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:40.451 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:40.597 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:40.602 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:40.730 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:40.734 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:40.880 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:40.886 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:41.047 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:41.052 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:41.113 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:41.119 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:41.617 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:41.630 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:42.115 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:42.121 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:42.333 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:42.338 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:42.517 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:42.523 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:42.667 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:42.673 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:43.169 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:43.175 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:43.207 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:43.212 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:43.253 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:43.258 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:43.313 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:43.318 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:43.344 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:43.349 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:43.367 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:43.373 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:43.384 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:43.389 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:43.400 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:43.405 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:43.523 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:41:43.528 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:43.541 10540 11343 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:41:43.541 10540 11343 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:41:43.570 10540 10560 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:41:43.702 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:41:43.709 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:41:43.840 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:43.844 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:41:43.872 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:43.877 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:44.135 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:41:44.141 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:41:44.670 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:41:44.680 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:03.732 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:42:03.741 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:42:03.968 10540 10548 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 10:42:04.191 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:42:04.197 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:42:04.202 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 10:42:04.243 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.243 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.244 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.244 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.245 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.245 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.246 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.248 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.248 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.250 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.251 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.252 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.253 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.253 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.254 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.255 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:04.288 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:04.294 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:04.298 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:04.354 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:04.359 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:04.363 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:04.383 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:04.389 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:04.392 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:04.833 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:04.838 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:04.841 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:05.115 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:05.120 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:05.123 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:05.180 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:42:05.180 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:42:05.354 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:05.359 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:05.363 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:05.385 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:05.389 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:05.393 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:05.551 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:05.558 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:05.561 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:05.885 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:05.889 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:05.892 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:06.305 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:06.309 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.313 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:06.329 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.333 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.337 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.352 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.357 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.360 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.369 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.376 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.380 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.388 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.393 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.396 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.403 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.409 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.413 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.423 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.428 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.432 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.453 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.458 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.462 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.469 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.475 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.479 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.487 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.492 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.496 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.504 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.509 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:06.513 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.536 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:06.542 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:06.546 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:06.619 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:06.625 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:06.628 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:06.853 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:06.859 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:06.863 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:07.070 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:07.075 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:07.080 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:07.204 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:07.209 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:07.213 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:07.471 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:07.477 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:07.481 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:07.671 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:07.677 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:07.681 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:07.822 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:07.828 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:07.832 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:07.855 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:07.860 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:07.864 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:08.357 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:08.362 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:08.366 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:08.824 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:08.830 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:08.834 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:08.860 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:08.865 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:08.869 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:08.904 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:08.908 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:08.965 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:08.970 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:09.000 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:09.005 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:09.024 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:09.029 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:09.040 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:09.045 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:09.057 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:09.062 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:09.211 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:09.217 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:09.226 10540 11343 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:42:09.226 10540 11343 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:42:09.253 10540 10555 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:42:09.358 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:09.364 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:09.562 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:09.568 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:09.599 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:09.608 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:09.742 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:09.749 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:10.241 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:10.248 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:35.290 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:42:35.299 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 10:42:35.675 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:42:35.681 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:42:35.685 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:42:35.721 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.722 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.722 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.723 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.724 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.724 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.725 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.725 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.726 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.726 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.726 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.727 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.728 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.728 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.729 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.730 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:35.763 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:35.769 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:35.772 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:35.827 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:35.833 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:35.838 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:35.850 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:35.857 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:35.861 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:36.315 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:36.320 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:36.322 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:36.582 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:36.586 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:36.588 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:36.639 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:42:36.639 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:42:36.948 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:36.954 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:36.957 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:37.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:37.033 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:37.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:37.162 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:37.167 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:37.171 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:37.517 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:37.521 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:37.524 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:37.920 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:37.927 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:37.931 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:37.941 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:37.948 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:37.952 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:37.960 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:37.967 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:37.971 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:37.980 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:37.985 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:37.988 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:37.996 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.001 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:38.005 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.050 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:38.054 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.084 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.088 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:38.111 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:38.116 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:38.121 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:38.152 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.156 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:38.162 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.233 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.239 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:38.243 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.281 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:38.288 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:38.293 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:38.326 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:38.332 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:38.335 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:38.368 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:38.375 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.379 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:38.586 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:38.595 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:38.599 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:39.087 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:39.096 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:39.101 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:39.128 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:39.134 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.138 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:39.164 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.169 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:39.177 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.195 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.202 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:39.207 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.257 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.264 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:39.268 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.279 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.286 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:39.292 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.306 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.317 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:39.324 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.348 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.355 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:39.360 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.398 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.406 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:39.411 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:39.426 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:39.435 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:39.440 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:39.453 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:39.459 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:39.464 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:39.655 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:39.661 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:39.665 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:39.805 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:39.817 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:39.822 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:39.972 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:39.977 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:39.981 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:40.122 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:40.128 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:40.132 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:40.322 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:40.329 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:40.333 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:40.389 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:40.394 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:40.399 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:40.556 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:40.561 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:40.566 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:40.672 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:40.680 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:40.684 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:40.890 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:40.895 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:40.899 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:41.023 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:41.030 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:41.034 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:41.123 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:41.131 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:41.135 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:41.324 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:41.330 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:41.336 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:41.490 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:41.496 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:41.500 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:41.725 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:41.730 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:41.734 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:41.859 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:41.865 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:41.870 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:41.975 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:41.981 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:41.985 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:42.142 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:42.148 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:42.152 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:42.409 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:42.415 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:42.419 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:42.548 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:42.554 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:42.558 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:42.568 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:42.573 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:42.577 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:42.793 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:42.801 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:42.805 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:42.876 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:42.882 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:42.887 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:43.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:43.032 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:43.037 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:43.126 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:43.133 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:43.138 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:43.277 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:43.283 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:43.288 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:43.330 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:43.335 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:43.340 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:43.410 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:43.415 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:43.419 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:43.527 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:43.533 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:43.537 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:44.029 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:44.038 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:44.044 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:44.395 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:44.401 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:44.406 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:44.646 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:44.652 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:44.658 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:44.930 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:44.935 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:44.940 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:45.164 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:45.170 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:45.175 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:45.331 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:45.339 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:45.346 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:45.831 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:45.838 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:45.847 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:46.331 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:46.343 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:46.351 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:46.367 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:46.373 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:46.380 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:46.924 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:46.935 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:46.941 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:47.279 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:42:47.286 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:42:47.443 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:47.448 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:47.533 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:47.538 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:47.569 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:47.576 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:47.637 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:47.645 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:47.660 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:47.668 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:47.684 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:47.696 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:47.717 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:47.725 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:47.751 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:47.760 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:47.784 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:47.793 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:47.818 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:47.825 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:47.830 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:42:47.830 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:42:47.834 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:47.842 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:47.867 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:47.883 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:47.901 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:47.907 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:47.987 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:47.994 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:48.026 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:48.033 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:48.061 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:48.068 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:48.101 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:48.113 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:48.184 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:48.192 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:48.595 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:48.602 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:48.608 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:42:48.608 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:42:48.620 10540 10540 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 10:42:48.653 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:48.658 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:48.669 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:48.676 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:48.719 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:42:48.719 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:42:48.763 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:48.770 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:48.785 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:48.792 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:48.911 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:48.917 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:48.936 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:48.943 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:49.897 10540 10540 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
--------- beginning of system
01-28 10:42:49.897 10540 10540 W ViewRootImpl@52cf4d5[PopupWindow:fe0c58c]:
Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE,
actionButton=0, id[0]=0, x[0]=536.05365, y[0]=1027.3973,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=24700700,
downTime=24700692, deviceId=3, source=0x1002, displayId=0, eventId=689117653 }
01-28 10:42:49.898 10540 10540 E ViewRootImpl@52cf4d5[PopupWindow:fe0c58c]:
mStopped=false mHasWindowFocus=true mPausedForTransition=false
01-28 10:42:49.898 10540 10540 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 10:42:49.997 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:50.002 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:50.011 10540 10540 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 87997639
01-28 10:42:50.014 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:50.020 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:50.066 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:42:50.066 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:42:50.100 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:50.106 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:50.122 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:50.127 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:50.314 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:50.320 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:50.338 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:50.344 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:50.371 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:50.376 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:50.872 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:50.878 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:50.915 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:50.921 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:50.957 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:50.962 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:51.032 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:51.037 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:51.065 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:51.070 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:51.089 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:51.094 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:51.105 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:51.111 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:51.124 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:51.129 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:51.209 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:51.214 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:51.224 10540 11343 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:42:51.224 10540 11343 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:42:51.258 10540 11394 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:42:51.406 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:51.413 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:51.512 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:51.517 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:51.544 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:51.549 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:51.825 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:51.830 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:42:51.846 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:51.850 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:51.892 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:51.897 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:51.906 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:51.911 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:42:52.000 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:42:52.010 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:42:52.056 10540 10540 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 10:42:52.601 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 10:42:52.644 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-28 10:42:52.673 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 10:42:52.673 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 10:42:52.673 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 10:42:52.675 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 10:42:52.675 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 10:42:52.675 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 10:42:52.675 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 10:42:52.675 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 10:42:52.703 10540 10540 W Activity: Can request only one set of permissions
at a time
01-28 10:42:52.812 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 10:42:52.812 10540 12186 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 10:42:52.821 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:52.825 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:42:52.946 10540 12201 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 10:42:53.658 10540 10540 E RecyclerView: No adapter attached; skipping layout
01-28 10:42:53.731 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.732 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.732 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.732 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.734 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.734 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.735 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.736 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.736 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.737 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.737 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.738 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.739 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.739 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.739 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.741 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.741 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.742 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.743 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.743 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.743 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.743 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.744 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.744 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.745 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.745 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.745 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.745 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.746 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.747 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.747 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.748 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.748 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.749 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.749 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.749 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.750 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.750 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.751 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.751 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.752 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.752 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.753 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.753 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.754 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.754 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.755 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.756 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.757 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.757 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.758 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.759 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.760 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.760 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.760 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.761 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.761 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.763 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:42:53.859 10540 10540 E RecyclerView: No adapter attached; skipping layout
01-28 10:42:53.893 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:42:53.900 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:42:53.930 10540 10540 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 10:42:53.948 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-28 10:43:07.496 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:07.497 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:07.497 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:09.336 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:09.337 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:09.338 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:09.338 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:09.338 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:13.917 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x1d9
01-28 10:43:13.945 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x1a5
01-28 10:43:14.113 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x155
01-28 10:43:14.144 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 10:43:14.202 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:14.203 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:14.203 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:21.081 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:43:21.089 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:43:21.289 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:43:21.292 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:43:21.295 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:43:21.328 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:21.329 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:21.329 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:21.330 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:21.331 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:43:21.363 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:21.367 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:21.370 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:21.406 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:21.409 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:21.412 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:21.432 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:21.437 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:21.440 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:21.477 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:21.481 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:21.483 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:21.969 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:21.973 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:21.976 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:22.243 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.246 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:22.250 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.258 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.262 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:22.266 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.274 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.278 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:22.282 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.291 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:22.294 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.297 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:22.305 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:22.309 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.312 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:22.338 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.342 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:22.345 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.380 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:22.383 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.387 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:22.394 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:22.397 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:22.400 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:22.417 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.420 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:22.423 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.430 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:22.433 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.436 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:22.444 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:22.447 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.450 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:22.458 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:22.461 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:22.464 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:22.472 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:22.476 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:22.479 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:22.488 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:22.492 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:22.495 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:22.504 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.508 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:22.511 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.522 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.525 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:22.528 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.537 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.540 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:22.543 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.554 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.557 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:22.560 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:22.988 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:22.992 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:22.996 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:23.272 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:23.277 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:23.281 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:23.289 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:23.294 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:23.298 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:23.307 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:23.311 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:23.314 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:23.322 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:23.326 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:23.329 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:23.339 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:23.342 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:23.345 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:23.355 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:23.360 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:23.363 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:23.372 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:23.376 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:23.379 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:23.389 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:23.392 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:23.395 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:23.405 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:23.409 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:23.412 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:23.422 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:23.426 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:23.429 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:23.439 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:23.443 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:23.446 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:23.455 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:23.459 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:23.462 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:23.472 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:23.475 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:23.478 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:23.622 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:23.627 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:23.631 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:23.990 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:23.995 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:23.999 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:24.038 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:24.042 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:24.044 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:24.172 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:24.175 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:24.206 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:43:24.213 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:24.254 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:24.258 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:24.285 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:24.292 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:24.577 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:24.581 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:24.610 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:24.618 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:24.631 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:24.635 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:24.663 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:24.672 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:24.709 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:24.712 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:24.739 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:24.747 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:25.450 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:25.453 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:25.457 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:25.503 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:25.506 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:25.510 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:25.984 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:25.988 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:25.992 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:26.010 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:26.014 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:26.017 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:26.074 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:43:26.074 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:43:26.240 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:26.247 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:26.251 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:26.265 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:26.269 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:26.274 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:26.443 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:26.448 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:26.451 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:26.510 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:26.515 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:26.519 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:27.011 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:27.016 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:27.020 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:27.056 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:27.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:27.064 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:27.081 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.085 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.088 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.095 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.099 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.102 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.111 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.115 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.119 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.128 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.131 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.135 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.144 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.148 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.151 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.164 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.168 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.172 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.180 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.185 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.188 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.196 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.201 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.205 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.212 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.216 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.220 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.232 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:27.236 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:27.242 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:27.261 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:27.265 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:27.269 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:27.294 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:27.299 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:27.303 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:27.411 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.414 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:27.418 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:27.528 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:27.532 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:27.537 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:27.645 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:27.650 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:27.654 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:27.762 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:27.766 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:27.770 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:28.079 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:28.083 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:28.087 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:28.179 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:28.183 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:28.187 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:28.313 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:28.317 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:28.321 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:28.655 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:28.659 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:28.663 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:28.727 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:28.731 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:28.736 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:28.774 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:28.778 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:28.846 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:28.850 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:28.879 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:28.883 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:28.912 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:28.921 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:28.941 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:28.945 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:28.959 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:28.962 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:43:28.978 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:28.982 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:29.015 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:29.021 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:29.117 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:29.123 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:29.132 10540 11343 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:43:29.132 10540 11343 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:43:29.170 10540 10555 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:43:29.216 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:29.223 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:29.264 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:29.273 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:29.291 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:29.296 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:43:29.317 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:29.324 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:29.374 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:43:29.378 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:43:29.512 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:29.516 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:29.671 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:43:29.674 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:43:29.929 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:43:29.935 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:00.007 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:45:00.061 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-28 10:45:00.118 10540 10540 W Activity: Can request only one set of permissions
at a time
01-28 10:45:01.132 10540 10540 E RecyclerView: No adapter attached; skipping layout
01-28 10:45:01.217 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.217 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.217 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.217 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.218 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.218 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.219 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.219 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.219 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.219 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.220 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.220 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.221 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.221 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.221 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.222 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.222 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.223 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.223 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.224 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.224 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.224 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.225 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.225 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.225 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.226 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.226 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.226 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.227 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.227 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.227 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.227 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.228 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.228 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.229 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.229 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.229 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.229 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.230 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.230 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.231 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.231 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.231 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.232 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.232 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.232 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.233 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.233 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.234 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.234 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.234 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.235 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.236 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.236 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.237 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.238 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.238 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.239 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:01.250 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
01-28 10:45:01.333 10540 11208 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=0d1ddbeb-188f-427d-83bf-4da81481104a, generation=0)
01-28 10:45:02.013 10540 11210 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=6251a3ab-beef-48b8-ac70-1a0b182e287b, generation=0)
01-28 10:45:32.298 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:45:32.306 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 10:45:32.503 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 10:45:32.507 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 10:45:32.541 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:32.541 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:32.542 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:32.542 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:32.543 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:32.544 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:32.544 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:32.560 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:32.564 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:32.611 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:32.615 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:32.637 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:32.640 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:32.681 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:32.686 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:33.161 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:33.164 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:33.218 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:33.222 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:33.295 10540 10540 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 10:45:33.295 10540 10540 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 10:45:33.554 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:33.559 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:33.709 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:33.713 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:33.765 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:33.769 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:33.781 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:33.786 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:33.858 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:33.862 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:34.279 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:34.286 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:34.342 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:34.346 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:34.372 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:34.376 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:34.392 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:34.396 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:34.416 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:34.420 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:34.464 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:34.468 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:34.478 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:34.483 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:34.493 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:34.499 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:34.508 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:34.514 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:34.537 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:34.542 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:34.557 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:34.561 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:34.600 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:34.605 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:34.714 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:34.718 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:34.897 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:34.902 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:35.080 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:35.084 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:35.181 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:35.185 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:35.397 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:35.401 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:35.548 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:35.552 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:35.682 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:35.686 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:35.798 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:35.802 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:36.301 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:36.308 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:36.803 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:36.811 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:36.884 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:36.890 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:36.912 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:36.915 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:36.942 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:36.946 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:36.956 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:36.960 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:37.011 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:37.015 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:37.036 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:37.039 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:37.061 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:37.064 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:37.083 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:37.087 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:37.100 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:37.104 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:37.116 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:37.120 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:37.303 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:37.307 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:37.319 10540 13597 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:45:37.320 10540 13597 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:45:37.353 10540 10555 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:45:37.397 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:37.402 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:37.421 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:37.426 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:37.502 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:37.506 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:45:37.567 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:45:37.572 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:45:37.821 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:45:37.825 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:45:38.208 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:45:38.213 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:45:49.677 10540 10540 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:45:49.831 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:45:50.697 10540 10540 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 10:45:51.095 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"ACAB833438F1243DAAB98511D9FAC8E0"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"B016A382CA735F3EF37669240ABDA310"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"EAB98E00CC38B250438A71471C2C30A9"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"A5D5DABFB22ED23397E0AC8522F19F96"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"41CFC502F1835D60B879524ECC870F9F"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"CDF05829CB43B2BFED7CAAF4AAA285E3"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"130C35AF418F2FCAB28896F8871C57DB"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"B9C8BE3F32F220360B4405D472664A53"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"B37DFB7173D40CFF7A2C2C4EB86F8AC6"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"DE720E1F6E546B2436DAF820F4CE6ADC"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"7322A782CB9DFFF715EE9CBE9FFEF647"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"6078FCE9399CF8611618C6FA9271C765"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"CCB67FA59ED3BDD9DDFFD2B90ACA95E4"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"0E4BC46D31C6DCDB8757FCA133883FEB"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"C700A61189FEFD0630F91A078A89A34A"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"08CECA723BC2D05DCC1F6ECE55908427"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"82546D772402EAA573062226448396A6"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"8E04606793C2B13DD95154F7792DFC35"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"AB28D925B90D35E8B12DEB8318C1DF42"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"73944314A51DDEC75DABD76022A32010"
01-28 10:45:51.096 10540 14061 W SQLiteLog: (28) double-quoted string literal:
"B38714B5598AAD0AAB15BC45203F776B"
01-28 10:52:51.462 10540 15892 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 10:52:52.389 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:52:52.397 10540 10540 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 10:52:52.740 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 10:52:52.744 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 10:52:52.748 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 10:52:52.784 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:52:52.785 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:52:52.786 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:52:52.787 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:52:52.787 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:52:52.788 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:52:52.789 10540 10540 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 10:52:52.830 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:52.835 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:52.838 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:52.880 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:52.884 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:52.889 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:52.916 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:52.923 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:52.927 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:52.968 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:52.972 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:52.975 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:53.448 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:53.453 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:53.457 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:53.956 10540 10540 W SoundPool: Use of stream types is deprecated for
operations other than volume control
01-28 10:52:53.956 10540 10540 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-28 10:52:54.014 10540 10540 W AudioManager: Use of stream types is deprecated
for operations other than volume control
01-28 10:52:54.014 10540 10540 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:52:54.266 10540 10540 W libOpenSLES: Conversion from OpenSL ES positional
channel mask 0x4 to Android mask 0 loses channels
01-28 10:52:54.413 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:54.417 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:54.420 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:54.446 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:54.451 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:54.454 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:54.516 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:54.521 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:54.525 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:54.615 10540 10540 W AudioRecord: restoreRecord_l(1339): dead
IAudioRecord, creating a new one from start()
01-28 10:52:54.845 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:54.849 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:54.853 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:54.863 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:54.868 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:54.875 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:54.891 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:54.896 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:54.899 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:54.909 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:54.914 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:54.918 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:54.926 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:54.931 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:54.935 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:54.944 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:54.949 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:54.953 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:54.961 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:54.969 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:54.973 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:54.982 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:54.988 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:54.992 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.002 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.008 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.012 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.023 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.030 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.039 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.043 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.046 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.054 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.058 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.062 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.070 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.075 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.078 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.085 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.091 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.096 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.104 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.109 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.113 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.122 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.126 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.130 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.138 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.144 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.147 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.155 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.160 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.163 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.171 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.177 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.180 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.187 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.191 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.194 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.202 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.207 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.210 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.218 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.223 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.226 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.235 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.239 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.245 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.257 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.266 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.275 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.294 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.301 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.306 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.317 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.329 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.338 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.350 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.358 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.371 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.390 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.403 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.409 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.422 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.429 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.439 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.466 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.473 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.478 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.495 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.501 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.508 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.518 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.528 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.531 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.541 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.546 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.550 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.558 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.564 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.568 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.580 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.588 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.593 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.610 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.618 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.623 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.742 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.746 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.751 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.767 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.772 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.778 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.788 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.793 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.797 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.808 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.813 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.818 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.826 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.830 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.834 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.841 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.846 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.849 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.857 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.861 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.865 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.877 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.881 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.885 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:55.893 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.898 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.901 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.910 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.917 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.921 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.929 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.934 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.938 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.946 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.952 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:55.956 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:55.966 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.971 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:55.975 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:55.983 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:55.988 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:55.992 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.000 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.005 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.008 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.017 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.029 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.041 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.050 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.057 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.066 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.071 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.075 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.082 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.088 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.091 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.098 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.102 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.107 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.116 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.121 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.124 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.131 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.136 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.139 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.147 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.152 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.155 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.162 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.167 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.170 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.177 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.182 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.185 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.193 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.198 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.202 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.210 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.214 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.217 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.226 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.230 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.234 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.242 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.246 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.249 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.257 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.261 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.264 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.272 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.276 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.280 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.287 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.292 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.295 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.303 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.308 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.312 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.320 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.325 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.329 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.338 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.342 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.346 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.354 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.360 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.365 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.374 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.379 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.383 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.391 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.395 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.399 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.407 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.414 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.420 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.429 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.434 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.439 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.447 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.452 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.458 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.465 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.471 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.477 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.486 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.491 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.497 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.504 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.509 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.513 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.521 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.526 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.529 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.537 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.542 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.545 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.554 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.560 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.563 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.571 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.576 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.579 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.587 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.591 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.594 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.604 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.608 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.612 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.621 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.626 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.629 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.638 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.643 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.646 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.654 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.659 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.662 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.671 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.676 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.680 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.689 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.694 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.698 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.707 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.712 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.716 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.724 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.730 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.733 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.744 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.749 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.752 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.760 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.766 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.770 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.777 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.781 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.785 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.793 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.797 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.800 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.808 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.812 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.815 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.822 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.827 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.829 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.838 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.842 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.845 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.854 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.858 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.861 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.870 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.876 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.878 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.895 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.899 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.902 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:56.909 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.914 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.917 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.923 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.928 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:56.930 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:56.938 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.942 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.945 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.953 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.957 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.960 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.970 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.974 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:56.978 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:56.987 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:56.991 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:56.994 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.003 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.007 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.010 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.020 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.024 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.037 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.041 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.044 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.053 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.057 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.070 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.074 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.077 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.087 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.091 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.094 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.103 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.107 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.110 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.120 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.125 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.128 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.137 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.142 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.145 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.153 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.157 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.160 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.170 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.174 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.177 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.187 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.192 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.195 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.204 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.208 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.211 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.221 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.225 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.227 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.237 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.241 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.244 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.253 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.257 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.260 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.270 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.275 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.278 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.287 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.291 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.294 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.304 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.309 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.312 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.320 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.324 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.326 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.337 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.341 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.344 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.354 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.359 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.362 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.372 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.376 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.379 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.388 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.392 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.395 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.404 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.408 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.411 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.420 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.424 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.428 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.438 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.441 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.444 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.454 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.457 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.461 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.471 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.475 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.478 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.488 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.492 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.496 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.504 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.509 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.513 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.521 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.526 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.529 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.538 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.542 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.545 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.554 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.558 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.561 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.571 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.575 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.578 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.589 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.593 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.596 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.605 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.609 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.612 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.621 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.626 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.629 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.638 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.643 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.646 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.655 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.659 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.663 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.672 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.677 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.680 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.688 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.692 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.695 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.704 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.708 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.712 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.722 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.726 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.729 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.738 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.743 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.746 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.755 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.759 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.762 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.772 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.779 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.783 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.791 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.795 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.799 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.808 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.813 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.817 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.825 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.829 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.833 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.842 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.846 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.851 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:57.860 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.864 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.867 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.877 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.881 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.884 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.893 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.899 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.902 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.910 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.915 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.918 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.928 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.933 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:57.938 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:57.947 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.951 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.955 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.962 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.967 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:57.970 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:57.979 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.984 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:57.987 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:57.995 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.000 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.004 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.012 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.016 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.019 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.031 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.037 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.044 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.049 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.053 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.060 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.065 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.069 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.076 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.081 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.084 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.094 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.099 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.102 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.109 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.114 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.118 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.125 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.129 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.132 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.141 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.147 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.151 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.159 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.165 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.169 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.177 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.181 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.185 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.192 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.196 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.199 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.207 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.211 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.214 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.223 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.227 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.230 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.239 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.245 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.248 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.256 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.262 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.266 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.277 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.286 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.290 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.298 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.303 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.306 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.313 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.318 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.321 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.328 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.332 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.336 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.343 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.348 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.351 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.360 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.364 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.367 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.375 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.379 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.382 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.389 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.394 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.397 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.405 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.409 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.412 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.422 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.426 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.429 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.439 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.442 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.446 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.456 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.460 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.462 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.472 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.477 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.480 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.489 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.493 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.496 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.505 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.509 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.513 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.523 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.527 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.530 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.539 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.543 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.546 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.556 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.560 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.562 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.572 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.577 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.580 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.589 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.593 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.597 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.606 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.610 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.613 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.622 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.627 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.630 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.640 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.644 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.647 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.656 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.660 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.662 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.672 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.676 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.679 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.689 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.693 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.696 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.706 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.710 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.712 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.723 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.727 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.730 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.739 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.743 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.746 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.756 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.760 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.763 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.772 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.777 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.780 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.789 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.793 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.796 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.806 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.810 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.813 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:58.823 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.827 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:52:58.831 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:52:58.840 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.844 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.847 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.856 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.860 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.863 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.873 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.877 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:52:58.880 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:52:58.890 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.894 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.897 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.906 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.910 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.912 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.923 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.927 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.930 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.940 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.944 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.947 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.956 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.960 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.963 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.973 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.977 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.981 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.990 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:58.994 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:58.997 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.006 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.010 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.013 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.023 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.027 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.030 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.040 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.044 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.048 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.057 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.062 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.066 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.073 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.078 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.081 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.090 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.094 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.097 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.106 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.111 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.116 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.123 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.128 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.131 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.140 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.144 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.147 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.157 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.160 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.163 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.173 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.177 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.180 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.190 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.194 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.197 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.206 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.210 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.213 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.223 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.227 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.230 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.240 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.244 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.246 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.257 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.260 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.263 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.274 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.278 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.281 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.290 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.294 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.296 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.307 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.311 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.314 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.323 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.327 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.330 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.340 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.344 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.347 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.357 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.360 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.363 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.373 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.377 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.380 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.390 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.394 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.397 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.407 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.410 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.413 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.423 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.427 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.430 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.440 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.444 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.446 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.457 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.461 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.464 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.474 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.478 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.481 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.490 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.494 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.497 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.507 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.511 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.514 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.524 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.527 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.530 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.540 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.544 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.547 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.557 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.561 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.563 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.574 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.577 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.580 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.590 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.594 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.598 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.607 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.611 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.614 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.624 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.628 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.632 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.641 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.644 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.647 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.657 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.661 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.664 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.674 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.678 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.680 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.691 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.694 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.698 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.707 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.711 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.715 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.724 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.728 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.731 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.741 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.744 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.748 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.757 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.761 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.764 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.774 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.778 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.781 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.791 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.795 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.799 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.808 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.812 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.815 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.824 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.828 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.831 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.841 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.845 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.848 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.858 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.861 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.864 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.874 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.878 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.882 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.891 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.895 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.898 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.908 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.911 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:52:59.915 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.925 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:59.928 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.931 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:59.941 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:59.944 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.947 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:59.958 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:59.961 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.964 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:59.975 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:59.979 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.982 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:59.991 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:52:59.995 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:52:59.998 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.008 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.012 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.015 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.025 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.029 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.032 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.041 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.045 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.048 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.058 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.062 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.065 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.075 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.079 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.082 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.091 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.095 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.098 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.108 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.112 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.115 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.125 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.129 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.132 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.141 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.146 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.149 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.158 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.161 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.164 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.175 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.178 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.181 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.191 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.195 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.198 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:00.208 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.213 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.216 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.225 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.229 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.232 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.241 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.246 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.249 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.258 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.262 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.265 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.275 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.278 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.282 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.292 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.296 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.299 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.308 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.312 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.315 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.325 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.329 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.332 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.342 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.346 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.349 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.358 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.362 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.365 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.375 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.379 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.382 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.392 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.396 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.398 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.408 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.412 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.415 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.425 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.429 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.432 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.442 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.445 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.448 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.458 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.462 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.465 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.475 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.479 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.482 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.492 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.496 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.499 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.509 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.512 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.515 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.525 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.530 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.533 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.542 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.547 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.550 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.559 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.563 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.567 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.575 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.579 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.582 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.592 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.596 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:00.599 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:00.610 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.614 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.616 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.625 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.629 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.632 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.642 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.646 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.649 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.659 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.662 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.665 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.676 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.680 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.683 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.692 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.696 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.699 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.709 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.713 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.716 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.725 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.729 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.732 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.742 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.746 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.749 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.759 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.762 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.766 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.776 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.780 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.782 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.792 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.796 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:00.799 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:00.810 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.813 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.817 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.826 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.829 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.832 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.842 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.846 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.849 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.859 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.863 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.866 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.876 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.880 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.882 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.892 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.896 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.899 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.909 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.913 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.916 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.926 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.929 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.932 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.942 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.946 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.950 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.959 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.963 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.966 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.976 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.980 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:00.983 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.993 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:00.996 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.000 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.009 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.013 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.016 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.026 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.030 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.034 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.043 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.047 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.050 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.059 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.063 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.066 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.076 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.080 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.082 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.093 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.098 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.101 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.110 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.114 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.117 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.126 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.130 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.133 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.143 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.147 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.150 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.159 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.164 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.167 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.176 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.180 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.183 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.193 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.197 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.200 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.210 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.214 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.216 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.226 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.230 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.233 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.243 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.247 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.250 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.260 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.264 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.267 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.276 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.280 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.282 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.293 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.297 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.300 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.310 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.314 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.317 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.326 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.330 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.333 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.343 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.347 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.350 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.360 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.364 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.367 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.377 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.381 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.384 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.394 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.397 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.401 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.410 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.414 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.417 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.427 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.431 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.434 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.444 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.447 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.450 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.460 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.464 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.467 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.477 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.481 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.483 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.494 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.498 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.501 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.510 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.514 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.516 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.527 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.531 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.534 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.543 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.547 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.550 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.561 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.564 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.568 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.577 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.580 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.583 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.594 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.598 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.601 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.611 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.615 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.618 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.627 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.631 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.634 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.644 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.648 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.651 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.661 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.665 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.668 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.678 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.681 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.684 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.694 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.698 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.701 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.711 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.715 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.718 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.729 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.734 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.738 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.749 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.757 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.762 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.770 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.774 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.777 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.784 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.788 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.790 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.797 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.801 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.804 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.811 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.815 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.817 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:01.828 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.833 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:01.836 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:01.845 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.849 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.851 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.862 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.866 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:01.868 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:01.878 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.882 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.885 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.894 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.898 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.901 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.911 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.915 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.918 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.927 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.932 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.934 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.944 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.948 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.951 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.961 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.964 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.967 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.978 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.981 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:01.984 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.994 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:01.998 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.001 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.011 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.015 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.018 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.028 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.031 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.035 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.044 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.048 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.052 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.061 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.065 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.068 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.078 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.081 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.085 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.095 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.098 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.102 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.111 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.116 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.119 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.128 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.132 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.141 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.149 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.156 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.159 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.167 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.172 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.175 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.181 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.185 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.188 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.194 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.198 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.201 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.211 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.215 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.218 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.228 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.232 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.235 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.244 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.248 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.251 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.261 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.265 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.268 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.278 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.282 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.285 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.295 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.299 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.302 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.311 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.315 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.317 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.328 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.332 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.335 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.345 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:02.349 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:02.352 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:02.362 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.366 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.369 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.379 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.382 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:02.386 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.395 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.400 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:02.403 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.412 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.417 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:02.421 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.430 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.434 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:02.437 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.650 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.661 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:02.673 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.701 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.708 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.713 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:02.743 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:02.748 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:02.752 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:02.784 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:02.788 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:02.802 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.806 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:02.841 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:02.845 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:02.949 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:02.958 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:03.005 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:03.018 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:03.051 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:03.057 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:03.068 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 10:53:03.075 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:03.112 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:03.117 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=d45d00cc-44db-4aff-8ebb-a417033d0116 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/31261754_927526365711613_6592974652294851292_n.enc?ccb=11-
4&oh=01_AdTbC8vfN8qOGe0sd3j15JBB9kWy5VVY1VJUhx1T2WHwYA&oe=65DE0C18&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=sxXSEXMZQX0ZcyeHF2elTJVX2kSdz9Oecc2Ke5FrqgU= file_path=Media/WhatsApp
Voice Notes/202405/PTT-20240128-WA0009.opus file_size=0 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1706460776994
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/31261754_927526365711613_6592974652294851292_n.enc?ccb=11-
4&oh=01_AdTbC8vfN8qOGe0sd3j15JBB9kWy5VVY1VJUhx1T2WHwYA&oe=65DE0C18&_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=858
multicast_id=null enc_file_hash=c6oDPu/R6/VwK9fRXlzh4GPYoysPio0QSF7gCc7qDUk=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=17616 media_name=8d8b075b58234583a9e1b5f52d38df2d.opus media_duration=7
chat_row_id=127 media_key=[B@c5dca8e
01-28 10:53:03.202 10540 10601 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 10:53:03.202 10540 10601 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 10:53:03.226 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:03.232 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:03.243 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:03.248 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155--------- beginning of main
01-28 10:53:03.349 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:03.355 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:03.618 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:03.631 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:03.657 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:03.662 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:03.676 10540 15834 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 10:53:03.676 10540 15834 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 10:53:03.712 10540 13660 W MediaPlayerNative: info/warning (10973, 0)
01-28 10:53:04.120 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:04.129 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 10:53:04.619 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 10:53:04.634 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 10:53:04.899 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 10:53:04.908 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 10:53:05.441 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 10:53:05.466 10540 10540 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:04:03.147 18893 18893 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 11:04:03.459 18893 18893 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 11:04:03.463 18893 18893 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 11:04:03.463 18893 18893 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 11:04:03.463 18893 18893 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 11:04:03.463 18893 18893 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 11:04:03.463 18893 18893 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 11:04:03.463 18893 18893 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 11:04:03.464 18893 18893 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 11:04:03.464 18893 18893 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 11:04:03.464 18893 18893 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 11:04:03.464 18893 18893 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 11:04:03.464 18893 18893 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 11:04:03.464 18893 18893 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 11:04:03.464 18893 18893 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 11:04:03.464 18893 18893 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 11:04:03.464 18893 18893 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 11:04:03.464 18893 18893 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 11:04:03.464 18893 18893 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 11:04:03.464 18893 18893 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 11:04:03.464 18893 18893 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 11:04:03.465 18893 18893 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 11:04:03.465 18893 18893 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 11:04:03.465 18893 18893 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 11:04:03.523 18893 18893 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-28 11:04:04.221 18893 18893 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 11:04:04.221 18893 18893 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 11:04:04.505 18893 18939 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 11:04:04.505 18893 18939 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 11:04:04.505 18893 18939 W com.whatsapp: and incorrect proguard
optimizations.
01-28 11:32:10.019 18893 24358 W System : ClassLoader referenced unknown path:
01-28 11:32:10.052 18893 24358 W com.whatsapp: ClassLoaderContext type mismatch.
expected=PCL, found=DLC (PCL[] |
DLC[];PCL[/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk*2898611840:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/
com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes2.dex*582363862:/data/app/
~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!
classes3.dex*3969303300:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes4.dex*1138905225:/data/app/
~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!
classes5.dex*1597569023:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes6.dex*2093298036:/data/app/
~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!
classes7.dex*3819718928:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes8.dex*321686265]{PCL[/system/framework/
org.apache.http.legacy.jar*3951777098]})
01-28 11:32:10.144 18893 24365 E chromium:
[0128/113210.143785:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .whatsapp.com
01-28 11:32:10.145 18893 24365 E chromium:
[0128/113210.144969:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .cdninstagram.com
01-28 11:32:10.145 18893 24365 E chromium:
[0128/113210.145302:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .fbcdn.net
01-28 11:32:10.145 18893 24365 E chromium:
[0128/113210.145502:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .facebook.com
01-28 11:32:10.145 18893 24365 E chromium:
[0128/113210.145717:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .instagram.com
01-28 11:32:10.145 18893 24365 E chromium:
[0128/113210.145858:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .whatsapp.net
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=f76cd312-53cd-4f93-8164-0e60e8488ee1 transcoded=0 gif_attribution=0
first_scan_length=14211 direct_path=/v/t62.7118-
24/12147031_698188159181603_7724297800944988089_n.enc?ccb=11-
4&oh=01_AdRRFwOO9fGPT7dYapsJZhdCtVw5T3PBXW4g3EzZHA7O5w&oe=65DE153E&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8181819 is_animated_sticker=0
file_hash=N2lAW0OyM48VOX18MtMDZs5hNSvX/K9ZhsCGbLAB894= file_path=Media/WhatsApp
Images/IMG-20240128-WA0010.jpg file_size=160662
partial_media_hash=1uKG9AhxzR0fpvGFTgS5EbkJFuSpxzcp/CCtYFgHud4= face_x=0 face_y=0
height=1599 trim_to=0 media_key_timestamp=1706463104000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/12147031_698188159181603_7724297800944988089_n.enc?ccb=11-
4&oh=01_AdRRFwOO9fGPT7dYapsJZhdCtVw5T3PBXW4g3EzZHA7O5w&oe=65DE153E&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=899 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=865 multicast_id=null
enc_file_hash=q8DI2Oexu+EhrWyvg6TkEokpoZXtHW2SHQWTRKETaxA= mute_video=0
page_count=0 first_scan_sidecar=[B@1b298fd suspicious_content=0 file_length=160662
media_name=null media_duration=0 chat_row_id=68 media_key=[B@45669f2
01-28 11:32:14.452 18893 18936 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 11:32:14.452 18893 18936 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=df90e777-e0f9-4923-bbfd-0b170806ce4f transcoded=0 gif_attribution=0
first_scan_length=13898 direct_path=/v/t62.7118-
24/23960359_377673214958907_4088531583669755022_n.enc?ccb=11-
4&oh=01_AdSsC_EVd_S6RUwntv5mhNdytgMvmhfTX2RTJDk_6M8AUA&oe=65DE07DD&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8181819 is_animated_sticker=0
file_hash=kkwEZFnuVVy9Mo4iOujxwAIbxubb1r61K/o8s8fsVcs= file_path=Media/WhatsApp
Images/IMG-20240128-WA0011.jpg file_size=144485
partial_media_hash=186ZxD6czLlx+1Kjtoy9T75MGZlKmEvzFByGCHwE17g= face_x=0 face_y=0
height=1599 trim_to=0 media_key_timestamp=1706463124000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/23960359_377673214958907_4088531583669755022_n.enc?ccb=11-
4&oh=01_AdSsC_EVd_S6RUwntv5mhNdytgMvmhfTX2RTJDk_6M8AUA&oe=65DE07DD&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=899 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=866 multicast_id=null
enc_file_hash=oh5oIUZBOYo2Yzi1t0u9TSxLMrbexXTJpCKKEY6jIyw= mute_video=0
page_count=0 first_scan_sidecar=[B@d453c7d suspicious_content=0 file_length=144485
media_name=null media_duration=0 chat_row_id=68 media_key=[B@4970772
01-28 11:32:20.456 18893 18936 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 11:32:20.456 18893 18936 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 11:33:52.742 18893 24366 W chromium:
[0128/113352.741922:WARNING:dns_config_service_android.cc(81)] Failed to read
DnsConfig.
01-28 11:44:07.251 18893 18893 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 11:44:07.574 18893 18893 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 11:44:08.237 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 11:44:08.284 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x271
01-28 11:44:08.373 18893 18893 W Activity: Can request only one set of permissions
at a time
01-28 11:44:08.396 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 11:44:08.397 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 11:44:08.397 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 11:44:08.397 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 11:44:08.397 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 11:44:08.397 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 11:44:08.397 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 11:44:08.397 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 11:44:08.725 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 11:44:08.725 18893 29666 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 11:44:09.563 18893 18893 E RecyclerView: No adapter attached; skipping layout
01-28 11:44:09.701 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.701 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.701 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.701 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.702 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.703 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.703 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.703 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.704 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.704 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.705 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.705 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.706 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.706 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.707 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.707 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.708 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.708 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.708 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.709 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.709 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.709 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.710 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.710 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.710 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.711 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.711 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.711 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.712 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.712 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.713 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.713 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.713 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.714 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.714 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.714 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.715 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.715 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.715 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.716 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.716 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.716 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.717 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.717 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.717 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.718 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.718 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.718 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.718 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.719 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.719 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.721 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:09.790 18893 18893 E RecyclerView: No adapter attached; skipping layout
01-28 11:44:09.814 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
01-28 11:44:09.819 18893 29693 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 11:44:10.031 18893 29703 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 11:44:10.317 18893 18893 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 11:44:11.015 18893 18901 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 11:44:17.215 18893 29721 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 11:44:17.215 18893 29721 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 11:44:17.545 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 11:44:17.556 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 11:44:18.008 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 11:44:18.016 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 11:44:18.020 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 11:44:18.067 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:18.069 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:18.070 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:18.071 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:18.072 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:18.072 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:18.073 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:18.075 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:18.126 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:18.130 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:18.133 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:18.186 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:18.191 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:18.195 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:18.260 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:18.264 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:18.268 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:18.737 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:18.743 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:18.747 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:19.238 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:19.243 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:19.247 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:19.742 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:19.749 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:19.759 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:19.792 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:19.799 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:19.810 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:19.885 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:19.892 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:19.897 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:20.052 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:20.059 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:20.064 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:20.290 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:20.296 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:20.301 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:20.469 18893 18893 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 11:44:20.469 18893 18893 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 11:44:20.817 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:20.825 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:20.857 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:21.021 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:21.030 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:21.035 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:21.170 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.180 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:21.186 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.343 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.352 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:21.391 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.582 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.590 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:21.596 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.636 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.645 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:21.651 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.744 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.754 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:21.764 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.791 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:21.798 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:21.803 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:21.861 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:21.869 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.876 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:21.891 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:21.899 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.904 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:21.928 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:21.941 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.948 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:21.987 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:21.993 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:21.999 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.343 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:22.349 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:22.354 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:22.627 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:22.633 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:22.637 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:22.661 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.667 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:22.675 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.781 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.789 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.800 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.819 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.826 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.831 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.840 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.847 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.852 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.860 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.867 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.871 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.880 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.887 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.891 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.911 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.919 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.924 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.945 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.950 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.954 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.961 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.966 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.970 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.978 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:22.983 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:22.987 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:23.027 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.032 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:23.035 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.061 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.066 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.071 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.328 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.335 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.340 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.547 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.553 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.557 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.574 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.580 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:23.584 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.591 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.597 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:23.601 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.608 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.613 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:23.617 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.625 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.632 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:23.635 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.642 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.649 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:23.653 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.660 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.665 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:23.669 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.685 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.689 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.693 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.702 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.706 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.710 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.717 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.722 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.726 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.737 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:23.742 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:23.746 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:23.755 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:23.760 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:23.764 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:23.829 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.834 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:23.838 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.946 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.952 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:23.957 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:23.979 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:23.984 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:23.988 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:24.029 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:24.034 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:24.038 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:24.162 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:24.168 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:24.172 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:24.196 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:24.201 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:24.206 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:24.431 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:24.438 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:24.442 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:24.464 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:24.470 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:24.473 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:24.509 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:24.515 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:24.526 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:24.531 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:24.575 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:24.580 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:24.612 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:24.618 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:24.640 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:24.645 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:24.663 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:24.668 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:24.680 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:24.685 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:24.766 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:24.772 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:24.801 18893 29675 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:44:24.803 18893 29675 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:44:24.951 18893 21900 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:44:25.024 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:25.030 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:25.055 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:25.062 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:25.095 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:25.107 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:25.465 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:25.471 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:25.967 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:25.973 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:26.070 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:26.076 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:26.331 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:26.338 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:26.723 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:26.729 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:27.578 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 11:44:27.585 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 11:44:27.742 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 11:44:27.744 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 11:44:27.747 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 11:44:27.774 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:27.775 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:27.775 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:27.776 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:27.805 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:27.808 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:27.811 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:27.842 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:27.846 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:27.849 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:27.867 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:27.871 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:27.876 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:27.914 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:27.918 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:27.922 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:28.403 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:28.408 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:28.413 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:28.906 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:28.917 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:28.922 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:29.410 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:29.418 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:29.427 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:29.762 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:29.765 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:29.768 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:29.827 18893 18893 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 11:44:29.827 18893 18893 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 11:44:29.906 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:29.909 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:29.913 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:29.984 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:29.993 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:29.997 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:30.010 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:30.015 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:30.019 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:30.189 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:30.193 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:30.197 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:30.324 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.328 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.331 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.355 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.359 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:30.363 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.793 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.797 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.801 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.823 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.826 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.830 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.839 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.843 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.847 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.856 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.861 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.864 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.873 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.878 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.881 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.889 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.893 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.897 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.909 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.913 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.917 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.939 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.945 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.950 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.958 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.962 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.966 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.973 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.977 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.981 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.990 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:30.994 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:30.998 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:31.073 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:31.077 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:31.081 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:31.173 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:31.177 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:31.181 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:31.541 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:31.547 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:31.551 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:31.574 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:31.578 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:31.582 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:31.607 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:31.611 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:31.624 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:31.628 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:31.640 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:31.644 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:31.681 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:31.684 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:31.713 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:31.716 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:31.737 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:31.741 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:31.758 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:31.761 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:31.774 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:31.778 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:31.877 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:31.881 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:31.892 18893 29675 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:44:31.892 18893 29675 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:44:31.920 18893 19815 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:44:32.075 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:32.080 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:32.202 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:32.206 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:32.225 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:32.231 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:32.260 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:32.265 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:32.345 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:32.349 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:32.655 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:32.659 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:32.966 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:32.971 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:46.234 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 11:44:46.241 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 11:44:46.481 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 11:44:46.487 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 11:44:46.491 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 11:44:46.526 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.527 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.527 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.527 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.528 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.528 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.528 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.529 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.529 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.530 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.530 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:44:46.559 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:46.565 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:46.568 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:46.600 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:46.605 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:46.607 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:46.632 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:46.639 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:46.643 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:46.683 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:46.688 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:46.691 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:47.165 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:47.172 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:47.177 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:47.669 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:47.683 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:47.688 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:47.804 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:47.810 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:47.813 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:47.870 18893 18893 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 11:44:47.870 18893 18893 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 11:44:48.025 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:48.031 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:48.050 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:48.055 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:48.166 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:48.171 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:48.233 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:48.239 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:48.672 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:48.681 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:49.062 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:49.067 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:49.084 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:49.089 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:49.101 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:49.106 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:49.118 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:49.123 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:49.134 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:49.139 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:49.151 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:49.156 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:49.170 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:49.176 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:49.185 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:49.191 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:49.201 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:49.207 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:49.218 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:49.223 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:49.234 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:49.239 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:49.251 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:49.256 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:49.301 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:49.306 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:49.469 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:49.475 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:49.972 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:49.983 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:50.471 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:50.477 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:50.975 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:50.987 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:51.475 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:51.488 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:51.789 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:51.795 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:52.290 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:52.301 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:52.794 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:52.807 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:53.295 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:53.307 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:53.796 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:53.805 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:54.297 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:54.306 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:54.798 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:54.806 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:55.295 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:55.301 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:55.432 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:55.438 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:55.462 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:55.470 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:55.964 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:55.973 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:56.180 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:56.187 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:56.208 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:56.214 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:56.239 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:56.245 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:56.272 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:56.278 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:56.300 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:56.306 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:56.321 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:56.329 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:56.345 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:56.350 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:56.362 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:56.367 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:56.379 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:56.385 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:56.395 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:56.402 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:44:56.667 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:56.676 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:56.689 18893 29675 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:44:56.690 18893 29675 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:44:56.713 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:56.721 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:56.722 18893 18907 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:44:57.190 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:57.196 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:57.219 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:57.227 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:57.735 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:44:57.750 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:58.236 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:44:58.246 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:58.738 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:44:58.747 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:59.238 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:44:59.256 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:44:59.740 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:44:59.749 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:00.241 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:00.251 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:00.741 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:00.751 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:01.237 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:01.244 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:01.743 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:01.759 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:02.243 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:02.260 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:02.744 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:02.754 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:03.245 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:03.255 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:03.746 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:03.757 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:04.247 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:04.259 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:04.747 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:04.763 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:05.248 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:05.258 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:05.749 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:05.758 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:06.250 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:06.261 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:06.751 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:06.761 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:07.251 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:07.268 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:07.752 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:07.762 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:08.253 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:08.263 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:08.754 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:08.763 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:09.254 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:09.268 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:09.755 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:09.771 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:10.256 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:10.266 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:10.757 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:10.766 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:11.258 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:11.268 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:11.758 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:11.770 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:12.259 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:12.274 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:12.699 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:12.705 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:12.721 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:12.728 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:12.754 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:12.760 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:12.957 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:12.962 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:13.041 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:13.046 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:13.286 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:13.292 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:13.679 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:13.690 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:14.731 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 11:45:14.738 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 11:45:14.893 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 11:45:14.896 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 11:45:14.899 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 11:45:14.924 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:14.925 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:14.926 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:14.926 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:14.927 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:14.955 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:14.958 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:14.961 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:14.988 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:14.992 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:14.995 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:15.018 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:15.021 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:15.025 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:15.064 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:15.068 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:15.072 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:15.542 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:15.547 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:15.551 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:15.633 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:15.637 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:15.640 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:15.691 18893 18893 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 11:45:15.691 18893 18893 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 11:45:15.839 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:15.844 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:15.848 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:15.945 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:15.948 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:15.975 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:16.089 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:16.093 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:16.096 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:16.118 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:16.122 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:16.125 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:16.629 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:16.636 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:16.647 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:17.126 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:17.131 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:17.135 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:17.161 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.165 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:17.171 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.187 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.191 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:17.196 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.240 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.245 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:17.250 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.262 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.266 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:17.271 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.282 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.288 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:17.293 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.307 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.311 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:17.316 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.329 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.334 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:17.339 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:17.395 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:17.401 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:17.406 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:17.629 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:17.633 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:17.637 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:17.779 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:17.783 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:17.787 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:18.030 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:18.034 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:18.038 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:18.533 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:18.543 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:18.548 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:18.714 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:18.719 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:18.723 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:18.745 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:18.749 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:18.753 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:18.781 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:18.785 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:18.820 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:18.824 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:18.840 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:18.843 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:18.864 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:18.867 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:18.880 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:18.884 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:18.897 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:18.900 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:18.914 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:18.917 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:18.930 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:18.934 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:19.084 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:19.087 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:19.097 18893 29675 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:45:19.098 18893 29675 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:45:19.124 18893 19815 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:45:19.248 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:19.252 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:19.309 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:19.314 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:19.331 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:19.337 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:19.401 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:19.405 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:19.421 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:19.424 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:19.734 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:19.738 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:19.749 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:19.753 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:19.799 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:19.803 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:20.073 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:20.076 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:20.471 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:20.476 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:22.440 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 11:45:22.447 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 11:45:22.709 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 11:45:22.712 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 11:45:22.715 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 11:45:22.747 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:22.748 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:22.748 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:22.749 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:22.750 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:22.750 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:22.751 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:22.752 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:45:22.779 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:22.782 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:22.785 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:22.820 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:22.823 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:22.826 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:22.848 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:22.851 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:22.855 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:22.892 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:22.896 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:22.898 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:23.371 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:23.376 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:23.381 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:23.894 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:23.901 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:23.906 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:24.374 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:24.379 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:24.382 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:24.897 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:24.903 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:24.913 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:25.324 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:25.328 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:25.330 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:25.391 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:25.397 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:25.401 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:25.405 18893 18893 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 11:45:25.405 18893 18893 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 11:45:25.549 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:25.554 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:25.560 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:25.576 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:25.582 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:25.586 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:25.741 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:25.746 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:25.750 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:25.896 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:25.912 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:25.917 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:26.394 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:26.408 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:26.414 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:26.630 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:26.635 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:26.640 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:26.659 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.664 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.669 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.676 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.681 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.684 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.692 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.697 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.701 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.709 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.715 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.719 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.726 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.731 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.734 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.746 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.751 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.755 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.776 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.781 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.785 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.792 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.797 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.801 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.809 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.814 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.818 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:26.831 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:26.837 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:26.841 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:26.859 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:26.864 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:26.868 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:26.942 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:26.948 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:26.952 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:27.026 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:27.032 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:27.037 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:27.076 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:27.081 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:27.085 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:27.160 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:27.167 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:27.171 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:27.260 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:27.265 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:27.269 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:27.495 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:27.500 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:27.504 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:27.996 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:28.003 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.007 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:28.161 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:28.167 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:28.170 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:28.328 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.333 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:28.337 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.478 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.484 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.489 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.612 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.618 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.622 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.646 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.650 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.654 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.662 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.667 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.671 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.679 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.684 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.688 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.696 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.701 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.704 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.712 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.717 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.720 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.729 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.734 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.737 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.746 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.750 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.754 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.762 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.769 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.772 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.781 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.786 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.790 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.797 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.805 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.808 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.817 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.821 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.824 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.831 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.836 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.839 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.847 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.851 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.855 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.863 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.868 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.871 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:28.880 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:28.885 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:28.889 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:28.897 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:28.901 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:28.905 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:28.923 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.928 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:28.932 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.970 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:28.974 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:29.023 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:29.029 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:29.057 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:29.061 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:29.083 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:29.087 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:29.096 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:29.101 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:29.113 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:29.118 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:29.183 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:29.189 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:29.199 18893 29675 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:45:29.199 18893 29675 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:45:29.229 18893 21900 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:45:29.431 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:29.437 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:29.909 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:29.914 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:29.937 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:29.942 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:30.451 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:30.464 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:30.957 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:30.961 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:30.983 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:45:30.988 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:45:31.003 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:31.007 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:31.099 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:45:31.104 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:45:31.359 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:45:31.363 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:45:31.786 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:45:31.791 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:00.445 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 11:46:00.479 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x279
01-28 11:46:00.523 18893 18893 W Activity: Can request only one set of permissions
at a time
01-28 11:46:01.501 18893 18893 E RecyclerView: No adapter attached; skipping layout
01-28 11:46:01.574 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.574 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.575 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.575 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.576 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.576 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.577 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.577 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.577 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.578 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.578 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.578 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.578 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.579 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.579 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.579 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.580 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.580 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.580 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.581 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.581 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.581 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.582 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.582 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.582 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.583 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.583 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.583 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.584 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.584 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.584 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.585 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.585 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.586 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.587 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.587 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.588 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.588 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.589 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.589 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.590 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.590 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.591 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.591 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.592 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.592 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.593 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.593 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.593 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.593 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.594 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.594 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.594 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.595 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.596 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.597 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:01.610 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
01-28 11:46:01.673 18893 18893 E RecyclerView: No adapter attached; skipping layout
01-28 11:46:04.490 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 11:46:04.497 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 11:46:04.668 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 11:46:04.672 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 11:46:04.675 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 11:46:04.706 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:04.707 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:04.707 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:04.708 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:04.709 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:04.740 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:04.745 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:04.747 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:04.776 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:04.779 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:04.782 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:04.799 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:04.803 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:04.806 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:04.842 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:04.845 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:04.849 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:05.328 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:05.332 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:05.337 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:05.832 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:05.838 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:05.843 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:06.181 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:06.186 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:06.189 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:06.262 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:06.266 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:06.270 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:06.381 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:06.385 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:06.387 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:06.776 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:06.782 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:06.786 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:07.395 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 11:46:07.402 18893 18893 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 11:46:07.585 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 11:46:07.588 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 11:46:07.591 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 11:46:07.616 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:07.617 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:07.617 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:07.618 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:07.618 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:07.619 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:07.619 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:07.620 18893 18893 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:46:07.650 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:07.653 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:07.656 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:07.683 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:07.687 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:07.690 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:07.707 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:46:07.711 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:07.714 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:46:07.748 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:07.752 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:07.755 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:08.232 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:08.237 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:08.241 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:08.733 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:08.737 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:08.741 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:09.010 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:09.014 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.017 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:09.077 18893 18893 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 11:46:09.077 18893 18893 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 11:46:09.223 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.228 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:09.234 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.250 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.255 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:09.258 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.417 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.422 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:09.426 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.754 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.765 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:09.774 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.979 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:09.985 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:09.989 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:10.007 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.011 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.015 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.034 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.038 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.042 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.051 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.056 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.059 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.068 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.072 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.076 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.087 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.092 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.096 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.118 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.122 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.126 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.134 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.138 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.142 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.151 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.156 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.160 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.171 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:10.176 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:10.180 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:10.368 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:10.373 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:46:10.378 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:10.536 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:10.542 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.548 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:10.757 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.762 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.765 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:10.821 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:10.825 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:46:10.829 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:10.881 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.885 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:10.889 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.901 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.906 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:10.910 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.921 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.925 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:10.929 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.943 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.947 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:10.950 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.963 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.967 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:10.971 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.983 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:10.987 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:10.992 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.003 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.007 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:11.011 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.022 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.027 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:11.031 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.043 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.049 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:11.053 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.066 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.070 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:11.075 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.107 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:11.112 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:11.118 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:11.617 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:11.625 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.629 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:11.703 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:11.707 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:46:11.712 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:11.743 18893 18893 E--------- beginning of main
01-28 11:46:11.747 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:11.751 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.794 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:11.798 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:11.821 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:11.826 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.886 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:11.890 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:11.915 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:11.920 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:11.943 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:11.948 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:11.956 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:11.961 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:46:12.192 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:12.196 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:12.206 18893 29675 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:46:12.206 18893 29675 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:46:12.222 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:12.227 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:12.242 18893 18907 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:46:12.288 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:12.294 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:12.310 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:12.314 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:12.723 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:12.727 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:13.226 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:13.234 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:13.307 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:13.311 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:46:13.347 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:13.352 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:13.609 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:46:13.613 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:13.707 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:46:13.711 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:46:13.764 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:46:13.767 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:13.964 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:46:13.969 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:46:14.325 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:46:14.330 18893 18893 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:46:27.292 31154 31154 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 11:46:27.476 31154 31154 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 11:46:27.480 31154 31154 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 11:46:27.480 31154 31154 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 11:46:27.480 31154 31154 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 11:46:27.480 31154 31154 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 11:46:27.480 31154 31154 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 11:46:27.480 31154 31154 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 11:46:27.480 31154 31154 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 11:46:27.480 31154 31154 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 11:46:27.480 31154 31154 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 11:46:27.480 31154 31154 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 11:46:27.480 31154 31154 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 11:46:27.480 31154 31154 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 11:46:27.480 31154 31154 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 11:46:27.480 31154 31154 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 11:46:27.480 31154 31154 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 11:46:27.480 31154 31154 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 11:46:27.480 31154 31154 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 11:46:27.480 31154 31154 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 11:46:27.480 31154 31154 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 11:46:27.480 31154 31154 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 11:46:27.480 31154 31154 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 11:46:27.480 31154 31154 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 11:46:27.498 31154 31154 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-28 11:46:28.081 31154 31154 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 11:46:28.081 31154 31154 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 11:46:28.417 31154 31201 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 11:46:28.417 31154 31201 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 11:46:28.417 31154 31201 W com.whatsapp: and incorrect proguard
optimizations.
01-28 11:46:45.078 31154 31174 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=56349a10-a549-4d4a-8763-0efe16d9bdf5 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/25947757_1128825471397011_2085073611869875144_n.enc?ccb=11-
4&oh=01_AdS8gtxNM9jIUWiGlACKL4-VXzMtCvGzl4LSLn18ZFpKXw&oe=65DE030A&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=zz8Nzx2rZHVCaZmQhGkS5veK4MvRUQIinHdvQ8L8EVE= file_path=Media/WhatsApp
Stickers/STK-20240128-WA0012.webp file_size=76356 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1706376441000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/25947757_1128825471397011_2085073611869875144_n.enc?ccb=11-
4&oh=01_AdS8gtxNM9jIUWiGlACKL4-
VXzMtCvGzl4LSLn18ZFpKXw&oe=65DE030A&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=image/webp partial_media_enc_hash=null width=64
original_file_hash=null has_streaming_sidecar=0 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=879 multicast_id=null
enc_file_hash=HoK7UUp3W1hUIxPgnQ7lSOJ6/G/RuqxYIpCfntum8Os= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=76356
media_name=null media_duration=0 chat_row_id=127 media_key=[B@2582767
01-28 11:50:33.938 31154 31198 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 11:50:33.938 31154 31198 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 11:54:35.107 31154 31154 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 11:54:35.394 31154 31154 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 11:54:36.092 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 11:54:36.137 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x275
01-28 11:54:36.235 31154 31154 W Activity: Can request only one set of permissions
at a time
01-28 11:54:36.268 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 11:54:36.268 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 11:54:36.268 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 11:54:36.268 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 11:54:36.269 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 11:54:36.269 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 11:54:36.269 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 11:54:36.269 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 11:54:36.399 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 11:54:36.399 31154 3274 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 11:54:37.405 31154 31154 E RecyclerView: No adapter attached; skipping layout
01-28 11:54:37.545 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.546 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.546 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.546 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.547 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.548 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.548 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.548 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.548 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.548 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.549 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.550 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.550 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.550 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.550 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.551 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.551 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.551 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.551 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.551 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.552 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.552 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.552 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.552 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.553 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.553 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.553 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.553 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.553 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.554 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.554 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.554 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.554 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.555 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.555 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.555 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.555 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.556 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.556 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.556 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.556 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.557 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.557 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.557 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.557 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.558 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.558 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.558 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.558 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.559 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.559 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.559 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.559 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.559 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.560 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.560 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.562 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:37.634 31154 31154 E RecyclerView: No adapter attached; skipping layout
01-28 11:54:37.656 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
01-28 11:54:37.891 31154 3359 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 11:54:38.173 31154 31154 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 11:54:42.535 31154 3418 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 11:54:42.535 31154 3418 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 11:54:42.859 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 11:54:42.869 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 11:54:43.304 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 11:54:43.314 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 11:54:43.318 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 11:54:43.366 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:43.367 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:43.368 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:43.369 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:43.369 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:43.370 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:43.372 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:54:43.418 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:43.422 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:43.425 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:43.459 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:43.465 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:43.469 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:43.498 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:43.505 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:43.510 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:43.566 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:43.576 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:43.579 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:44.041 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:44.047 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:44.051 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:44.542 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:44.547 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:44.551 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:45.043 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:45.048 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:45.052 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:45.548 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:45.558 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:45.569 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:46.050 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:46.064 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:46.069 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:46.551 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:46.559 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:46.568 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:47.068 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:47.082 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:47.090 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:47.576 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:47.582 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:47.587 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:48.067 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:48.081 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:48.086 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:48.335 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:48.340 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:48.344 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:48.468 31154 31154 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 11:54:48.468 31154 31154 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 11:54:48.552 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:48.560 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:48.565 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:48.581 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:48.587 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:48.591 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:48.697 31154 31162 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 11:54:48.721 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:48.731 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:48.735 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:48.752 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:48.758 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:48.762 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:48.916 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:48.925 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:48.928 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:49.084 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:49.096 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:49.101 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:49.588 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:49.599 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:49.604 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:50.089 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:50.103 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:50.108 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:50.590 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:50.601 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:50.608 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:51.091 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:51.101 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:51.110 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:51.592 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:51.602 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:51.611 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:52.089 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:52.095 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:52.099 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:52.593 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:52.607 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:52.611 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:53.094 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:53.110 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.115 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:53.463 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:53.470 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.475 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:53.494 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.500 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:53.505 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.523 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.528 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:53.533 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.541 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.548 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:53.552 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.572 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.579 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:53.583 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.593 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.600 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:53.604 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.623 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.629 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:53.634 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.656 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.664 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:53.668 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.690 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.698 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:53.702 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:53.806 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:53.814 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:53.818 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:53.923 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:53.929 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:53.934 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:54.391 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:54.397 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:54.401 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:54.893 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:54.905 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:54.911 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:55.176 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:55.182 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:55.187 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:55.211 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:55.217 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:55.221 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:55.257 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:55.263 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:55.300 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:55.305 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:55.335 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:55.340 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:55.361 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:55.366 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:55.375 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:55.381 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:55.392 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:55.398 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:55.710 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:55.717 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:55.748 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:54:55.757 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:55.777 31154 3284 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:54:55.777 31154 3284 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:54:55.833 31154 31561 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:54:56.065 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:56.071 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:54:56.096 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:54:56.104 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:56.211 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:56.225 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:56.711 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:56.719 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:54:57.014 31154 31154 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 11:54:57.054 31154 31154 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 87997639
01-28 11:54:57.212 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:54:57.219 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:54:57.532 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:54:57.541 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:46.772 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 11:58:46.789 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 11:58:46.948 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:46.956 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:46.961 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:47.083 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:47.094 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:47.099 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:47.199 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:47.206 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:47.212 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:47.681 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:47.688 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:47.692 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:48.181 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:48.186 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:48.190 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:48.682 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:48.690 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:48.694 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:49.067 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:49.072 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:49.075 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:49.151 31154 31154 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 11:58:49.151 31154 31154 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 11:58:49.183 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:49.188 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:49.191 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:49.419 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:49.425 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:49.451 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:49.625 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:49.632 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:49.636 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:49.689 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:49.695 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:49.700 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:49.720 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:49.727 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:49.730 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:50.234 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.241 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:50.245 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.427 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:50.433 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.438 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:50.462 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.468 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.473 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.491 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.497 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.502 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.547 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.553 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.557 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.568 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.575 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.580 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.590 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.597 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.601 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.622 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.628 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.632 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.648 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.656 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.661 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.736 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:50.741 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:50.745 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:51.237 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:51.243 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:51.247 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:51.303 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:51.309 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:51.314 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:51.472 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:51.484 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:51.488 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:51.538 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:51.544 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:51.549 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:51.720 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:51.727 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:51.730 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:52.224 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:52.234 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:52.240 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:52.389 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:52.395 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:52.399 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:52.639 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:52.644 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:52.648 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:53.124 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:53.129 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:53.134 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:53.273 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:53.279 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:53.283 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:53.524 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:53.529 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:53.534 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:53.841 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:53.848 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:53.853 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:54.008 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:54.014 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:54.019 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:54.074 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:54.080 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:54.085 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:54.208 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:54.213 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:54.217 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:54.577 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:54.585 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:54.589 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:54.609 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:54.615 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:54.618 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:54.652 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:54.657 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:54.667 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:54.673 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:54.724 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:54.729 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:54.748 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:54.753 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:54.775 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:54.780 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:54.792 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:54.797 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:54.808 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:54.813 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:54.995 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:55.000 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:55.009 31154 4134 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:58:55.009 31154 4134 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:58:55.036 31154 31168 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:58:55.109 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:55.116 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:55.456 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:55.462 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:55.483 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:55.488 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:55.513 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:55.518 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:55.563 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:55.567 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:55.612 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:55.616 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:55.909 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:55.916 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:56.315 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:56.323 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:58.596 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 11:58:58.603 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 11:58:58.766 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 11:58:58.769 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 11:58:58.772 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 11:58:58.798 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:58:58.799 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:58:58.799 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:58:58.800 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:58:58.801 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 11:58:58.829 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:58.833 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:58.836 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:58.863 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:58.867 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:58.869 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:58:58.890 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:58.894 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:58.897 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:58.934 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:58.938 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:58.942 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:59.416 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:59.421 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:58:59.425 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:58:59.458 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:59.461 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:58:59.465 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:58:59.515 31154 31154 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 11:58:59.515 31154 31154 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 11:58:59.665 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:59.671 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:59.675 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:59.689 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:59.693 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:59.698 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:59.866 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:59.871 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:59.874 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:59.916 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:58:59.920 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:58:59.924 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:00.327 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:00.331 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.335 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:00.356 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.360 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.365 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.384 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.389 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.395 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.405 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.410 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.414 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.434 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.438 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.442 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.453 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.459 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.465 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.484 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.488 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.492 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.501 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.506 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.511 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.534 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.538 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.542 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.584 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:00.588 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:00.593 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:00.651 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:00.655 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:00.659 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:00.801 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.805 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:00.809 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:00.985 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:00.989 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:00.993 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:01.085 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:01.089 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:01.093 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:01.219 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:01.223 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:01.228 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:01.737 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:01.743 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:01.748 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:01.819 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:01.823 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:01.827 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:01.986 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:01.991 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:01.996 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:02.488 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:02.494 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:02.503 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:02.989 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:02.995 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:02.998 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:03.022 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:03.026 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:03.030 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:03.373 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:03.378 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:03.382 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:03.405 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:03.410 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:03.415 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:03.446 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:03.451 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:03.509 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:03.513 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:03.548 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:03.551 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:03.577 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:03.581 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:03.590 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:03.596 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:03.606 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:03.611 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:03.906 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:03.911 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:03.943 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:03.947 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:03.958 31154 4134 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:59:03.958 31154 4134 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:59:03.993 31154 31561 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:59:03.996 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:04.001 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:04.026 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:04.030 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:04.406 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:04.411 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:04.912 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:04.921 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:05.412 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:05.420 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:05.864 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:05.869 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:05.893 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:05.897 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:05.909 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:05.914 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:05.926 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:05.930 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:05.942 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:05.946 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:05.959 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:05.962 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:05.978 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:05.981 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:05.992 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:05.996 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:06.009 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:06.013 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:06.026 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:06.030 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:06.042 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:06.046 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:06.059 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:06.063 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:06.209 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:06.213 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:06.227 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:06.230 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:06.326 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:06.330 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:06.510 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:06.514 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:06.778 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:06.781 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:06.911 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:06.915 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:07.078 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:07.083 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:07.361 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:07.365 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:07.545 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:07.549 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:07.561 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:07.565 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:07.712 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:07.717 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:08.062 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:08.069 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:08.567 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:08.576 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:09.067 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.073 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:09.365 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.371 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:09.386 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:09.391 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:09.399 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:09.403 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.415 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:09.419 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:09.431 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.435 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:09.448 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:09.452 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:09.465 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:09.469 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:09.482 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:09.486 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:09.499 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:09.503 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:09.516 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:09.521 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.534 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:09.541 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:09.549 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.555 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:09.566 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:09.571 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:09.582 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:09.587 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:09.598 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:09.602 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:09.615 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:09.620 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:09.632 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:09.635 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.648 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:09.652 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:09.665 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.670 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:09.682 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:09.688 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:09.700 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:09.705 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:09.716 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:09.720 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:09.734 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:09.739 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:09.749 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:09.753 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.765 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:09.770 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:09.901 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:09.907 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:10.166 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:10.171 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:10.192 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:10.195 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:10.226 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:10.230 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:10.283 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:10.287 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:10.314 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:10.318 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:10.339 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:10.343 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:10.351 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:10.354 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:10.366 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:10.369 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:10.382 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:10.386 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:10.452 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:10.456 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:10.465 31154 4134 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 11:59:10.465 31154 4134 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 11:59:10.496 31154 2821 W MediaPlayerNative: info/warning (10973, 0)
01-28 11:59:10.685 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:10.689 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:10.872 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:10.876 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:10.905 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:10.910 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:11.200 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:11.205 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:11.705 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:11.713 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:12.206 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:12.213 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:12.708 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:12.718 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:13.209 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:13.219 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:13.486 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:13.491 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:13.508 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:13.513 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:13.706 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:13.711 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:14.211 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:14.217 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 11:59:14.712 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 11:59:14.719 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 11:59:15.193 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:15.198 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 11:59:15.208 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:15.212 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:15.278 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:15.282 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:15.498 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 11:59:15.502 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 11:59:15.879 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 11:59:15.884 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:02:56.755 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 12:02:56.763 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 12:02:57.218 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 12:02:57.226 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 12:02:57.274 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.275 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.275 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.276 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.278 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.278 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.279 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.279 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.280 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.280 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.281 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.282 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.282 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.283 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.283 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.284 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.284 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.285 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.286 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:57.342 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:02:57.346 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:02:57.381 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:02:57.385 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:02:57.436 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:02:57.442 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:02:57.921 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:02:57.930 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:02:58.424 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:02:58.432 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:02:58.536 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:02:58.541 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:02:58.723 31154 31154 W TabLayout: MODE_SCROLLABLE + GRAVITY_FILL is not
supported, GRAVITY_START will be used instead
01-28 12:02:58.813 31154 31154 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 12:02:59.048 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{6b0c7dd VF.D..CL. ......ID 0,0-180,180 #7f0b1814
app:id/shutter} during layout: running second layout pass
01-28 12:02:59.048 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{8189f52 V.ED..... ......ID 0,0-180,180 #7f0b14fc
app:id/recording_progress} during layout: running second layout pass
01-28 12:02:59.048 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{e730223 VF.D..C.. ......ID 0,0-135,135 #7f0b1976
app:id/switch_camera_btn} during layout: running second layout pass
01-28 12:02:59.048 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{bb0c320 VFED..C.. ......ID 0,0-135,135 #7f0b0b0d
app:id/gallery_btn} during layout: running second layout pass
01-28 12:02:59.048 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{7704d9 VF.D..C.. ......ID 0,0-135,135 #7f0b0a9c
app:id/flash_btn} during layout: running second layout pass
01-28 12:02:59.048 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{efd5e9e VFED..C.. ......ID 0,0-135,135 #7f0b057f
app:id/close_camera_btn} during layout: running second layout pass
01-28 12:02:59.048 31154 31154 W View : requestLayout() improperly called by
X.4Ki{e99d7f V.ED..... ......ID 0,6-1080,141} during layout: running second layout
pass
01-28 12:02:59.087 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:59.090 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:02:59.094 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:02:59.098 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:02:59.151 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{6b0c7dd VF.D..CL. ......ID 450,1691-630,1871 #7f0b1814
app:id/shutter aid=1073741861} during layout: running second layout pass
01-28 12:02:59.151 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{8189f52 V.ED..... ......ID 450,1691-630,1871
#7f0b14fc app:id/recording_progress} during layout: running second layout pass
01-28 12:02:59.151 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{e730223 VF.D..C.. ......ID 921,1712-1056,1847 #7f0b1976
app:id/switch_camera_btn aid=1073741862} during layout: running second layout pass
01-28 12:02:59.151 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{bb0c320 VFED..C.. ......ID 24,1712-159,1847 #7f0b0b0d
app:id/gallery_btn aid=1073741863} during layout: running second layout pass
01-28 12:02:59.151 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{7704d9 VF.D..C.. ......I. 921,24-1056,159 #7f0b0a9c
app:id/flash_btn aid=1073741864} during layout: running second layout pass
01-28 12:02:59.151 31154 31154 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{efd5e9e VFED..C.. ......I. 24,24-159,159 #7f0b057f
app:id/close_camera_btn aid=1073741865} during layout: running second layout pass
01-28 12:02:59.163 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:02:59.169 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:02:59.579 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:02:59.584 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:00.179 31154 3201 E FrameEvents: updateAcquireFence: Did not find
frame.
01-28 12:03:00.591 31154 31154 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 12:03:00.615 31154 31154 E RecyclerView: No adapter attached; skipping layout
01-28 12:03:00.627 31154 31154 E RecyclerView: No adapter attached; skipping layout
01-28 12:03:01.062 31154 31164 W System : A resource failed to call
CursorWrapperInner.close.
01-28 12:03:03.923 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:03.924 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:03.925 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
--------- beginning of system
01-28 12:03:03.982 31154 31154 W ViewRootImpl@184fc59[MediaComposerActivity]:
Dropping event (paused for transition):MotionEvent { action=ACTION_DOWN,
actionButton=0, id[0]=0, x[0]=114.893616, y[0]=1604.3337,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=27365683,
downTime=27365683, deviceId=3, source=0x1002, displayId=0, eventId=432732508 }
01-28 12:03:03.982 31154 31154 E ViewRootImpl@184fc59[MediaComposerActivity]:
mStopped=false mHasWindowFocus=true mPausedForTransition=true
01-28 12:03:03.992 31154 31154 W ViewRootImpl@184fc59[MediaComposerActivity]:
Dropping event (paused for transition):MotionEvent { action=ACTION_MOVE,
actionButton=0, id[0]=0, x[0]=114.893616, y[0]=1604.3337,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=27365692,
downTime=27365683, deviceId=3, source=0x1002, displayId=0, eventId=249641860 }
01-28 12:03:03.992 31154 31154 E ViewRootImpl@184fc59[MediaComposerActivity]:
mStopped=false mHasWindowFocus=true mPausedForTransition=true
01-28 12:03:04.059 31154 31154 W ViewRootImpl@184fc59[MediaComposerActivity]:
Dropping event (paused for transition):MotionEvent { action=ACTION_MOVE,
actionButton=0, id[0]=0, x[0]=114.893616, y[0]=1604.3337,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=27365767,
downTime=27365683, deviceId=3, source=0x1002, displayId=0, eventId=117510646 }
01-28 12:03:04.059 31154 31154 E ViewRootImpl@184fc59[MediaComposerActivity]:
mStopped=false mHasWindowFocus=true mPausedForTransition=true
01-28 12:03:04.064 31154 31154 W ViewRootImpl@184fc59[MediaComposerActivity]:
Cancelling event (paused for transition):MotionEvent { action=ACTION_CANCEL,
actionButton=0, id[0]=0, x[0]=114.893616, y[0]=1604.3337,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=27365775,
downTime=27365683, deviceId=3, source=0x1002, displayId=0, eventId=673108424 }
01-28 12:03:04.064 31154 31154 E ViewRootImpl@184fc59[MediaComposerActivity]:
mStopped=false mHasWindowFocus=true mPausedForTransition=true
01-28 12:03:04.064 31154 31154 W ViewRootImpl@184fc59[MediaComposerActivity]:
Cancelling event (paused for transition):MotionEvent { action=ACTION_CANCEL,
actionButton=0, id[0]=0, x[0]=114.893616, y[0]=1604.3337,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=27365775,
downTime=27365683, deviceId=3, source=0x1002, displayId=0, eventId=673108424 }
01-28 12:03:04.064 31154 31154 E ViewRootImpl@184fc59[MediaComposerActivity]:
mStopped=false mHasWindowFocus=true mPausedForTransition=true
01-28 12:03:04.064 31154 31154 W ViewRootImpl@184fc59[MediaComposerActivity]:
Cancelling event (paused for transition):MotionEvent { action=ACTION_CANCEL,
actionButton=0, id[0]=0, x[0]=114.893616, y[0]=1604.3337,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=27365775,
downTime=27365683, deviceId=3, source=0x1002, displayId=0, eventId=673108424 }
01-28 12:03:04.064 31154 31154 E ViewRootImpl@184fc59[MediaComposerActivity]:
mStopped=false mHasWindowFocus=true mPausedForTransition=true
01-28 12:03:04.065 31154 31154 W ViewRootImpl@184fc59[MediaComposerActivity]:
Cancelling event (paused for transition):MotionEvent { action=ACTION_CANCEL,
actionButton=0, id[0]=0, x[0]=114.893616, y[0]=1604.3337,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=27365775,
downTime=27365683, deviceId=3, source=0x1002, displayId=0, eventId=673108424 }
01-28 12:03:04.065 31154 31154 E ViewRootImpl@184fc59[MediaComposerActivity]:
mStopped=false mHasWindowFocus=true mPausedForTransition=true
01-28 12:03:05.407 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 12:03:05.416 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 12:03:05.487 31154 31164 W System : A resource failed to call
HardwareBuffer.close.
01-28 12:03:05.655 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:05.661 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:05.776 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:05.782 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:05.831 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:05.837 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:05.912 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:05.918 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:06.116 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:06.121 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:06.223 31154 31154 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 12:03:06.381 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:06.388 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:06.882 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:06.889 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:07.382 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:07.388 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:07.883 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:07.889 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:08.384 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:08.391 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:08.885 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:08.890 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:09.386 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:09.392 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:09.888 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:09.893 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:09.928 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:09.934 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:10.009 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:10.020 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:10.364 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:10.369 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=4a0552d6-1217-405c-8ea2-4ffa8aa6f4cf transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=1.3404255
is_animated_sticker=0 file_hash=null
file_path=/data/user/0/com.whatsapp/files/.Shared/5c90b7c3-058d-4cca-8d65-
31b32a5b0d65.jpg file_size=2190516 partial_media_hash=null face_x=0 face_y=0
height=4000 trim_to=0 media_key_timestamp=0 message_url=null media_caption=null
trim_from=0 mime_type=null partial_media_enc_hash=null width=3000
original_file_hash=4RdFIk3KAcha+zTMpSwJI5B05lkhC09BJSQi6f17iv8=
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=890 multicast_id=null enc_file_hash=null mute_video=0 page_count=0
first_scan_sidecar=null suspicious_content=0 file_length=2190516
media_name=5c90b7c3-058d-4cca-8d65-31b32a5b0d65.jpg media_duration=0
chat_row_id=121 media_key=null
01-28 12:03:13.457 31154 31198 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 12:03:13.457 31154 31198 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 12:03:13.736 31154 8957 W System : ClassLoader referenced unknown path:
01-28 12:03:13.768 31154 8957 W com.whatsapp: ClassLoaderContext type mismatch.
expected=PCL, found=DLC (PCL[] |
DLC[];PCL[/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk*2898611840:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/
com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes2.dex*582363862:/data/app/
~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!
classes3.dex*3969303300:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes4.dex*1138905225:/data/app/
~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!
classes5.dex*1597569023:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes6.dex*2093298036:/data/app/
~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!
classes7.dex*3819718928:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes8.dex*321686265]{PCL[/system/framework/
org.apache.http.legacy.jar*3951777098]})
01-28 12:03:13.873 31154 8962 E chromium:
[0128/120313.873525:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .whatsapp.com
01-28 12:03:13.873 31154 8962 E chromium:
[0128/120313.873886:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .cdninstagram.com
01-28 12:03:13.873 31154 8962 E chromium:
[0128/120313.873962:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .fbcdn.net
01-28 12:03:13.874 31154 8962 E chromium:
[0128/120313.873997:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .facebook.com
01-28 12:03:13.874 31154 8962 E chromium:
[0128/120313.874029:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .instagram.com
01-28 12:03:13.874 31154 8962 E chromium:
[0128/120313.874063:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .whatsapp.net
01-28 12:03:20.068 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 12:03:20.075 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 12:03:20.321 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 12:03:20.326 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 12:03:20.396 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.396 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.397 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.397 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.398 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.398 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.398 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.399 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.400 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.400 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.400 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.401 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.401 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.402 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.402 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.403 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.403 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.405 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.405 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:20.459 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:20.464 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:20.552 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:20.557 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:20.626 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:20.630 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:20.653 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:20.659 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:21.104 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:21.110 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:21.610 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:21.618 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:22.128 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:22.137 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:22.175 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:22.180 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:22.223 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:22.228 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:22.343 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:22.347 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:22.720 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:22.727 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:25.804 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 12:03:25.839 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x279
01-28 12:03:25.897 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 12:03:25.897 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 12:03:25.897 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 12:03:25.898 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 12:03:25.898 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 12:03:25.899 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 12:03:25.899 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 12:03:25.899 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 12:03:25.917 31154 31154 W Activity: Can request only one set of permissions
at a time
01-28 12:03:26.249 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 12:03:26.249 31154 9024 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 12:03:26.661 31154 31154 E RecyclerView: No adapter attached; skipping layout
01-28 12:03:26.726 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.726 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.727 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.727 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.728 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.728 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.729 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.729 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.730 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.730 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.731 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.732 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.732 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.733 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.733 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.734 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.734 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.735 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.735 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.735 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.735 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.736 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.736 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.737 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.737 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.737 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.737 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.738 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.738 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.738 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.739 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.739 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.739 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.740 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.740 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.741 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.741 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.741 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.741 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.742 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.742 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.743 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.744 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.744 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.745 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.746 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.746 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.747 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.748 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.749 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.749 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.750 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.750 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.750 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.751 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.751 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.752 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:26.764 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
01-28 12:03:26.813 31154 31154 E RecyclerView: No adapter attached; skipping layout
01-28 12:03:28.053 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 12:03:28.060 31154 31154 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 12:03:28.297 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 12:03:28.301 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 12:03:28.329 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.330 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.330 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.331 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.331 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.331 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.332 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.332 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.333 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.333 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.334 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.334 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.334 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.334 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.335 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.335 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.335 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.336 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.337 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:28.367 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:28.373 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.420 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.426 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:28.447 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.452 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:28.495 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.501 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:28.512 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:28.516 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.532 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:28.536 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:28.548 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.553 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:28.565 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:28.569 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.581 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:28.586 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:28.598 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:28.603 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:28.615 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.620 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:28.632 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:28.636 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.648 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:28.653 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:28.665 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.670 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:28.681 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:28.686 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.698 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:28.703 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:28.715 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:28.720 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:28.732 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.737 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:28.748 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:28.753 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.765 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:28.770 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:28.782 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.787 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:28.811 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:28.816 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.837 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:28.842 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:28.853 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.858 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:28.865 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:28.870 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:28.882 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:28.887 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:28.899 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.903 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:28.916 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:28.920 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.932 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:28.938 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=4a0552d6-1217-405c-8ea2-4ffa8aa6f4cf transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7118-
24/20120149_1216415153076895_2331584419555309990_n.enc?ccb=11-
4&oh=01_AdRizRePfgFC6VEx0sDLlaHtScP8PDbOVULPWEiYNfM49Q&oe=65DE10EF&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.3404255 is_animated_sticker=0
file_hash=otSzbggXOuezLeTy0zx8t5iIXvokcC1EpvIeQHpiASU= file_path=Media/WhatsApp
Images/Sent/IMG-20240128-WA0013.jpg file_size=2190516
partial_media_hash=vgpEun//sJdwTvjwprIK9ibeI6yhqGfW1tCmq4IM3Wk= face_x=0 face_y=0
height=4000 trim_to=0 media_key_timestamp=1706464993553
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/20120149_1216415153076895_2331584419555309990_n.enc?ccb=11-
4&oh=01_AdRizRePfgFC6VEx0sDLlaHtScP8PDbOVULPWEiYNfM49Q&oe=65DE10EF&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=null partial_media_enc_hash=null
width=3000 original_file_hash=4RdFIk3KAcha+zTMpSwJI5B05lkhC09BJSQi6f17iv8=
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=890 multicast_id=null
enc_file_hash=Zom1dp8jHEKRUwuFGxsoWLv0NorvbsiIYeQnngGwO0Y= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2190516
media_name=5c90b7c3-058d-4cca-8d65-31b32a5b0d65.jpg media_duration=0
chat_row_id=121 media_key=[B@1a4fb9b
01-28 12:03:28.947 31154 31198 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 12:03:28.947 31154 31198 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 12:03:28.950 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:28.956 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:28.978 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:28.984 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:29.000 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:29.006 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:29.262 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:29.266 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:29.290 31154 8546 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 12:03:29.290 31154 8546 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 12:03:29.302 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:29.308 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:29.335 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:29.341 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:29.353 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:29.361 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:29.372 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:29.379 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:29.394 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:29.403 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:29.414 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:29.420 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:29.422 31154 31561 W MediaPlayerNative: info/warning (10973, 0)
01-28 12:03:29.429 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:29.436 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:29.450 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:29.456 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:29.485 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:29.491 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:29.504 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:29.510 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:29.733 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:29.739 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:29.801 31154 31154 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 12:03:29.801 31154 31154 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 12:03:30.018 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:30.022 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:30.095 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:30.101 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:30.118 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:30.126 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:30.303 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:30.313 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:30.530 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:30.536 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:30.574 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:30.581 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:30.698 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:30.706 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:30.732 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:30.738 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:31.021 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:31.026 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:31.086 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:31.093 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:31.379 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:31.384 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:31.567 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:31.573 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:31.609 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 12:03:31.657 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:31.663 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:31.669 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:31.701 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:31.750 31154 31154 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 12:03:31.750 31154 31154 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 12:03:31.808 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:31.814 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:31.863 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:31.906 31154 31154 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 12:03:31.911 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:31.920 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:31.957 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:32.022 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:32.028 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:32.063 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:33.777 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:33.781 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:33.821 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:33.827 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:34.942 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:34.950 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:34.999 31154 31154 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:03:35.052 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:35.058 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:35.255 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:35.260 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:35.690 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:35.697 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:35.715 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:35.720 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:35.733 31154 8546 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 12:03:35.734 31154 8546 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 12:03:35.760 31154 8781 W MediaPlayerNative: info/warning (10973, 0)
01-28 12:03:36.132 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:36.137 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:36.165 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:36.170 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:36.180 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:36.185 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:36.696 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:36.705 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:37.201 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:37.209 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:37.701 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:37.710 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:38.202 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:38.212 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:38.703 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:38.713 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:39.204 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:39.213 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:39.642 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:39.646 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:39.667 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:39.673 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:39.699 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:39.704 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:40.203 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:40.212 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:40.706 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:40.721 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:41.207 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:41.216 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:41.708 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:41.719 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:42.209 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:42.217 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:42.710 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:42.718 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:43.211 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:43.225 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:03:43.710 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:43.721 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:44.212 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:44.220 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:44.712 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:44.721 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:45.211 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
0--------- beginning of main
01-28 12:03:45.222 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:03:45.712 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:03:45.721 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:03:46.159 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:46.164 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:03:46.726 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:03:46.733 31154 31154 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:03:50.141 9171 9171 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 12:03:50.315 9171 9171 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 12:03:50.318 9171 9171 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 12:03:50.318 9171 9171 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 12:03:50.318 9171 9171 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 12:03:50.318 9171 9171 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 12:03:50.318 9171 9171 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 12:03:50.318 9171 9171 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 12:03:50.318 9171 9171 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 12:03:50.318 9171 9171 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 12:03:50.318 9171 9171 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 12:03:50.318 9171 9171 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 12:03:50.318 9171 9171 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 12:03:50.318 9171 9171 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 12:03:50.318 9171 9171 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 12:03:50.318 9171 9171 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 12:03:50.318 9171 9171 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 12:03:50.318 9171 9171 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 12:03:50.318 9171 9171 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:03:50.318 9171 9171 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 12:03:50.318 9171 9171 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 12:03:50.318 9171 9171 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 12:03:50.318 9171 9171 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 12:03:50.318 9171 9171 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 12:03:50.331 9171 9171 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-28 12:03:50.837 9171 9171 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 12:03:50.837 9171 9171 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 12:03:51.245 9171 9226 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 12:03:51.245 9171 9226 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 12:03:51.245 9171 9226 W com.whatsapp: and incorrect proguard
optimizations.
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b965c958-99f0-4302-8c7f-affbbbf33447 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32698509_794581209353849_3731525641761044013_n.enc?ccb=11-
4&oh=01_AdSR0SX5SU15PFawD6WemYTIHnQb-gByQskTCpgBhJ8rUw&oe=65DE128D&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=sMXM07Dhzb162VVLYQ7UAT+WVbGAg4JKSTQ5l/RNFn4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706465040000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32698509_794581209353849_3731525641761044013_n.enc?ccb=11-
4&oh=01_AdSR0SX5SU15PFawD6WemYTIHnQb-
gByQskTCpgBhJ8rUw&oe=65DE128D&_nc_sid=5e03e0&mms3=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=891 multicast_id=null
enc_file_hash=jWQMfRZQOW+z9uZXtGpKOrKbQgYBud5Ja+bZDB4q+vE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=6277416
media_name=null media_duration=30 chat_row_id=119 media_key=[B@e15b3c2
01-28 12:14:26.862 9171 9223 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 12:14:26.862 9171 9223 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 12:14:28.685 9171 9223 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=57b65620-4569-4ddb-8681-92a84fe31c5e transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30697258_940323017616944_1518947891748247180_n.enc?ccb=11-
4&oh=01_AdTk8CGjLmVMufZji66UYK-Vfe_i677qnVencYcnMqIGpA&oe=65DE15E7&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=2mScWtItiV1XifDPmkgLN3DhSYcpMJC6uUt0rO/f7fI= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706465085000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30697258_940323017616944_1518947891748247180_n.enc?ccb=11-
4&oh=01_AdTk8CGjLmVMufZji66UYK-Vfe_i677qnVencYcnMq--------- beginning of main
01-28 12:42:45.881 22129 22129 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 12:42:46.159 22129 22129 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 12:42:46.161 22129 22129 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 12:42:46.161 22129 22129 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 12:42:46.161 22129 22129 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 12:42:46.161 22129 22129 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 12:42:46.161 22129 22129 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 12:42:46.161 22129 22129 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 12:42:46.161 22129 22129 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 12:42:46.161 22129 22129 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 12:42:46.161 22129 22129 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 12:42:46.161 22129 22129 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 12:42:46.161 22129 22129 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 12:42:46.161 22129 22129 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 12:42:46.161 22129 22129 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 12:42:46.161 22129 22129 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 12:42:46.161 22129 22129 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 12:42:46.161 22129 22129 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 12:42:46.161 22129 22129 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:42:46.161 22129 22129 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 12:42:46.162 22129 22129 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 12:42:46.162 22129 22129 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 12:42:46.162 22129 22129 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 12:42:46.162 22129 22129 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 12:42:46.200 22129 22129 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-28 12:42:46.756 22129 22129 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 12:42:46.756 22129 22129 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 12:42:46.983 22129 22245 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 12:42:46.983 22129 22245 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 12:42:46.983 22129 22245 W com.whatsapp: and incorrect proguard
optimizations.
01-28 12:42:46.990 22129 22129 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 12:42:47.200 22129 22129 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 12:42:47.691 22129 22129 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 12:42:47.732 22129 22129 E ArmVmp : Match on catch block at 0x0a in for
0x269
01-28 12:42:47.810 22129 22129 W Activity: Can request only one set of permissions
at a time
01-28 12:42:47.902 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 12:42:47.903 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 12:42:47.903 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 12:42:47.903 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 12:42:47.903 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 12:42:47.903 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 12:42:47.903 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 12:42:47.903 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 12:42:48.085 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 12:42:48.085 22129 22272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 12:42:48.954 22129 22129 E RecyclerView: No adapter attached; skipping layout
01-28 12:42:49.089 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.089 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.090 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.090 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.091 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.092 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.092 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.093 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.093 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.093 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.094 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.094 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.095 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.095 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.095 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.096 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.096 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.097 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.097 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.098 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.098 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.099 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.099 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.100 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.100 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.100 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.101 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.101 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.101 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.102 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.102 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.102 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.102 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.102 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.102 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.103 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.103 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.103 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.103 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.104 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.104 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.105 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.105 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.106 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.106 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.107 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.108 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.109 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.109 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.110 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.110 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.111 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.111 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.112 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.113 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.113 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.116 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:49.185 22129 22129 E RecyclerView: No adapter attached; skipping layout
01-28 12:42:49.202 22129 22129 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
01-28 12:42:49.486 22129 22206 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 12:42:49.577 22129 22359 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 12:42:49.854 22129 22129 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 12:42:53.136 22129 22392 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 12:42:53.136 22129 22392 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 12:42:53.454 22129 22129 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 12:42:53.464 22129 22129 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 12:42:53.734 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 12:42:53.739 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 12:42:53.742 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 12:42:53.784 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:53.784 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:53.785 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:53.785 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:53.786 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:53.787 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:53.788 22129 22129 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 12:42:53.835 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:42:53.838 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:42:53.841 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:42:53.874 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:42:53.878 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:42:53.882 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:42:53.940 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:42:53.944 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:42:53.948 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:42:54.451 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:42:54.455 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:42:54.485 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:42:54.996 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:55.000 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:55.004 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:55.502 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:55.513 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:55.519 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:56.013 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:56.019 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:56.023 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:56.383 22129 22153 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 12:42:56.499 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:42:56.503 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:42:56.508 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:42:57.019 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:57.027 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:57.033 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:57.522 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:42:57.529 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:57.538 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:42:58.021 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:42:58.029 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:42:58.037 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:42:58.513 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:58.516 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:58.519 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:58.621 22129 22129 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 12:42:58.621 22129 22129 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 12:42:58.714 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:58.718 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:58.722 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:42:58.806 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:42:58.810 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:42:58.814 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:42:58.831 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:58.838 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:42:58.843 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:59.027 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:59.032 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:42:59.062 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:59.212 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:59.216 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:42:59.220 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:59.371 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:59.378 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:42:59.383 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:42:59.875 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:42:59.887 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:42:59.898 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:00.376 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:00.386 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:00.395 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:00.877 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:00.885 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:00.893 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:01.378 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:01.385 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:01.394 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:01.879 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:01.888 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:01.894 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:02.379 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:02.393 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:02.398 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:02.880 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:02.888 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:02.898 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:03.382 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:03.391 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:03.404 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:03.882 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:03.891 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:03.899 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:04.383 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:04.391 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:04.401 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:04.883 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:04.897 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:04.902 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:05.384 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:05.393 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:05.403 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:05.885 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:05.893 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:05.900 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:06.386 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:06.395 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:06.406 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:06.882 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:06.887 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:06.891 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:07.386 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:07.399 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:07.404 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:07.884 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:07.891 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:07.896 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:08.384 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:08.393 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:08.397 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:08.885 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:08.891 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:08.895 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:09.389 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:09.397 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:09.405 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:09.886 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:09.893 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:09.897 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:10.389 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:10.398 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:10.408 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:10.891 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:10.903 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:10.913 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:11.388 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:11.396 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:11.400 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:11.473 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:43:11.479 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:11.484 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:43:13.461 22129 22129 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 12:43:13.461 22129 22129 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 12:43:13.557 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.563 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.568 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.587 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.595 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.606 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.627 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.635 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.644 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.661 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.678 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.689 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.725 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.733 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.737 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.763 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.768 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.773 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.792 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.796 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.802 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.825 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.829 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.834 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.858 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.862 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.866 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.875 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.880 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.884 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.908 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.913 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:13.917 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.992 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:13.997 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:14.001 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:14.210 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:14.219 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:14.225 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:14.243 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:14.249 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:14.253 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:14.267 22129 22129 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
01-28 12:43:14.460 22129 22129 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 12:43:14.460 22129 22129 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 12:43:14.493 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:14.505 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:14.511 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:14.545 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:14.553 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:14.559 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:14.604 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:14.609 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:14.615 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:14.629 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:14.635 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:14.642 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:14.993 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:14.998 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:15.002 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:15.494 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:15.502 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:15.507 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:15.995 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:16.001 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:43:16.005 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:16.496 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:16.502 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:43:16.510 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:16.572 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:16.577 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:16.589 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:16.614 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:16.619 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:16.629 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:16.998 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:17.004 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:17.017 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:17.497 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:17.501 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:17.505 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:17.600 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:17.603 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:17.607 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:17.833 22129 22129 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 12:43:17.833 22129 22129 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 12:43:18.047 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:18.051 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:18.082 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:18.228 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:18.234 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:18.238 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:18.277 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:18.282 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:43:18.286 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:43:18.433 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:43:18.438 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:43:18.442 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:43:18.499 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:43:18.504 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:43:18.508 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:43:19.003 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:19.013 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:19.021 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:19.504 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:19.515 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:19.520 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:43:19.735 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:43:19.741 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:43:19.745 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:43:21.203 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:21.206 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:21.209 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:21.222 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:21.229 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:21.233 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:21.784 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:21.790 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:43:21.793 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b9cc2197-43ca-4f86-ab05-2983de212a56 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/29510196_1556594178430456_3564312848430258653_n.enc?ccb=11-
4&oh=01_AdSgBzHjxMCYlt33EbwE48kossNxn0vKZ5peestjRHfA_g&oe=65DE069D&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=AAY55eG/JDcsdnlaj+M7HFFcUllBfNWR70l8qZb072g= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706467374000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/29510196_1556594178430456_3564312848430258653_n.enc?ccb=11-
4&oh=01_AdSgBzHjxMCYlt33EbwE48kossNxn0vKZ5peestjRHfA_g&oe=65DE069D&_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=895 multicast_id=null
enc_file_hash=4lo61moS+WEw7YIHFJelwsMr0AkLDjZ74SQ/grSm5ac= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1452624
media_name=null media_duration=13 chat_row_id=119 media_key=[B@dc98d25
01-28 12:43:30.622 22129 22242 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 12:43:30.622 22129 22242 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 12:45:07.525 22129 22129 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 12:45:07.533 22129 22129 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 12:45:07.631 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:07.636 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:07.693 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:07.698 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:07.766 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:07.770 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:08.252 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:08.256 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:08.757 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:08.763 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:09.253 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:09.258 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:09.759 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:09.772 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:09.965 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:09.969 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:10.079 22129 22129 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 12:45:10.079 22129 22129 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 12:45:10.204 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:10.210 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:10.256 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:10.260 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:10.276 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:10.281 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:10.456 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:10.461 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:10.677 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:10.684 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:11.194 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:11.205 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:11.723 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:11.729 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:12.210 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:12.220 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:12.709 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:12.714 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:12.751 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:12.756 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:12.774 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:12.778 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:12.786 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:12.791 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:12.799 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:12.803 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:12.812 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:12.816 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:12.825 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:12.829 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:12.842 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:12.846 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:12.861 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:12.865 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:12.875 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:12.880 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:12.909 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:12.913 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:12.925 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:12.930 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:12.945 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:12.949 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:13.059 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:13.065 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:13.193 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:13.198 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:13.327 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:13.333 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:13.677 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:13.681 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:14.111 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:14.116 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:14.345 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:14.350 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:14.515 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:14.520 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:14.531 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:14.535 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:14.695 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:14.700 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:14.866 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:14.871 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:15.055 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:15.059 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:15.069 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:15.074 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:15.083 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:15.087 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:15.096 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:15.100 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:15.113 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:15.117 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:15.130 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:15.133 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:15.146 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:15.149 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:15.162 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:15.166 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:15.179 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:15.183 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:15.196 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:15.199 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:15.212 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:15.216 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:15.229 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:15.233 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:15.246 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:15.250 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:15.263 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:15.267 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:15.363 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:15.367 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:15.564 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:15.568 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:16.068 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:16.076 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:16.565 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:16.571 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:17.070 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:17.077 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:17.569 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:17.580 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:18.068 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:18.073 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:18.183 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 12:45:18.188 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:18.204 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:18.208 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:18.568 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:18.573 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:19.074 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 12:45:19.081 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 12:45:19.235 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:19.240 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 12:45:19.352 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:19.357 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 12:45:19.603 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 12:45:19.607 22129 22129 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 12:45:30.277 22129 22129 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 12:45:30.277 22129 22129 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 12:45:30.413 22129 22129 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 12:45:30.413 22129 22129 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 12:45:30.456 22129 22129 E RecyclerView: No adapter attached; skipping layout
01-28 12:45:30.458 22129 22129 E RecyclerView: No adapter attached; skipping layout
01-28 12:45:30.468 22129 23466 W AudioCapabilities: Unsupported mime audio/x-ima
01-28 12:45:30.468 22129 23466 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-28 12:45:30.469 22129 23466 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-28 12:45:30.469 22129 23466 W VideoCapabilities: Unsupported mime video/wvc1
01-28 12:45:30.470 22129 23466 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-28 12:45:30.491 22129 23466 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
01-28 12:45:30.577 22129 23472 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 12:45:30.598 22129 23472 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 12:45:30.599 22129 23472 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 12:45:30.623 22129 23472 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 12:45:30.623 22129 23472 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:30.624 22129 23472 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 12:45:30.624 22129 23472 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 12:45:30.836 22129 23487 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 12:45:30.836 22129 23487 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 12:45:30.855 22129 23487 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 12:45:30.855 22129 23487 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 12:45:30.855 22129 23487 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:31.089 22129 23466 W AudioTrack: getTimestamp_l(1472): retrograde
timestamp time corrected, 28458978665412 < 28459149217335
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=b9cc2197-43ca-4f86-ab05-2983de212a56 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/29510196_1556594178430456_3564312848430258653_n.enc?ccb=11-
4&oh=01_AdSgBzHjxMCYlt33EbwE48kossNxn0vKZ5peestjRHfA_g&oe=65DE069D&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=AAY55eG/JDcsdnlaj+M7HFFcUllBfNWR70l8qZb072g=
file_path=Media/.Statuses/4dbd54ce26d94d988a71ab36e28a0fc7.mp4 file_size=1452624
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706467374000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/29510196_1556594178430456_3564312848430258653_n.enc?ccb=11-
4&oh=01_AdSgBzHjxMCYlt33EbwE48kossNxn0vKZ5peestjRHfA_g&oe=65DE069D&_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=895 multicast_id=null
enc_file_hash=4lo61moS+WEw7YIHFJelwsMr0AkLDjZ74SQ/grSm5ac= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1452624
media_name=null media_duration=13 chat_row_id=119 media_key=[B@dc98d25
01-28 12:45:31.409 22129 22242 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 12:45:31.409 22129 22242 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b965c958-99f0-4302-8c7f-affbbbf33447 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32698509_794581209353849_3731525641761044013_n.enc?ccb=11-
4&oh=01_AdSR0SX5SU15PFawD6WemYTIHnQb-gByQskTCpgBhJ8rUw&oe=65DE128D&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=sMXM07Dhzb162VVLYQ7UAT+WVbGAg4JKSTQ5l/RNFn4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706465040000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32698509_794581209353849_3731525641761044013_n.enc?ccb=11-
4&oh=01_AdSR0SX5SU15PFawD6WemYTIHnQb-
gByQskTCpgBhJ8rUw&oe=65DE128D&_nc_sid=5e03e0&mms3=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=891 multicast_id=null
enc_file_hash=jWQMfRZQOW+z9uZXtGpKOrKbQgYBud5Ja+bZDB4q+vE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=6277416
media_name=null media_duration=30 chat_row_id=119 media_key=[B@f63b65c
01-28 12:45:31.471 22129 22242 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 12:45:31.471 22129 22242 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 12:45:32.230 22129 23471 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 12:45:32.230 22129 23471 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:32.230 22129 23471 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 12:45:32.237 22129 23487 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 12:45:32.237 22129 23487 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 12:45:32.237 22129 23487 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:32.264 22129 22129 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 12:45:32.265 22129 22129 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 12:45:33.030 22129 23524 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 12:45:33.036 22129 23524 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 12:45:33.036 22129 23524 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 12:45:33.057 22129 23524 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 12:45:33.057 22129 23524 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:33.057 22129 23524 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 12:45:33.058 22129 23524 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 12:45:33.120 22129 23533 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 12:45:33.120 22129 23533 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 12:45:33.126 22129 23533 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 12:45:33.126 22129 23533 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 12:45:33.126 22129 23533 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:33.868 22129 23523 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 12:45:33.868 22129 23523 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:33.868 22129 23523 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 12:45:33.873 22129 23533 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 12:45:33.873 22129 23533 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 12:45:33.873 22129 23533 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:33.887 22129 22129 E RecyclerView: No adapter attached; skipping layout
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b965c958-99f0-4302-8c7f-affbbbf33447 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32698509_794581209353849_3731525641761044013_n.enc?ccb=11-
4&oh=01_AdSR0SX5SU15PFawD6WemYTIHnQb-gByQskTCpgBhJ8rUw&oe=65DE128D&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=sMXM07Dhzb162VVLYQ7UAT+WVbGAg4JKSTQ5l/RNFn4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706465040000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32698509_794581209353849_3731525641761044013_n.enc?ccb=11-
4&oh=01_AdSR0SX5SU15PFawD6WemYTIHnQb-
gByQskTCpgBhJ8rUw&oe=65DE128D&_nc_sid=5e03e0&mms3=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=0
media_upload_handle=null message_row_id=891 multicast_id=null
enc_file_hash=jWQMfRZQOW+z9uZXtGpKOrKbQgYBud5Ja+bZDB4q+vE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=6277416
media_name=null media_duration=30 chat_row_id=119 media_key=[B@f63b65c
01-28 12:45:33.899 22129 22242 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 12:45:33.899 22129 22242 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b965c958-99f0-4302-8c7f-affbbbf33447 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32698509_794581209353849_3731525641761044013_n.enc?ccb=11-
4&oh=01_AdSR0SX5SU15PFawD6WemYTIHnQb-gByQskTCpgBhJ8rUw&oe=65DE128D&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=sMXM07Dhzb162VVLYQ7UAT+WVbGAg4JKSTQ5l/RNFn4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706465040000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32698509_794581209353849_3731525641761044013_n.enc?ccb=11-
4&oh=01_AdSR0SX5SU15PFawD6WemYTIHnQb-
gByQskTCpgBhJ8rUw&oe=65DE128D&_nc_sid=5e03e0&mms3=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=0
media_upload_handle=null message_row_id=891 multicast_id=null
enc_file_hash=jWQMfRZQOW+z9uZXtGpKOrKbQgYBud5Ja+bZDB4q+vE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=6277416
media_name=null media_duration=30 chat_row_id=119 media_key=[B@f63b65c
01-28 12:45:33.917 22129 22242 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 12:45:33.917 22129 22242 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 12:45:33.953 22129 23543 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 12:45:33.961 22129 23543 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 12:45:33.961 22129 23543 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 12:45:33.978 22129 23543 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 12:45:33.979 22129 23543 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:33.979 22129 23543 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 12:45:33.979 22129 23543 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 12:45:34.039 22129 23553 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 12:45:34.040 22129 23553 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 12:45:34.045 22129 23553 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 12:45:34.045 22129 23553 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 12:45:34.045 22129 23553 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:35.745 22129 23542 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 12:45:35.746 22129 23542 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:35.746 22129 23542 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 12:45:35.751 22129 23553 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 12:45:35.751 22129 23553 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 12:45:35.751 22129 23553 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=57b65620-4569-4ddb-8681-92a84fe31c5e transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30697258_940323017616944_1518947891748247180_n.enc?ccb=11-
4&oh=01_AdTk8CGjLmVMufZji66UYK-Vfe_i677qnVencYcnMqIGpA&oe=65DE15E7&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=2mScWtItiV1XifDPmkgLN3DhSYcpMJC6uUt0rO/f7fI= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706465085000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30697258_940323017616944_1518947891748247180_n.enc?ccb=11-
4&oh=01_AdTk8CGjLmVMufZji66UYK-
Vfe_i677qnVencYcnMqIGpA&oe=65DE15E7&_nc_sid=5e03e0&mms3=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=0
media_upload_handle=null message_row_id=892 multicast_id=null
enc_file_hash=ZHpwrNfZ4pzeP7XV1HsuUjbJsuMilG+5jK1t0mK+ijE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=6266100
media_name=null media_duration=30 chat_row_id=119 media_key=[B@5ab5f5b
01-28 12:45:37.060 22129 22242 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 12:45:37.060 22129 22242 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 12:45:37.118 22129 22242 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=57b65620-4569-4ddb-8681-92a84fe31c5e transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30697258_940323017616944_1518947891748247180_n.enc?ccb=11-
4&oh=01_AdTk8CGjLmVMufZji66UYK-Vfe_i677qnVencYcnMqIGpA&oe=65DE15E7&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=2mScWtItiV1XifDPmkgLN3DhSYcpMJC6uUt0rO/f7fI= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706465085000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30697258_940323017616944_1518947891748247180_n.enc?ccb=11-
4&oh=01_AdTk8CGjLmVMufZji66UYK-
Vfe_i677qnVencYcnMqIGpA&oe=65DE15E7&_nc_sid=5e03e0&mms3=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=0
media_upload_handle=null message_row_id=892 multicast_id=null
enc_file_hash=ZHpwrNfZ4pzeP7XV1HsuUjbJsuMilG+5jK1t0mK+ijE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=6266100
media_name=null media_duration=30 chat_row_id=119 media_key=[B@5ab5f5b
01-28 12:45:37.118 22129 22242 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 12:45:37.118 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 12:45:37.118 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 12:45:37.118 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 12:45:37.118 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 12:45:37.118 22129 22242 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteData---------
beginning of main
01-28 12:45:58.886 23927 23927 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 12:45:59.120 23927 23927 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 12:45:59.122 23927 23927 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 12:45:59.122 23927 23927 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 12:45:59.122 23927 23927 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 12:45:59.122 23927 23927 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 12:45:59.122 23927 23927 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 12:45:59.122 23927 23927 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 12:45:59.122 23927 23927 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 12:45:59.122 23927 23927 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 12:45:59.122 23927 23927 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 12:45:59.122 23927 23927 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 12:45:59.122 23927 23927 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 12:45:59.122 23927 23927 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 12:45:59.122 23927 23927 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 12:45:59.122 23927 23927 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 12:45:59.122 23927 23927 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 12:45:59.122 23927 23927 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 12:45:59.122 23927 23927 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 12:45:59.122 23927 23927 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 12:45:59.123 23927 23927 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 12:45:59.123 23927 23927 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 12:45:59.123 23927 23927 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 12:45:59.123 23927 23927 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 12:45:59.146 23927 23927 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-28 12:45:59.756 23927 23927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 12:45:59.756 23927 23927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 12:46:00.024 23927 24036 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 12:46:00.024 23927 24036 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 12:46:00.024 23927 24036 W com.whatsapp: and incorrect proguard
optimizations.
01-28 13:05:06.293 32196 32196 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 13:05:06.887 32196 32196 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 13:05:06.894 32196 32196 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 13:05:06.894 32196 32196 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 13:05:06.894 32196 32196 W --------- beginning of main
01-28 13:05:06.895 32196 32196 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 13:05:06.895 32196 32196 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 13:05:06.995 32196 32196 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-28 13:05:07.763 32196 32196 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 13:05:07.763 32196 32196 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 13:05:08.142 32196 32311 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 13:05:08.142 32196 32311 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 13:05:08.142 32196 32311 W com.whatsapp: and incorrect proguard
optimizations.
01-28 13:27:15.713 4094 4094 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 13:27:16.331 4094 4094 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 13:27:16.340 4094 4094 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 13:27:16.340 4094 4094 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 13:27:16.340 4094 4094 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 13:27:16.340 4094 4094 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 13:27:16.341 4094 4094 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 13:27:16.341 4094 4094 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 13:27:16.341 4094 4094 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 13:27:16.341 4094 4094 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 13:27:16.341 4094 4094 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 13:27:16.341 4094 4094 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 13:27:16.341 4094 4094 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 13:27:16.341 4094 4094 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 13:27:16.341 4094 4094 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 13:27:16.341 4094 4094 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 13:27:16.341 4094 4094 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 13:27:16.341 4094 4094 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 13:27:16.341 4094 4094 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 13:27:16.341 4094 4094 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 13:27:16.341 4094 4094 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 13:27:16.342 4094 4094 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 13:27:16.342 4094 4094 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 13:27:16.342 4094 4094 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 13:27:16.369 4094 4094 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-28 13:27:16.786 4094 4094 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 13:27:16.786 4094 4094 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 13:27:16.989 4094 4158 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 13:27:16.989 4094 4158 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 13:27:16.989 4094 4158 W com.whatsapp: and incorrect proguard
optimizations.
01-28 13:27:17.008 4094 4094 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 13:27:17.562 4094 4094 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 13:27:17.562 4094 4094 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 13:27:17.562 4094 4094 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=4f9ed351-a3ae-49d1-bd8d-f741ec11042d transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31079800_809571864343165_2836893188794259931_n.enc?ccb=11-
4&oh=01_AdS6NOBjcPFv1QUv-N60qnTEvtb-OSAc09x7LuweYy5R3Q&oe=65DE292E&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=b/iRUafJVLX9m33tAHu8heGbqzI5wvpeVY3sIG1hFZ8= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706469702000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31079800_809571864343165_2836893188794259931_n.enc?ccb=11-
4&oh=01_AdS6NOBjcPFv1QUv-N60qnTEvtb-
OSAc09x7LuweYy5R3Q&oe=65DE292E&_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=898 multicast_id=null
enc_file_hash=Gdv3apCPAIKSxtJa0ZDEwCXBl/T17wpDKzPoOQzMfAg= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2826026
media_name=null media_duration=30 chat_row_id=119 media_key=[B@fb84be7
01-28 13:27:19.427 4094 4155 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 13:27:19.427 4094 4155 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=ffea2e05-2756-4cd5-bc70-0511346d08c8 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/17685595_222797010902972_8427746473694101630_n.enc?ccb=11-
4&oh=01_AdQcxVRcRnR8VuyFFfkIb_qTW4BB6DboWW27Ng-KRh_EjQ&oe=65DE2D7F&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qYRoYVDjy6kvYLAnYs80imZvC22Y9AETfuKQvx8ZUns= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706469559000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/17685595_222797010902972_8427746473694101630_n.enc?ccb=11-
4&oh=01_AdQcxVRcRnR8VuyFFfkIb_qTW4BB6DboWW27Ng-
KRh_EjQ&oe=65DE2D7F&_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=897 multicast_id=null
enc_file_hash=q/ZvknxaFSONIbM+mrdelMCuFGxmGYHOjZb+FS7WojM= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1378308
media_name=null media_duration=13 chat_row_id=119 media_key=[B@a4eb348
01-28 13:27:20.122 4094 4155 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 13:27:20.122 4094 4155 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 13:27:28.741 4094 4094 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 13:27:28.741 4094 4094 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 13:27:32.624 4094 4369 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 13:27:32.624 4094 4369 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 13:27:33.066 4094 4094 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 13:27:33.077 4094 4094 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 13:27:33.328 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 13:27:33.333 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 13:27:33.369 4094 4094 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 13:27:33.369 4094 4094 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 13:27:33.370 4094 4094 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 13:27:33.372 4094 4094 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 13:27:33.428 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:33.433 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:33.582 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:33.586 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:33.596 4094 4094 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 13:27:33.607 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:33.611 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:33.622 4094 4094 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 209434175
01-28 13:27:33.626 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:33.630 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:33.640 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:33.645 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:33.662 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:33.666 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:33.677 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:33.681 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:33.690 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:33.694 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:33.702 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:33.707 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:33.715 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:33.719 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:33.730 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:33.735 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:33.747 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:33.753 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:33.764 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:33.769 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:33.780 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:33.785 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:33.797 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:33.802 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:33.813 4094 4094 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 13:27:33.813 4094 4094 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 13:27:33.823 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:33.828 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:33.841 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:33.846 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:33.855 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:33.860 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:33.868 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:33.875 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:33.884 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:33.890 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:33.901 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:33.907 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:33.914 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:33.920 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:33.933 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:33.942 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:33.955 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:33.961 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:33.972 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:33.977 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.014 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.019 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.034 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.040 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.054 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.060 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.070 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.077 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.087 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.093 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.101 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.107 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.116 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.123 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.131 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.138 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.148 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.155 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.166 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.171 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.183 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.188 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.199 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.205 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.214 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.220 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.231 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.235 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.248 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.252 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.265 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.269 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.281 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.285 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.298 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.304 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.315 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.319 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.331 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.336 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.348 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.354 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.365 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.369 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.382 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.387 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.398 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.404 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.415 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.420 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.449 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.453 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.466 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.470 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.482 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.488 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.498 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.502 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.515 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.519 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.533 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.537 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.549 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.553 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.565 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.568 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.582 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.585 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.598 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.603 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.615 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.618 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.632 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.636 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.649 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.652 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.665 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.669 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.682 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.685 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.698 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.702 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.715 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.718 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.732 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.735 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.748 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.752 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.765 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.768 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.782 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.785 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.798 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.802 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.816 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.820 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.832 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.836 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.849 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.853 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.866 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.871 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.883 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.888 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:34.900 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.905 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:34.916 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.920 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:34.933 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.938 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:34.950 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:34.954 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:34.966 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:34.971 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:35.068 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:35.075 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:35.350 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:35.354 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:35.374 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:35.379 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:35.389 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:35.394 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:35.402 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:35.407 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:35.417 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:35.421 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:35.433 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:35.437 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:35.450 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:35.454 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:35.466 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:35.470 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:35.483 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:35.488 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:35.500 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:35.505 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:35.517 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:35.522 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:35.534 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:35.538 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:35.551 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:35.557 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:35.567 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:35.573 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:35.584 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:35.590 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:35.601 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:35.606 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:35.617 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:35.623 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:35.641 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:35.646 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:35.662 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:35.667 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:35.677 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:35.682 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:35.947 4094 4094 W SoundPool: Use of stream types is deprecated for
operations other than volume control
01-28 13:27:35.948 4094 4094 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-28 13:27:35.963 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:35.967 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:36.000 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:36.004 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:36.031 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:36.035 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:36.050 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:36.055 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:36.067 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:36.071 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:36.116 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:36.120 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:36.140 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:36.143 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:36.152 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:36.156 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:36.167 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:36.171 4094 4094 E ArmV--------- beginning of main
01-28 13:27:36.184 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:36.188 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:36.320 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:36.324 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:36.340 4094 4386 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 13:27:36.340 4094 4386 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 13:27:36.487 4094 4110 W MediaPlayerNative: info/warning (10973, 0)
01-28 13:27:36.501 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:36.508 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:36.775 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:36.780 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:36.805 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:36.809 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:37.004 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:37.012 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:37.508 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:37.517 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:38.009 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:38.021 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 13:27:38.508 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:38.520 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:39.011 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:39.021 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:39.511 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:39.519 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:40.012 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:40.020 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 13:27:40.508 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:40.516 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:40.625 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:40.631 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 13:27:41.291 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 13:27:41.298 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 13:27:41.347 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 13:27:41.353 4094 4094 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 13:27:46.440 4094 4105 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 13:28:02.527 4511 4511 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 13:28:02.693 4511 4511 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 13:28:02.693 4511 4511 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 13:28:02.693 4511 4511 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 13:28:02.693 4511 4511 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 13:28:02.693 4511 4511 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 13:28:02.693 4511 4511 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 13:28:02.693 4511 4511 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 13:28:02.694 4511 4511 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 13:28:02.694 4511 4511 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 13:28:02.694 4511 4511 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 13:28:02.694 4511 4511 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 13:28:02.694 4511 4511 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 13:28:02.694 4511 4511 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 13:28:02.694 4511 4511 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 13:28:02.694 4511 4511 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 13:28:02.694 4511 4511 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 13:28:02.694 4511 4511 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 13:28:02.694 4511 4511 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 13:28:02.694 4511 4511 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 13:28:02.694 4511 4511 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 13:28:02.694 4511 4511 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 13:28:02.694 4511 4511 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 13:28:02.694 4511 4511 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 13:28:02.703 4511 4511 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-28 13:28:02.896 4511 4511 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 13:28:02.896 4511 4511 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 13:28:03.026 4511 4564 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 13:28:03.026 4511 4564 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 13:28:03.026 4511 4564 W com.whatsapp: and incorrect proguard
optimizations.
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=015320e1-3d73-48a7-8d44-1ef4ba7858b9 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32636404_908211980738726_5267245182660050888_n.enc?ccb=11-
4&oh=01_AdQWl_uVApGYWKyrFJhkomZSFPn9zn9Tl9sO6q01p7LDPA&oe=65DE28CD&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7560976 is_animated_sticker=0
file_hash=TZ+1c/Sjz3UXzlI/nZ5GlNsiRA2YenxqTvA4UdrgNW4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470241000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32636404_908211980738726_5267245182660050888_n.enc?ccb=11-
4&oh=01_AdQWl_uVApGYWKyrFJhkomZSFPn9zn9Tl9sO6q01p7LDPA&oe=65DE28CD&_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=913 multicast_id=null
enc_file_hash=HWQm0tzZyqvVVkz6VTtoH+Q1BiBVYjmtoEZqYuTPcaI= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=21251656
media_name=null media_duration=119 chat_row_id=133 media_key=[B@523b857
01-28 13:45:47.032 4511 4561 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 13:45:47.032 4511 4561 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:18:18.877 4511 4511 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 14:18:19.101 4511 4511 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 14:18:19.828 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 14:18:19.873 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x265
01-28 14:18:19.963 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 14:18:19.963 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 14:18:19.963 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 14:18:19.964 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 14:18:19.964 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 14:18:19.964 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 14:18:19.964 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 14:18:19.964 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 14:18:19.981 4511 4511 W Activity: Can request only one set of permissions
at a time
01-28 14:18:20.161 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 14:18:20.161 4511 10726 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 14:18:21.200 4511 4511 E RecyclerView: No adapter attached; skipping layout
01-28 14:18:21.341 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.342 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.342 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.342 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.343 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.343 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.344 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.344 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.344 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.344 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.345 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.345 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.345 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.345 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.346 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.346 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.346 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.347 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.347 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.347 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.347 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.347 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.348 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.348 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.348 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.348 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.349 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.349 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.349 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.350 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.350 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.350 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.351 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.351 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.351 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.352 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.352 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.352 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.352 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.353 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.353 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.353 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.353 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.354 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.354 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.354 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.355 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.355 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.355 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.355 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.356 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.356 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.356 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.357 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.357 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.359 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:21.433 4511 4511 E RecyclerView: No adapter attached; skipping layout
01-28 14:18:21.459 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x1a5
01-28 14:18:21.462 4511 10774 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 14:18:21.694 4511 10781 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 14:18:22.038 4511 4511 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=015320e1-3d73-48a7-8d44-1ef4ba7858b9 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32636404_908211980738726_5267245182660050888_n.enc?ccb=11-
4&oh=01_AdQWl_uVApGYWKyrFJhkomZSFPn9zn9Tl9sO6q01p7LDPA&oe=65DE28CD&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7560976 is_animated_sticker=0
file_hash=TZ+1c/Sjz3UXzlI/nZ5GlNsiRA2YenxqTvA4UdrgNW4= file_path=Media/WhatsApp
Video/VID-20240128-WA0014.mp4 file_size=21251656 partial_media_hash=null face_x=0
face_y=0 height=1024 trim_to=0 media_key_timestamp=1706470241000
message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32636404_908211980738726_5267245182660050888_n.enc?ccb=11-
4&oh=01_AdQWl_uVApGYWKyrFJhkomZSFPn9zn9Tl9sO6q01p7LDPA&oe=65DE28CD&_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=913 multicast_id=null
enc_file_hash=HWQm0tzZyqvVVkz6VTtoH+Q1BiBVYjmtoEZqYuTPcaI= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=21251656
media_name=null media_duration=119 chat_row_id=133 media_key=[B@523b857
01-28 14:18:33.057 4511 4561 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:18:33.057 4511 4561 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:18:43.420 4511 4511 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
--------- beginning of system
01-28 14:18:43.421 4511 4511 W ViewRootImpl@477f902[PopupWindow:fd3ba4d]:
Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE,
actionButton=0, id[0]=0, x[0]=546.01575, y[0]=430.08545,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=29760759,
downTime=29760750, deviceId=3, source=0x1002, displayId=0, eventId=330373653 }
01-28 14:18:43.421 4511 4511 E ViewRootImpl@477f902[PopupWindow:fd3ba4d]:
mStopped=false mHasWindowFocus=true mPausedForTransition=false
01-28 14:18:43.421 4511 4511 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 14:18:49.752 4511 10852 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 14:18:49.752 4511 10852 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 14:18:50.068 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 14:18:50.079 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 14:18:50.395 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 14:18:50.402 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 14:18:50.405 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 14:18:50.540 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:50.541 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:50.541 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:50.542 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:50.542 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:50.544 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:50.546 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:18:50.565 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:50.569 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:50.572 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:50.633 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:50.638 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:50.641 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:50.672 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:50.676 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:50.680 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:50.725 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:50.729 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:50.733 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:51.199 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:51.205 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:51.209 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:51.705 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:51.713 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:51.720 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:52.206 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:52.212 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:52.222 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:52.584 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:52.588 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:52.592 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:52.651 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:52.655 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:52.659 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:52.700 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:52.705 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:52.709 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:52.793 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:52.798 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:52.802 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:52.825 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:52.829 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:52.833 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:52.859 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:52.863 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:52.866 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:52.874 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:52.879 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:52.883 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:52.889 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:52.894 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:52.897 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:52.905 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:52.909 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:52.912 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:52.919 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:52.923 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:52.927 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:52.957 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:52.961 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:52.964 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:52.971 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:52.975 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:52.978 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:52.984 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:52.988 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:52.992 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:53.001 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:53.005 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:53.008 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:53.017 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:53.021 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:53.024 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:53.034 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.038 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.041 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.051 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:53.055 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.058 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:53.068 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:53.072 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:53.075 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:53.084 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.089 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.092 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.101 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:53.105 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.108 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:53.117 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:53.121 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:53.125 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:18:53.134 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:53.138 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:53.142 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:18:53.151 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.155 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.158 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.167 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.171 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.174 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.184 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.188 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.191 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.201 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.205 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.208 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.217 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.221 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.224 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.234 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.238 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.241 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.251 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.255 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.258 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.268 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.272 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:18:53.275 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.706 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:53.713 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:53.722 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:54.202 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:54.206 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:54.210 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:54.705 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:54.715 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:18:54.722 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:18:54.826 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:18:54.833 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:18:54.840 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:22:56.317 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 14:22:56.325 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 14:22:56.455 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:22:56.461 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:22:56.574 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:22:56.580 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:22:56.789 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:22:56.796 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:22:56.855 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:22:56.860 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:22:57.174 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:22:57.178 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:22:57.674 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:22:57.678 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:22:58.175 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:22:58.185 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:22:58.462 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:22:58.465 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:22:58.746 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:22:58.750 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:22:58.862 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:22:58.866 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:22:59.163 4511 4511 W AudioManager: Use of stream types is deprecated
for operations other than volume control
01-28 14:22:59.163 4511 4511 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 14:22:59.255 4511 11425 W AudioCapabilities: Unsupported mime audio/x-ima
01-28 14:22:59.255 4511 11425 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-28 14:22:59.255 4511 11425 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-28 14:22:59.256 4511 11425 W VideoCapabilities: Unsupported mime video/wvc1
01-28 14:22:59.257 4511 11425 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-28 14:22:59.265 4511 11425 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
01-28 14:22:59.349 4511 11429 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 14:22:59.362 4511 11429 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:22:59.363 4511 11429 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:22:59.402 4511 11429 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:22:59.402 4511 11429 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:22:59.402 4511 11429 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:22:59.402 4511 11429 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 14:22:59.520 4511 11442 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:22:59.520 4511 11442 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:22:59.532 4511 11442 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:22:59.532 4511 11442 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:22:59.532 4511 11442 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:22:59.628 4511 10647 E mali_winsys: Unrecognised Android dataspace
standard: 196608
01-28 14:22:59.734 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:22:59.738 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:22:59.739 4511 11425 W AudioTrack: getTimestamp_l(1522): retrograde
timestamp time corrected, 29948960398539 < 29949115133654
01-28 14:22:59.758 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:22:59.765 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:22:59.775 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:22:59.780 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:00.014 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:00.019 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:00.096 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:00.101 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:00.118 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:00.121 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:00.142 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:00.150 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:00.295 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:00.299 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:00.318 4511 11428 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:23:00.318 4511 11428 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:23:00.318 4511 11428 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:23:00.322 4511 11442 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:23:00.322 4511 11442 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:23:00.322 4511 11442 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:23:00.400 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:00.404 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:00.421 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:00.427 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:00.439 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:00.443 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:00.449 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:00.453 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:00.463 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:00.467 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:00.479 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:00.483 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:00.496 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:00.500 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:00.512 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:00.515 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:00.548 4511 4511 W TabLayout: MODE_SCROLLABLE + GRAVITY_FILL is not
supported, GRAVITY_START will be used instead
01-28 14:23:00.635 4511 4511 W View : requestLayout() improperly called by
androidx.recyclerview.widget.RecyclerView{da96f42 VFED..... ......ID 0,0-1080,640
#7f0b14c4 app:id/reactions_bottom_sheet_tab_recycler_view} during layout: running
second layout pass
01-28 14:23:00.635 4511 4511 W View : requestLayout() improperly called by
androidx.recyclerview.widget.RecyclerView{16ab53 VFED..... ......ID 1080,0-2160,640
#7f0b14c4 app:id/reactions_bottom_sheet_tab_recycler_view} during layout: running
second layout pass
01-28 14:23:00.669 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:00.670 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:00.673 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:00.677 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:00.692 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:00.698 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:00.723 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:00.726 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:01.511 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:01.515 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:01.545 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:01.552 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:01.599 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:01.603 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:01.988 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:01.991 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:02.115 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:02.120 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:02.241 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:02.427 4511 4521 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 14:23:04.155 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 14:23:04.162 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 14:23:04.427 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 14:23:04.433 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 14:23:04.436 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 14:23:04.473 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.473 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.473 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.474 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.474 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.474 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.474 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.475 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.475 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.475 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.475 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.475 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.476 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.476 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.476 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.476 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.476 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.477 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.477 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.478 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.478 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.479 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:04.517 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:04.522 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:04.525 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:04.558 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:04.563 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:04.566 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:04.588 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:04.594 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:04.596 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:04.630 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:04.634 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:04.638 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:05.119 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:05.126 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:05.131 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:05.625 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:05.633 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:05.643 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:06.130 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:06.138 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:06.148 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:06.624 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:06.629 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:06.632 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:06.840 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:06.845 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:06.848 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:06.906 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:06.911 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:06.914 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:07.286 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:07.291 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:07.294 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:07.337 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:07.341 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.345 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:07.691 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:07.697 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:07.700 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:07.712 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:07.718 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:07.721 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:07.733 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.739 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:07.744 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.752 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.757 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:07.761 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.767 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.773 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:07.776 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.783 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.788 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:07.792 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.798 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.803 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:07.806 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.813 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.818 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:07.821 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.828 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.833 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:07.837 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.844 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.849 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:07.852 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.859 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.865 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:07.868 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:07.893 4511 4511 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 14:23:07.893 4511 4511 W ViewRootImpl@e651b24[PopupWindow:f4967b7]:
Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE,
actionButton=0, id[0]=0, x[0]=726.32745, y[0]=-139.62305,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=29957263,
downTime=29957255, deviceId=3, source=0x1002, displayId=0, eventId=520832906 }
01-28 14:23:07.893 4511 4511 E ViewRootImpl@e651b24[PopupWindow:f4967b7]:
mStopped=false mHasWindowFocus=true mPausedForTransition=false
01-28 14:23:07.893 4511 4511 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 14:23:07.897 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:07.902 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:07.905 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:07.913 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:07.917 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:07.920 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:07.949 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:07.953 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:07.956 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:07.963 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:07.968 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:07.971 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:07.977 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:07.982 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:07.985 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:08.010 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:08.015 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:08.018 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:08.441 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:08.447 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:08.450 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:08.625 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:08.630 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:08.634 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:08.692 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:08.697 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:08.701 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:09.072 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:09.078 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:09.081 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:09.515 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:09.519 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:09.523 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:09.911 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:09.919 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:09.923 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:09.997 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:10.002 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:10.005 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:10.058 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:10.065 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:10.069 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:10.082 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:10.087 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:10.091 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:13.230 4511 4511 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 14:23:13.519 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:13.519 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:13.519 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:13.520 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:13.520 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:13.520 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:13.520 4511 4511 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:23:13.535 4511 4511 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:23:13.546 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:13.553 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:13.557 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:17.189 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:17.198 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:17.203 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:17.306 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:17.312 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:17.315 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:17.672 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:17.678 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:17.682 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:18.178 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:18.188 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:18.194 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:18.296 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:18.301 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:18.306 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:18.457 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:18.467 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:18.474 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:18.516 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:18.524 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:18.528 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:18.554 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:18.565 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:18.593 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:18.673 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:18.678 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:18.681 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:18.707 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:18.712 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:18.716 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:18.972 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:18.981 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:18.988 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:19.003 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:19.010 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:19.015 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:19.208 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:19.215 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:19.219 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:19.714 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:19.726 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:19.731 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:20.210 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:20.219 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:20.224 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:20.712 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:20.724 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:20.732 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:20.778 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:20.784 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:20.787 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:20.935 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:20.939 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:20.942 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:21.005 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:21.011 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:21.020 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:23.390 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:23.396 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:23.399 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:23.432 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:23.441 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:23.445 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:24.609 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:24.615 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:24.619 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:24.644 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:24.649 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:24.653 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:24.790 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:24.795 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:24.798 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:24.821 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:24.827 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:24.830 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:25.483 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:25.491 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:25.494 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:25.529 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:25.537 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:25.542 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.172 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:28.178 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.181 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:28.202 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.209 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.213 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.231 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.238 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.242 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.252 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.262 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.265 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.276 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.284 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.289 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.298 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.305 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.309 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.341 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.346 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.349 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.359 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.365 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.368 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.390 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:28.395 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.398 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:28.406 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:28.412 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.415 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:28.423 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:28.428 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.431 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:28.591 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.597 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.601 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.611 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.617 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.621 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.630 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.636 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.639 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.650 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.658 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.662 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.670 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.676 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.679 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.709 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:28.715 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:28.719 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:28.728 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:28.734 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:28.738 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:28.750 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:28.760 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:28.763 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:28.773 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:28.783 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:28.787 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:28.808 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.813 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.816 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.825 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.831 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.834 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.843 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.848 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.851 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.861 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.866 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.870 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.878 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.884 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.887 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.896 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.902 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.905 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.914 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.919 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.923 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.931 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.938 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.942 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.951 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.956 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:28.959 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:28.970 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.975 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.979 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.986 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:28.993 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:28.996 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.004 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.009 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.012 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.142 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.148 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.152 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.162 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.171 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.176 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.185 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.190 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.194 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.203 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.210 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.213 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.221 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.228 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.231 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.240 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.246 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.249 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.258 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.264 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.267 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.276 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.281 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.284 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.293 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.298 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:29.300 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:29.325 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:29.330 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:29.333 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:29.341 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:29.346 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:29.349 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:29.358 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:29.364 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:29.367 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:29.376 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.381 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.384 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.690 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.695 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.699 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.758 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.764 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.767 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.775 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.782 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.786 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.793 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.798 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.802 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.809 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.816 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.819 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.826 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.832 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.835 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.842 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.847 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.850 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.857 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.862 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.865 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.874 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.879 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.882 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.891 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.899 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.902 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.908 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.913 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.916 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.924 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.929 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.933 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.941 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.948 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.951 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.958 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.963 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.966 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.974 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.979 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:29.982 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.991 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:29.996 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:30.001 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:30.007 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:30.013 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:30.015 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:30.025 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:30.030 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:30.033 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:30.194 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:30.200 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:30.206 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:30.697 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:30.705 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:30.715 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:31.196 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:31.205 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:31.214 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:31.700 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:31.709 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:31.714 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:32.195 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:32.201 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:32.205 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:32.701 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:32.710 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:32.718 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:33.202 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:33.211 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:33.218 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:33.703 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:33.712 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:33.719 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:34.203 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:34.214 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:34.224 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:34.704 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:34.714 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:34.722 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:35.201 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:35.213 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:35.219 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:35.706 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:35.714 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:35.720 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:36.204 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:36.216 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:36.222 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:36.707 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:36.718 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:36.731 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:37.225 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:37.233 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:37.242 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:37.726 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:37.733 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:37.743 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:38.226 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:38.238 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:38.243 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:38.727 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:38.737 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:38.743 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:39.228 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:39.237 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:39.246 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:39.729 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:39.738 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:39.746 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:40.229 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:40.237 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:40.247 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:40.730 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:40.742 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:40.747 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:41.231 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:41.246 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:41.250 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:41.729 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:41.741 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:41.746 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:42.232 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:42.242 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:42.250 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:42.733 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:42.743 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:42.752 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:43.234 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:43.243 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:43.251 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:43.735 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:43.750 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:43.754 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:44.236 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:44.245 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:44.250 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:44.736 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:44.745 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:44.752 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:45.237 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:45.246 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:45.254 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:45.738 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:45.749 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:45.754 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:46.239 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:46.254 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:46.258 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:46.739 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:46.755 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:46.761 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:47.236 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:47.245 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:47.251 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:47.738 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:47.754 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:47.759 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:48.236 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:48.242 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:48.245 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:48.743 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:48.754 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:48.759 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:49.243 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:49.253 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:49.257 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:49.744 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:49.755 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:49.764 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:50.245 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:50.253 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:50.263 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:50.746 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:50.754 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:50.759 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:51.247 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:51.256 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:51.263 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:51.747 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:51.758 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:51.762 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:52.248 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:52.258 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:52.266 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:52.749 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:52.758 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:52.767 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:53.249 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:53.259 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:53.265 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:53.750 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:53.761 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:53.766 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.247 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.252 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.256 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.318 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.323 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.327 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.338 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.345 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.348 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.356 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.361 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.365 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.372 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.378 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.381 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.399 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.404 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.407 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.415 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.420 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.423 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.431 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.435 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.438 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.447 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.453 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.455 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.464 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.469 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.472 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.480 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.485 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.488 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.497 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.501 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.504 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.514 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.519 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.522 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.530 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.534 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.537 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.547 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.552 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.556 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.564 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.569 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.572 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.580 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.585 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.588 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.597 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.602 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.605 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.614 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.618 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.621 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.630 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.635 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.638 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.648 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.653 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.656 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.664 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.669 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.672 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.680 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.685 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.688 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.697 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.702 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.705 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.714 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.718 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.721 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.731 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.735 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.739 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.747 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.752 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.755 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.764 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.770 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.773 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.782 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.788 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.792 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.801 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.807 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.810 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.818 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.823 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.826 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.833 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.838 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.841 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.849 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.853 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.856 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.864 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.869 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.872 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.881 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.885 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.888 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.897 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.902 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.905 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.914 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.919 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.922 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:54.931 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.936 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.938 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:54.947 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.952 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.955 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:54.964 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.969 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:54.972 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:54.981 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.985 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:54.988 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:54.998 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.003 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.006 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.014 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.019 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.022 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.031 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.035 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.038 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.048 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.052 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.055 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.081 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.086 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.089 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.098 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.102 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.106 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.114 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.119 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.122 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.131 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.135 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.139 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.148 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.152 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.156 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.164 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.169 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.172 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.181 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.186 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.189 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.198 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.203 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.206 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.215 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.219 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.222 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.231 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.236 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.239 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.248 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.253 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.256 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.265 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.269 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.272 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.281 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.286 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.289 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.298 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.302 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.305 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.315 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.321 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.325 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.332 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.337 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.340 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.348 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.353 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.356 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.365 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.369 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.372 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.381 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.386 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.389 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.398 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.403 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.406 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.415 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.420 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.423 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.432 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.438 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.441 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.449 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.453 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.456 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.465 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.470 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.472 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.482 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.486 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.489 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.498 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.503 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.505 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.515 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.520 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.522 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:23:55.532 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.537 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.540 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:23:55.548 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.553 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.556 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:23:55.565 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.570 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:23:55.573 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:23:55.582 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.586 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.589 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.599 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.603 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.606 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.615 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.619 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.622 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.631 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.635 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.638 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.648 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.652 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.655 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.665 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.670 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.672 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.681 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.686 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.689 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.698 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.702 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.705 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.714 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.718 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.722 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.731 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.735 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.738 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.748 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.753 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.755 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.764 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.769 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.772 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.781 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.786 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.789 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.798 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.802 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.805 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.814 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:55.819 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:55.822 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:56.265 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:56.274 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:56.281 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:56.771 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:56.785 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:56.790 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:57.268 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:57.274 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:57.279 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:57.770 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:57.780 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:57.786 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:57.971 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:23:57.981 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:23:57.985 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:07.760 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 14:24:07.771 4511 4511 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 14:24:07.930 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:07.946 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:08.039 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:08.048 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:08.148 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:08.156 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:08.187 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:08.196 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:08.206 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:08.214 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:08.223 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:08.232 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:08.242 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:08.253 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:08.263 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:08.271 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:08.281 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:08.290 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:08.305 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:08.312 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:08.325 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:08.337 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:08.346 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:08.354 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:08.366 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:08.373 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:08.384 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:08.393 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:08.401 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:08.410 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:08.419 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:08.426 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:08.434 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:08.440 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:08.449 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:08.455 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:08.615 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:08.620 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:09.116 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:09.121 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:09.617 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:09.626 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:09.652 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:09.657 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:09.688 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:09.694 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:09.704 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:09.711 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:09.722 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:09.727 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:09.735 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:09.739 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:09.751 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:09.756 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:09.768 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:09.773 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:09.792 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:09.797 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:09.828 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:09.833 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:09.859 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:09.864 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:09.890 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:09.895 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:09.924 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:09.929 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:10.023 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:10.029 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.050 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:10.054 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:10.066 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.071 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:10.082 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.088 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:10.179 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.184 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.193 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:10.198 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:10.211 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.216 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.228 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.233 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.241 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.245 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.256 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.261 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.271 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.276 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.286 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.290 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.306 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.310 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:10.322 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:10.327 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.337 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:10.341 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.353 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:10.357 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.369 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:10.374 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.467 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:10.475 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:10.489 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.501 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.518 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:10.525 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.536 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.541 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.553 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.559 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.570 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.576 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.588 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.595 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.606 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.613 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.626 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.635 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.651 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:24:10.657 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:10.670 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.677 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.688 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.694 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.705 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.713 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.725 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.730 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.741 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.747 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.758 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.764 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.774 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.778 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.788 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:24:10.793 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:24:10.806 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:24:10.814 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:24:10.832 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:24:10.837 4511 4511 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:24:10.853 4511 451--------- beginning of main
01-28 14:45:09.245 6558 6558 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 14:45:09.885 6558 6558 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 14:45:09.887 6558 6558 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 14:45:09.887 6558 6558 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 14:45:09.887 6558 6558 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 14:45:09.887 6558 6558 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 14:45:09.887 6558 6558 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 14:45:09.887 6558 6558 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 14:45:09.887 6558 6558 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 14:45:09.887 6558 6558 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 14:45:09.887 6558 6558 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 14:45:09.887 6558 6558 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 14:45:09.887 6558 6558 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 14:45:09.887 6558 6558 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 14:45:09.887 6558 6558 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 14:45:09.887 6558 6558 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 14:45:09.887 6558 6558 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 14:45:09.887 6558 6558 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 14:45:09.887 6558 6558 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:45:09.887 6558 6558 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 14:45:09.887 6558 6558 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 14:45:09.887 6558 6558 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 14:45:09.887 6558 6558 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 14:45:09.887 6558 6558 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 14:45:09.987 6558 6558 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-28 14:45:11.106 6558 6558 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 14:45:11.106 6558 6558 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 14:45:12.092 6558 6558 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 14:45:12.092 6558 6558 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 14:45:12.092 6558 6558 W com.whatsapp: and incorrect proguard
optimizations.
01-28 14:45:12.360 6558 6764 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 14:45:12.866 6558 6558 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 14:45:14.058 6558 6558 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 14:45:14.118 6558 6558 E ArmVmp : Match on catch block at 0x0a in for
0x271
01-28 14:45:14.211 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 14:45:14.211 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 14:45:14.211 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 14:45:14.213 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 14:45:14.213 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 14:45:14.213 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 14:45:14.214 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 14:45:14.214 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 14:45:14.430 6558 6558 W Activity: Can request only one set of permissions
at a time
01-28 14:45:14.435 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 14:45:14.435 6558 6927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 14:45:16.068 6558 6558 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
01-28 14:45:17.316 6558 6986 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #3 (6984) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=3 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 121ms
01-28 14:45:18.431 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:45:18.940 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.947 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.948 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.949 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.951 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.951 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.957 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.958 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.958 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.959 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.960 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.960 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.961 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.961 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.961 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.961 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.962 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.963 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.963 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.963 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.965 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.966 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.967 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.968 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.968 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.969 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.969 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.970 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.970 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.971 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.971 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.971 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.973 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.974 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.974 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.975 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.975 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.975 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.976 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.977 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.977 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.978 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.978 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.978 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.979 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.980 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.981 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.981 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.982 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.982 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.983 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.984 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.985 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.985 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.986 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.987 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:18.992 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:45:19.408 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:45:19.667 6558 6568 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 14:45:19.674 6558 7407 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 14:45:20.378 6558 6558 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 14:45:20.511 6558 6603 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 14:45:44.341 6558 9991 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #2 (6810) 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 567ms
01-28 14:46:13.648 6558 6568 W com.whatsapp: Suspending all threads took:
25.073ms
01-28 14:46:38.105 6558 7620 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #12 (9992) at X.3jV X.2ql.A01(boolean)(:-1) waiters=0 in X.3jV
X.2ql.A01(boolean) for 113ms
01-28 14:48:09.541 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:09.542 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:09.922 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:09.922 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:09.941 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:09.941 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:09.971 6558 21232 W AudioCapabilities: Unsupported mime audio/x-ima
01-28 14:48:09.972 6558 21232 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-28 14:48:09.973 6558 21232 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-28 14:48:09.973 6558 21232 W VideoCapabilities: Unsupported mime video/wvc1
01-28 14:48:09.974 6558 21232 W VideoCapabilities: Unsupported mime video/x-ms-wmv
01-28 14:48:09.987 6558 21232 W VideoCapabilities: Unrecognized profile/level
32768/256 for video/mp4v-es
01-28 14:48:09.996 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:10.099 6558 21237 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 14:48:10.138 6558 21237 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:10.139 6558 21237 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:10.206 6558 21237 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:10.206 6558 21237 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:10.206 6558 21237 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:10.209 6558 21237 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 14:48:10.402 6558 21251 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:10.402 6558 21251 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:10.430 6558 21251 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:10.430 6558 21251 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:10.430 6558 21251 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:10.574 6558 6570 W System : A resource failed to call close.
01-28 14:48:10.576 6558 6570 W System : A resource failed to call close.
01-28 14:48:10.576 6558 6570 W System : A resource failed to call close.
01-28 14:48:10.577 6558 6570 W System : A resource failed to call close.
01-28 14:48:10.577 6558 6570 W System : A resource failed to call close.
01-28 14:48:11.059 6558 6570 W System : A resource failed to call close.
01-28 14:48:11.059 6558 6570 W System : A resource failed to call close.
01-28 14:48:11.059 6558 6570 W System : A resource failed to call close.
01-28 14:48:11.059 6558 6570 W System : A resource failed to call close.
01-28 14:48:11.059 6558 6570 W System : A resource failed to call close.
01-28 14:48:11.059 6558 6570 W System : A resource failed to call close.
01-28 14:48:11.059 6558 6570 W System : A resource failed to call close.
01-28 14:48:11.452 6558 21236 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:11.452 6558 21236 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:11.452 6558 21236 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=ffea2e05-2756-4cd5-bc70-0511346d08c8 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/17685595_222797010902972_8427746473694101630_n.enc?ccb=11-
4&oh=01_AdQcxVRcRnR8VuyFFfkIb_qTW4BB6DboWW27Ng-KRh_EjQ&oe=65DE2D7F&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qYRoYVDjy6kvYLAnYs80imZvC22Y9AETfuKQvx8ZUns=
file_path=Media/.Statuses/ab81cbffb8b6470ebca973b420d21a05.mp4 file_size=1378308
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706469559000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/17685595_222797010902972_8427746473694101630_n.enc?ccb=11-
4&oh=01_AdQcxVRcRnR8VuyFFfkIb_qTW4BB6DboWW27Ng-
KRh_EjQ&oe=65DE2D7F&_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=897 multicast_id=null
enc_file_hash=q/ZvknxaFSONIbM+mrdelMCuFGxmGYHOjZb+FS7WojM= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1378308
media_name=null media_duration=13 chat_row_id=119 media_key=[B@9dccd00
01-28 14:48:11.455 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:11.455 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:11.463 6558 21251 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:11.464 6558 21251 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:11.464 6558 21251 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:11.481 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:11.481 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:11.494 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:11.580 6558 21271 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 14:48:11.588 6558 21271 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:11.588 6558 21271 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:11.609 6558 21271 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:11.609 6558 21271 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:11.609 6558 21271 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:11.610 6558 21271 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 14:48:11.705 6558 21295 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:11.705 6558 21295 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:11.711 6558 21295 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:11.711 6558 21295 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:11.711 6558 21295 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:12.284 6558 21270 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:12.284 6558 21270 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:12.284 6558 21270 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:12.294 6558 21295 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:12.294 6558 21295 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:12.294 6558 21295 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:12.334 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:12.334 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:12.357 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=4f9ed351-a3ae-49d1-bd8d-f741ec11042d transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31079800_809571864343165_2836893188794259931_n.enc?ccb=11-
4&oh=01_AdS6NOBjcPFv1QUv-N60qnTEvtb-OSAc09x7LuweYy5R3Q&oe=65DE292E&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=b/iRUafJVLX9m33tAHu8heGbqzI5wvpeVY3sIG1hFZ8= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706469702000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31079800_809571864343165_2836893188794259931_n.enc?ccb=11-
4&oh=01_AdS6NOBjcPFv1QUv-N60qnTEvtb-
OSAc09x7LuweYy5R3Q&oe=65DE292E&_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=0
media_upload_handle=null message_row_id=898 multicast_id=null
enc_file_hash=Gdv3apCPAIKSxtJa0ZDEwCXBl/T17wpDKzPoOQzMfAg= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2826026
media_name=null media_duration=30 chat_row_id=119 media_key=[B@ed9fb9e
01-28 14:48:12.368 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:12.368 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=4f9ed351-a3ae-49d1-bd8d-f741ec11042d transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31079800_809571864343165_2836893188794259931_n.enc?ccb=11-
4&oh=01_AdS6NOBjcPFv1QUv-N60qnTEvtb-OSAc09x7LuweYy5R3Q&oe=65DE292E&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=b/iRUafJVLX9m33tAHu8heGbqzI5wvpeVY3sIG1hFZ8= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706469702000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31079800_809571864343165_2836893188794259931_n.enc?ccb=11-
4&oh=01_AdS6NOBjcPFv1QUv-N60qnTEvtb-
OSAc09x7LuweYy5R3Q&oe=65DE292E&_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=0
media_upload_handle=null message_row_id=898 multicast_id=null
enc_file_hash=Gdv3apCPAIKSxtJa0ZDEwCXBl/T17wpDKzPoOQzMfAg= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2826026
media_name=null media_duration=30 chat_row_id=119 media_key=[B@ed9fb9e
01-28 14:48:12.384 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:12.384 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:12.820 6558 21308 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 14:48:12.829 6558 21308 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:12.830 6558 21308 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:12.832 6558 6570 W System : A resource failed to call close.
01-28 14:48:12.843 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:12.843 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:12.856 6558 21308 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:12.856 6558 21308 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:12.856 6558 21308 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:12.857 6558 21308 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 14:48:12.857 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=2658ef27-909a-4953-ba3a-2320dd417704 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32798996_323845620639741_6131421213783982143_n.enc?ccb=11-
4&oh=01_AdTibs8oz7ROyZIOpSUs5ud9luRPf6QDm3a4dvQPc7vRbg&oe=65DE2302&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=wWXKiCpP5yrfSxYUq75z7NBXYo6kCEtpJSsOFTNJFRQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706469719000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32798996_323845620639741_6131421213783982143_n.enc?ccb=11-
4&oh=01_AdTibs8oz7ROyZIOpSUs5ud9luRPf6QDm3a4dvQPc7vRbg&oe=65DE2302&_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=0 media_upload_handle=null
message_row_id=899 multicast_id=null
enc_file_hash=uyzgxUxDiGnGhYGjdYnoqSQpGo5xQj2L6j65OOLJE3k= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=77936
media_name=null media_duration=4 chat_row_id=119 media_key=[B@3cf1727
01-28 14:48:12.872 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:12.872 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:13.021 6558 21317 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:13.021 6558 21317 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=2658ef27-909a-4953-ba3a-2320dd417704 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32798996_323845620639741_6131421213783982143_n.enc?ccb=11-
4&oh=01_AdTibs8oz7ROyZIOpSUs5ud9luRPf6QDm3a4dvQPc7vRbg&oe=65DE2302&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=wWXKiCpP5yrfSxYUq75z7NBXYo6kCEtpJSsOFTNJFRQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706469719000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32798996_323845620639741_6131421213783982143_n.enc?ccb=11-
4&oh=01_AdTibs8oz7ROyZIOpSUs5ud9luRPf6QDm3a4dvQPc7vRbg&oe=65DE2302&_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=0 media_upload_handle=null
message_row_id=899 multicast_id=null
enc_file_hash=uyzgxUxDiGnGhYGjdYnoqSQpGo5xQj2L6j65OOLJE3k= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=77936
media_name=null media_duration=4 chat_row_id=119 media_key=[B@3cf1727
01-28 14:48:13.027 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:13.027 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:13.032 6558 21317 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:13.033 6558 21317 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:13.033 6558 21317 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:13.065 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:13.065 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:13.084 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=1ba18359-82be-4621-a18a-a7a8a010681a transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30541836_394646039723036_2833577570584826613_n.enc?ccb=11-
4&oh=01_AdSKSfhViUptpO9Tlmc0w8Ug-vUdYgwCpiFOfMpQiZ46ow&oe=65DE28EE&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Mg8IYug21hnUhRcDPJfU1/G9s2qSZb8wGir9QZkgBSk= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706469937000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30541836_394646039723036_2833577570584826613_n.enc?ccb=11-
4&oh=01_AdSKSfhViUptpO9Tlmc0w8Ug-
vUdYgwCpiFOfMpQiZ46ow&oe=65DE28EE&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=368
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=0
media_upload_handle=null message_row_id=900 multicast_id=null
enc_file_hash=ySpLrAlR36Z4DSk8zXagIl+3aGSuzpZZu2BNtI8dwxw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=4210730
media_name=null media_duration=30 chat_row_id=119 media_key=[B@d161817
01-28 14:48:13.108 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:13.108 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=1ba18359-82be-4621-a18a-a7a8a010681a transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30541836_394646039723036_2833577570584826613_n.enc?ccb=11-
4&oh=01_AdSKSfhViUptpO9Tlmc0w8Ug-vUdYgwCpiFOfMpQiZ46ow&oe=65DE28EE&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Mg8IYug21hnUhRcDPJfU1/G9s2qSZb8wGir9QZkgBSk= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706469937000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30541836_394646039723036_2833577570584826613_n.enc?ccb=11-
4&oh=01_AdSKSfhViUptpO9Tlmc0w8Ug-
vUdYgwCpiFOfMpQiZ46ow&oe=65DE28EE&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=368
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=0
media_upload_handle=null message_row_id=900 multicast_id=null
enc_file_hash=ySpLrAlR36Z4DSk8zXagIl+3aGSuzpZZu2BNtI8dwxw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=4210730
media_name=null media_duration=30 chat_row_id=119 media_key=[B@d161817
01-28 14:48:13.135 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:13.135 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:13.192 6558 21307 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:13.192 6558 21307 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:13.192 6558 21307 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:13.199 6558 21317 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:13.199 6558 21317 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:13.199 6558 21317 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:13.528 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:13.528 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:13.554 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=7178d7e2-de95-46d4-a2a2-dff0b0e3e8d5 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34504199_716544247275753_6675671971456716901_n.enc?ccb=11-4&oh=01_AdRkGU1-
lgd7T4HMtvv_OMho_aX_nBz-zdCv8a1O8p2mLQ&oe=65DE10FB&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=EOFIrlxR/YqeGBDnMmOG3EsLDAG7hXKzNcbl+VhTjDc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706470027000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34504199_716544247275753_6675671971456716901_n.enc?ccb=11-4&oh=01_AdRkGU1-
lgd7T4HMtvv_OMho_aX_nBz-zdCv8a1O8p2mLQ&oe=65DE10FB&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=368 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=901
multicast_id=null enc_file_hash=3CSgK5NI7I+KrVyqCM4JfQAY2xf4j7TFd24pAurEpn8=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=519374 media_name=null media_duration=13 chat_row_id=119
media_key=[B@8920568
01-28 14:48:13.712 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:13.712 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=7178d7e2-de95-46d4-a2a2-dff0b0e3e8d5 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34504199_716544247275753_6675671971456716901_n.enc?ccb=11-4&oh=01_AdRkGU1-
lgd7T4HMtvv_OMho_aX_nBz-zdCv8a1O8p2mLQ&oe=65DE10FB&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=EOFIrlxR/YqeGBDnMmOG3EsLDAG7hXKzNcbl+VhTjDc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706470027000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34504199_716544247275753_6675671971456716901_n.enc?ccb=11-4&oh=01_AdRkGU1-
lgd7T4HMtvv_OMho_aX_nBz-zdCv8a1O8p2mLQ&oe=65DE10FB&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=368 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=901
multicast_id=null enc_file_hash=3CSgK5NI7I+KrVyqCM4JfQAY2xf4j7TFd24pAurEpn8=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=519374 media_name=null media_duration=13 chat_row_id=119
media_key=[B@8920568
01-28 14:48:13.895 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:13.895 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:13.924 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.924 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.924 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.925 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.926 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.926 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.926 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.927 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.929 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.929 6558 6570 W System : A resource failed to call close.
01-28 14:48:13.960 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:13.960 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:13.974 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=3a9224f1-b3a9-4d12-a21e-ecae4a22fa97 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/55638343_1733271983827233_2286435547227548998_n.enc?ccb=11-
4&oh=01_AdSRogbA82vRaK84Aa4M-UTo9npsdYMrZxgYHiIp38sJSA&oe=65DE23B1&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Jatw1f1StVG106MfEqNpIC6O/Ppv30iVQGdC079OsXs= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470123000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/55638343_1733271983827233_2286435547227548998_n.enc?ccb=11-
4&oh=01_AdSRogbA82vRaK84Aa4M-
UTo9npsdYMrZxgYHiIp38sJSA&oe=65DE23B1&_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=0
media_upload_handle=null message_row_id=903 multicast_id=null
enc_file_hash=2XimcKPliOoXbnDSCr87wjnr/1wIEkRAm5rdUnuq6xs= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=713939
media_name=null media_duration=29 chat_row_id=119 media_key=[B@421b4a5
01-28 14:48:14.000 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:14.000 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=3a9224f1-b3a9-4d12-a21e-ecae4a22fa97 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/55638343_1733271983827233_2286435547227548998_n.enc?ccb=11-
4&oh=01_AdSRogbA82vRaK84Aa4M-UTo9npsdYMrZxgYHiIp38sJSA&oe=65DE23B1&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Jatw1f1StVG106MfEqNpIC6O/Ppv30iVQGdC079OsXs= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470123000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/55638343_1733271983827233_2286435547227548998_n.enc?ccb=11-
4&oh=01_AdSRogbA82vRaK84Aa4M-
UTo9npsdYMrZxgYHiIp38sJSA&oe=65DE23B1&_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=0
media_upload_handle=null message_row_id=903 multicast_id=null
enc_file_hash=2XimcKPliOoXbnDSCr87wjnr/1wIEkRAm5rdUnuq6xs= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=713939
media_name=null media_duration=29 chat_row_id=119 media_key=[B@421b4a5
01-28 14:48:14.153 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:14.153 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:14.202 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:14.202 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:14.223 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b2c6b4bd-0bce-45d6-9aab-b12ddb04343b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30173483_744681193949909_4872084554293559708_n.enc?ccb=11-
4&oh=01_AdRt1rSsSreM5toBF3hSFp4x7bOgl0ZlM27M_8tbNFnTug&oe=65DE1999&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=W9lfv1MhgowFHsZ8pNxZgQ/lD25fJ2knk88YhEnf9EE= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470154000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30173483_744681193949909_4872084554293559708_n.enc?ccb=11-
4&oh=01_AdRt1rSsSreM5toBF3hSFp4x7bOgl0ZlM27M_8tbNFnTug&oe=65DE1999&_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=0 media_upload_handle=null
message_row_id=904 multicast_id=null
enc_file_hash=DXAEyPHczbTD/N/KCPRAM6MpCgzao9S1CBdT2DmJyjM= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3540683
media_name=null media_duration=30 chat_row_id=119 media_key=[B@3dba9a
01-28 14:48:14.361 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:14.361 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b2c6b4bd-0bce-45d6-9aab-b12ddb04343b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30173483_744681193949909_4872084554293559708_n.enc?ccb=11-
4&oh=01_AdRt1rSsSreM5toBF3hSFp4x7bOgl0ZlM27M_8tbNFnTug&oe=65DE1999&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=W9lfv1MhgowFHsZ8pNxZgQ/lD25fJ2knk88YhEnf9EE= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470154000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30173483_744681193949909_4872084554293559708_n.enc?ccb=11-
4&oh=01_AdRt1rSsSreM5toBF3hSFp4x7bOgl0ZlM27M_8tbNFnTug&oe=65DE1999&_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=0 media_upload_handle=null
message_row_id=904 multicast_id=null
enc_file_hash=DXAEyPHczbTD/N/KCPRAM6MpCgzao9S1CBdT2DmJyjM= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3540683
media_name=null media_duration=30 chat_row_id=119 media_key=[B@3dba9a
01-28 14:48:14.528 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:14.528 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:14.585 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:14.585 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:14.619 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:14.634 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.637 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.637 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.637 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.637 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.637 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.637 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.637 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.637 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.637 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.638 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.638 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.639 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.639 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.639 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.639 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.639 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.639 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.640 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.640 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.640 6558 6570 W System : A resource failed to call close.
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=41557443-5f1b-4319-b4fa-6e3d84fbef4b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34495532_3690675134589698_1657057913607194726_n.enc?ccb=11-4&oh=01_AdQC5mtbJ-
4f1sbY8--_ngwRBdqIk_LryZyLhS4d_gtdrQ&oe=65DE1EA9&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=dcIiIwnpPqef3EHSqZPjA9HWGCaSXMhQLvSgWaEL2zg= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470167000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34495532_3690675134589698_1657057913607194726_n.enc?ccb=11-4&oh=01_AdQC5mtbJ-
4f1sbY8--_ngwRBdqIk_LryZyLhS4d_gtdrQ&oe=65DE1EA9&_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=0 media_upload_handle=null message_row_id=907
multicast_id=null enc_file_hash=MpBCsDt4VDkssRWlN1pOQvy52hJYIT/IPz4V5474y3w=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=3342428 media_name=null media_duration=30 chat_row_id=119
media_key=[B@7de6944
01-28 14:48:14.762 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:14.762 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=41557443-5f1b-4319-b4fa-6e3d84fbef4b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34495532_3690675134589698_1657057913607194726_n.enc?ccb=11-4&oh=01_AdQC5mtbJ-
4f1sbY8--_ngwRBdqIk_LryZyLhS4d_gtdrQ&oe=65DE1EA9&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=dcIiIwnpPqef3EHSqZPjA9HWGCaSXMhQLvSgWaEL2zg= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470167000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34495532_3690675134589698_1657057913607194726_n.enc?ccb=11-4&oh=01_AdQC5mtbJ-
4f1sbY8--_ngwRBdqIk_LryZyLhS4d_gtdrQ&oe=65DE1EA9&_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=0 media_upload_handle=null message_row_id=907
multicast_id=null enc_file_hash=MpBCsDt4VDkssRWlN1pOQvy52hJYIT/IPz4V5474y3w=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=3342428 media_name=null media_duration=30 chat_row_id=119
media_key=[B@7de6944
01-28 14:48:14.958 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:14.958 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:15.161 6558 21341 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 14:48:15.173 6558 21341 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:15.174 6558 21341 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:15.195 6558 21341 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:15.195 6558 21341 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:15.195 6558 21341 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:15.196 6558 21341 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 14:48:15.354 6558 21351 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:15.355 6558 21351 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:15.363 6558 21351 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:15.363 6558 21351 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:15.363 6558 21351 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:15.428 6558 6570 W System : A resource failed to call close.
01-28 14:48:15.490 6558 21340 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:15.490 6558 21340 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:15.490 6558 21340 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:15.498 6558 21351 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:15.498 6558 21351 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:15.498 6558 21351 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:15.512 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:15.512 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:15.529 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=beed3d7f-f092-4eeb-862d-821a6b880a0c transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34788397_7243486922431266_3964424511478011285_n.enc?ccb=11-
4&oh=01_AdRSIqsAdhsJte8i2-fEuOxfhGn-CpZchUaOKhY83pBHJg&oe=65DE22A2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Yo5yxAlMfkw0SBuz1LzOxociBHFcUcXMmexZHICu9r0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470305000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34788397_7243486922431266_3964424511478011285_n.enc?ccb=11-
4&oh=01_AdRSIqsAdhsJte8i2-fEuOxfhGn-
CpZchUaOKhY83pBHJg&oe=65DE22A2&_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=0
media_upload_handle=null message_row_id=909 multicast_id=null
enc_file_hash=xba3NxZ1dlrL+CpkSvry4E5D9P9AXiw6WWote0NPEUo= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2358346
media_name=null media_duration=19 chat_row_id=119 media_key=[B@9781ec7
01-28 14:48:15.706 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:15.706 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=beed3d7f-f092-4eeb-862d-821a6b880a0c transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34788397_7243486922431266_3964424511478011285_n.enc?ccb=11-
4&oh=01_AdRSIqsAdhsJte8i2-fEuOxfhGn-CpZchUaOKhY83pBHJg&oe=65DE22A2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Yo5yxAlMfkw0SBuz1LzOxociBHFcUcXMmexZHICu9r0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470305000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34788397_7243486922431266_3964424511478011285_n.enc?ccb=11-
4&oh=01_AdRSIqsAdhsJte8i2-fEuOxfhGn-
CpZchUaOKhY83pBHJg&oe=65DE22A2&_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=0
media_upload_handle=null message_row_id=909 multicast_id=null
enc_file_hash=xba3NxZ1dlrL+CpkSvry4E5D9P9AXiw6WWote0NPEUo= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2358346
media_name=null media_duration=19 chat_row_id=119 media_key=[B@9781ec7
01-28 14:48:15.743 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:15.743 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:16.133 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:16.133 6558 6558 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 14:48:16.251 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=6a0ed0f5-1f20-4ec1-9983-1efafdc6fd9e transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30985582_299841206006452_2567883926804325730_n.enc?ccb=11-4&oh=01_AdRI_D_C--
Mm8ONNC3VW6ijW07QuyYO17n8XSLqz57JcHQ&oe=65DE2133&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=LHt3JzuX6zVFBoPP2dbdAEfqEqLKRXa6xqLrGzGLYnA= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470507000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30985582_299841206006452_2567883926804325730_n.enc?ccb=11-4&oh=01_AdRI_D_C--
Mm8ONNC3VW6ijW07QuyYO17n8XSLqz57JcHQ&oe=65DE2133&_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=0 media_upload_handle=null message_row_id=914
multicast_id=null enc_file_hash=1zUrirXfHSjVOjOJ8WovlQv58fIqQw2ZgvMCcMVufq0=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=2888343 media_name=null media_duration=19 chat_row_id=119
media_key=[B@9c2b867
01-28 14:48:16.276 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:16.276 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=6a0ed0f5-1f20-4ec1-9983-1efafdc6fd9e transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30985582_299841206006452_2567883926804325730_n.enc?ccb=11-4&oh=01_AdRI_D_C--
Mm8ONNC3VW6ijW07QuyYO17n8XSLqz57JcHQ&oe=65DE2133&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=LHt3JzuX6zVFBoPP2dbdAEfqEqLKRXa6xqLrGzGLYnA= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470507000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30985582_299841206006452_2567883926804325730_n.enc?ccb=11-4&oh=01_AdRI_D_C--
Mm8ONNC3VW6ijW07QuyYO17n8XSLqz57JcHQ&oe=65DE2133&_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=0 media_upload_handle=null message_row_id=914
multicast_id=null enc_file_hash=1zUrirXfHSjVOjOJ8WovlQv58fIqQw2ZgvMCcMVufq0=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=2888343 media_name=null media_duration=19 chat_row_id=119
media_key=[B@9c2b867
01-28 14:48:16.287 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:16.287 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:16.781 6558 21362 W ColorUtils: expected specified color aspects
(0:0:0:0)
01-28 14:48:16.791 6558 21362 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:16.792 6558 21362 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:16.816 6558 21362 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:16.816 6558 21362 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:16.816 6558 21362 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:16.818 6558 21362 W Codec2Client: query -- param skipped: index =
2684356609.
01-28 14:48:16.951 6558 21371 W Codec2Client: query -- param skipped: index =
1107298332.
01-28 14:48:16.951 6558 21371 W CCodec : This behavior is subject to change. It
is recommended that app developers double check whether the requested max input
size is in reasonable range.
01-28 14:48:16.957 6558 21371 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:16.957 6558 21371 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:16.957 6558 21371 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=6b1fdb07-4c2e-46dd-84c9-afe68008c583 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/11728389_353364360799230_6397515166559986441_n.enc?ccb=11-
4&oh=01_AdSs5vUigdX4lYnjuOYjdZ8lOcOmbHmEp1i_WsCMrb5aag&oe=65DE18D5&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=NbSSElBIIU11Ff6VVZjvemUgdtAP3fWPWlvSz8XlBeA=
file_path=Media/.Statuses/5d6b59ac34e0482698057c8c13f74dcf.mp4 file_size=1175857
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470570000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/11728389_353364360799230_6397515166559986441_n.enc?ccb=11-
4&oh=01_AdSs5vUigdX4lYnjuOYjdZ8lOcOmbHmEp1i_WsCMrb5aag&oe=65DE18D5&_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=915 multicast_id=null
enc_file_hash=qQiATMLuEwvL6WjEWt5mam/KcJgdsAF3ckFN9pSnhMQ= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1175857
media_name=null media_duration=18 chat_row_id=119 media_key=[B@7200dcb
01-28 14:48:17.838 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:17.838 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:18.081 6558 21361 W Codec2Client: query -- param skipped: index =
1073743886.
01-28 14:48:18.081 6558 21361 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:18.081 6558 21361 W Codec2Client: query -- param skipped: index =
1610614821.
01-28 14:48:18.089 6558 21371 W Codec2Client: query -- param skipped: index =
1342179345.
01-28 14:48:18.089 6558 21371 W Codec2Client: query -- param skipped: index =
2415921170.
01-28 14:48:18.089 6558 21371 W Codec2Client: query -- param skipped: index =
1610614798.
01-28 14:48:18.107 6558 6558 E RecyclerView: No adapter attached; skipping layout
01-28 14:48:18.108 6558 6558 W View : requestLayout() improperly called by
androidx.cardview.widget.CardView{107277 V.E...... ......I. 0,0-0,0 #7f0b1c5c
app:id/web_page_preview_container} during layout: running second layout pass
01-28 14:48:18.108 6558 6558 W View : requestLayout() improperly called by
android.widget.LinearLayout{8eb2ee4 V.E...... ......I. 0,0-0,0 #7f0b1a20
app:id/titleSnippetUrlLayout} during layout: running second layout pass
01-28 14:48:18.170 6558 6558 W View : requestLayout() improperly called by
android.widget.LinearLayout{d84b281 V.E...... ........ 0,244-1080,2093
aid=1073741975} during second layout pass: posting in next frame
01-28 14:48:18.170 6558 6558 W View : requestLayout() improperly called by
androidx.cardview.widget.CardView{107277 V.E...... ......I. 45,633-1035,858
#7f0b1c5c app:id/web_page_preview_container aid=1073741998} during second layout
pass: posting in next frame
01-28 14:48:18.170 6558 6558 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a97f26 V.ED..... ........ 0,881-1080,1215 #7f0b0fbf
app:id/message_text aid=1073741974} during second layout pass: posting in next
frame
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=2658ef27-909a-4953-ba3a-2320dd417704 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32798996_323845620639741_6131421213783982143_n.enc?ccb=11-
4&oh=01_AdTibs8oz7ROyZIOpSUs5ud9luRPf6QDm3a4dvQPc7vRbg&oe=65DE2302&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=wWXKiCpP5yrfSxYUq75z7NBXYo6kCEtpJSsOFTNJFRQ=
file_path=Media/.Statuses/1cb75a29ab34432385fc11f69ba48c33.mp4 file_size=77936
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706469719000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32798996_323845620639741_6131421213783982143_n.enc?ccb=11-
4&oh=01_AdTibs8oz7ROyZIOpSUs5ud9luRPf6QDm3a4dvQPc7vRbg&oe=65DE2302&_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=899 multicast_id=null
enc_file_hash=uyzgxUxDiGnGhYGjdYnoqSQpGo5xQj2L6j65OOLJE3k= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=77936
media_name=null media_duration=4 chat_row_id=119 media_key=[B@3cf1727
01-28 14:48:18.188 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:18.188 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=4f9ed351-a3ae-49d1-bd8d-f741ec11042d transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31079800_809571864343165_2836893188794259931_n.enc?ccb=11-
4&oh=01_AdS6NOBjcPFv1QUv-N60qnTEvtb-OSAc09x7LuweYy5R3Q&oe=65DE292E&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=b/iRUafJVLX9m33tAHu8heGbqzI5wvpeVY3sIG1hFZ8= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706469702000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31079800_809571864343165_2836893188794259931_n.enc?ccb=11-
4&oh=01_AdS6NOBjcPFv1QUv-N60qnTEvtb-
OSAc09x7LuweYy5R3Q&oe=65DE292E&_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=898 multicast_id=null
enc_file_hash=Gdv3apCPAIKSxtJa0ZDEwCXBl/T17wpDKzPoOQzMfAg= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2826026
media_name=null media_duration=30 chat_row_id=119 media_key=[B@ed9fb9e
01-28 14:48:18.225 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:18.225 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:19.046 6558 6570 W System : A resource failed to call close.
01-28 14:48:19.047 6558 6570 W System : A resource failed to call close.
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=1ba18359-82be-4621-a18a-a7a8a010681a transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30541836_394646039723036_2833577570584826613_n.enc?ccb=11-
4&oh=01_AdSKSfhViUptpO9Tlmc0w8Ug-vUdYgwCpiFOfMpQiZ46ow&oe=65DE28EE&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Mg8IYug21hnUhRcDPJfU1/G9s2qSZb8wGir9QZkgBSk= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706469937000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30541836_394646039723036_2833577570584826613_n.enc?ccb=11-
4&oh=01_AdSKSfhViUptpO9Tlmc0w8Ug-
vUdYgwCpiFOfMpQiZ46ow&oe=65DE28EE&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=368
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=900 multicast_id=null
enc_file_hash=ySpLrAlR36Z4DSk8zXagIl+3aGSuzpZZu2BNtI8dwxw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=4210730
media_name=null media_duration=30 chat_row_id=119 media_key=[B@d161817
01-28 14:48:19.205 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:19.205 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=7178d7e2-de95-46d4-a2a2-dff0b0e3e8d5 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34504199_716544247275753_6675671971456716901_n.enc?ccb=11-4&oh=01_AdRkGU1-
lgd7T4HMtvv_OMho_aX_nBz-zdCv8a1O8p2mLQ&oe=65DE10FB&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=EOFIrlxR/YqeGBDnMmOG3EsLDAG7hXKzNcbl+VhTjDc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706470027000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34504199_716544247275753_6675671971456716901_n.enc?ccb=11-4&oh=01_AdRkGU1-
lgd7T4HMtvv_OMho_aX_nBz-zdCv8a1O8p2mLQ&oe=65DE10FB&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=368 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=901
multicast_id=null enc_file_hash=3CSgK5NI7I+KrVyqCM4JfQAY2xf4j7TFd24pAurEpn8=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=519374 media_name=null media_duration=13 chat_row_id=119
media_key=[B@8920568
01-28 14:48:19.923 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:19.923 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:20.033 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.034 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.035 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.036 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.036 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.036 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.036 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.036 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.037 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.040 6558 6570 W System : A resource failed to call close.
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=1ba18359-82be-4621-a18a-a7a8a010681a transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30541836_394646039723036_2833577570584826613_n.enc?ccb=11-
4&oh=01_AdSKSfhViUptpO9Tlmc0w8Ug-vUdYgwCpiFOfMpQiZ46ow&oe=65DE28EE&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Mg8IYug21hnUhRcDPJfU1/G9s2qSZb8wGir9QZkgBSk= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706469937000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30541836_394646039723036_2833577570584826613_n.enc?ccb=11-
4&oh=01_AdSKSfhViUptpO9Tlmc0w8Ug-
vUdYgwCpiFOfMpQiZ46ow&oe=65DE28EE&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=368
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=900 multicast_id=null
enc_file_hash=ySpLrAlR36Z4DSk8zXagIl+3aGSuzpZZu2BNtI8dwxw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=4210730
media_name=null media_duration=30 chat_row_id=119 media_key=[B@d161817
01-28 14:48:20.250 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:20.250 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=3a9224f1-b3a9-4d12-a21e-ecae4a22fa97 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/55638343_1733271983827233_2286435547227548998_n.enc?ccb=11-
4&oh=01_AdSRogbA82vRaK84Aa4M-UTo9npsdYMrZxgYHiIp38sJSA&oe=65DE23B1&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Jatw1f1StVG106MfEqNpIC6O/Ppv30iVQGdC079OsXs= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470123000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/55638343_1733271983827233_2286435547227548998_n.enc?ccb=11-
4&oh=01_AdSRogbA82vRaK84Aa4M-
UTo9npsdYMrZxgYHiIp38sJSA&oe=65DE23B1&_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=903 multicast_id=null
enc_file_hash=2XimcKPliOoXbnDSCr87wjnr/1wIEkRAm5rdUnuq6xs= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=713939
media_name=null media_duration=29 chat_row_id=119 media_key=[B@421b4a5
01-28 14:48:20.809 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:20.809 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:21.098 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.098 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.098 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.098 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.098 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.098 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.099 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=7178d7e2-de95-46d4-a2a2-dff0b0e3e8d5 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34504199_716544247275753_6675671971456716901_n.enc?ccb=11-4&oh=01_AdRkGU1-
lgd7T4HMtvv_OMho_aX_nBz-zdCv8a1O8p2mLQ&oe=65DE10FB&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=EOFIrlxR/YqeGBDnMmOG3EsLDAG7hXKzNcbl+VhTjDc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706470027000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34504199_716544247275753_6675671971456716901_n.enc?ccb=11-4&oh=01_AdRkGU1-
lgd7T4HMtvv_OMho_aX_nBz-zdCv8a1O8p2mLQ&oe=65DE10FB&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=368 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=901
multicast_id=null enc_file_hash=3CSgK5NI7I+KrVyqCM4JfQAY2xf4j7TFd24pAurEpn8=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=519374 media_name=null media_duration=13 chat_row_id=119
media_key=[B@8920568
01-28 14:48:21.099 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:21.099 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:21.099 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.099 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.099 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.099 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.099 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.099 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.099 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.100 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.101 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.102 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.103 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:21.104 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.118 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.119 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.119 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.119 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.119 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.119 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.119 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.119 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.119 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.120 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.120 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.120 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.120 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.120 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.120 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.121 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.121 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.121 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.121 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.121 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.122 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.122 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.122 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.122 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.123 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.123 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.123 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.123 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.123 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.123 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.123 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.123 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.123 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.124 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.124 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.124 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.124 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.124 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b2c6b4bd-0bce-45d6-9aab-b12ddb04343b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30173483_744681193949909_4872084554293559708_n.enc?ccb=11-
4&oh=01_AdRt1rSsSreM5toBF3hSFp4x7bOgl0ZlM27M_8tbNFnTug&oe=65DE1999&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=W9lfv1MhgowFHsZ8pNxZgQ/lD25fJ2knk88YhEnf9EE= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470154000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30173483_744681193949909_4872084554293559708_n.enc?ccb=11-
4&oh=01_AdRt1rSsSreM5toBF3hSFp4x7bOgl0ZlM27M_8tbNFnTug&oe=65DE1999&_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=904 multicast_id=null
enc_file_hash=DXAEyPHczbTD/N/KCPRAM6MpCgzao9S1CBdT2DmJyjM= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3540683
media_name=null media_duration=30 chat_row_id=119 media_key=[B@3dba9a
01-28 14:48:22.160 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:22.160 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=3a9224f1-b3a9-4d12-a21e-ecae4a22fa97 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/55638343_1733271983827233_2286435547227548998_n.enc?ccb=11-
4&oh=01_AdSRogbA82vRaK84Aa4M-UTo9npsdYMrZxgYHiIp38sJSA&oe=65DE23B1&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Jatw1f1StVG106MfEqNpIC6O/Ppv30iVQGdC079OsXs= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470123000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/55638343_1733271983827233_2286435547227548998_n.enc?ccb=11-
4&oh=01_AdSRogbA82vRaK84Aa4M-
UTo9npsdYMrZxgYHiIp38sJSA&oe=65DE23B1&_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=903 multicast_id=null
enc_file_hash=2XimcKPliOoXbnDSCr87wjnr/1wIEkRAm5rdUnuq6xs= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=713939
media_name=null media_duration=29 chat_row_id=119 media_key=[B@421b4a5
01-28 14:48:22.516 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:22.516 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:22.538 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.538 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.538 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.538 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.539 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.540 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.541 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.542 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.543 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.543 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.543 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.543 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.543 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.543 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.543 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.543 6558 6570 W System : A resource failed to call close.
01-28 14:48:22.543 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.113 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.114 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=41557443-5f1b-4319-b4fa-6e3d84fbef4b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34495532_3690675134589698_1657057913607194726_n.enc?ccb=11-4&oh=01_AdQC5mtbJ-
4f1sbY8--_ngwRBdqIk_LryZyLhS4d_gtdrQ&oe=65DE1EA9&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=dcIiIwnpPqef3EHSqZPjA9HWGCaSXMhQLvSgWaEL2zg= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470167000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34495532_3690675134589698_1657057913607194726_n.enc?ccb=11-4&oh=01_AdQC5mtbJ-
4f1sbY8--_ngwRBdqIk_LryZyLhS4d_gtdrQ&oe=65DE1EA9&_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=907
multicast_id=null enc_file_hash=MpBCsDt4VDkssRWlN1pOQvy52hJYIT/IPz4V5474y3w=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=3342428 media_name=null media_duration=30 chat_row_id=119
media_key=[B@7de6944
01-28 14:48:23.162 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:23.162 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b2c6b4bd-0bce-45d6-9aab-b12ddb04343b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30173483_744681193949909_4872084554293559708_n.enc?ccb=11-
4&oh=01_AdRt1rSsSreM5toBF3hSFp4x7bOgl0ZlM27M_8tbNFnTug&oe=65DE1999&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=W9lfv1MhgowFHsZ8pNxZgQ/lD25fJ2knk88YhEnf9EE= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470154000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30173483_744681193949909_4872084554293559708_n.enc?ccb=11-
4&oh=01_AdRt1rSsSreM5toBF3hSFp4x7bOgl0ZlM27M_8tbNFnTug&oe=65DE1999&_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=904 multicast_id=null
enc_file_hash=DXAEyPHczbTD/N/KCPRAM6MpCgzao9S1CBdT2DmJyjM= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3540683
media_name=null media_duration=30 chat_row_id=119 media_key=[B@3dba9a
01-28 14:48:23.433 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:23.433 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.614 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.615 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.615 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.615 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.615 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.615 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.615 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.615 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.903 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.903 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.903 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.904 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.904 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.904 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.904 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.904 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.904 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.904 6558 6570 W System : A resource failed to call close.
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=beed3d7f-f092-4eeb-862d-821a6b880a0c transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34788397_7243486922431266_3964424511478011285_n.enc?ccb=11-
4&oh=01_AdRSIqsAdhsJte8i2-fEuOxfhGn-CpZchUaOKhY83pBHJg&oe=65DE22A2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Yo5yxAlMfkw0SBuz1LzOxociBHFcUcXMmexZHICu9r0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470305000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34788397_7243486922431266_3964424511478011285_n.enc?ccb=11-
4&oh=01_AdRSIqsAdhsJte8i2-fEuOxfhGn-
CpZchUaOKhY83pBHJg&oe=65DE22A2&_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=909 multicast_id=null
enc_file_hash=xba3NxZ1dlrL+CpkSvry4E5D9P9AXiw6WWote0NPEUo= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2358346
media_name=null media_duration=19 chat_row_id=119 media_key=[B@9781ec7
01-28 14:48:23.931 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:23.931 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=41557443-5f1b-4319-b4fa-6e3d84fbef4b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34495532_3690675134589698_1657057913607194726_n.enc?ccb=11-4&oh=01_AdQC5mtbJ-
4f1sbY8--_ngwRBdqIk_LryZyLhS4d_gtdrQ&oe=65DE1EA9&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=dcIiIwnpPqef3EHSqZPjA9HWGCaSXMhQLvSgWaEL2zg= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470167000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34495532_3690675134589698_1657057913607194726_n.enc?ccb=11-4&oh=01_AdQC5mtbJ-
4f1sbY8--_ngwRBdqIk_LryZyLhS4d_gtdrQ&oe=65DE1EA9&_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=907
multicast_id=null enc_file_hash=MpBCsDt4VDkssRWlN1pOQvy52hJYIT/IPz4V5474y3w=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=3342428 media_name=null media_duration=30 chat_row_id=119
media_key=[B@7de6944
01-28 14:48:24.384 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:24.384 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=6a0ed0f5-1f20-4ec1-9983-1efafdc6fd9e transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30985582_299841206006452_2567883926804325730_n.enc?ccb=11-4&oh=01_AdRI_D_C--
Mm8ONNC3VW6ijW07QuyYO17n8XSLqz57JcHQ&oe=65DE2133&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=LHt3JzuX6zVFBoPP2dbdAEfqEqLKRXa6xqLrGzGLYnA= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470507000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30985582_299841206006452_2567883926804325730_n.enc?ccb=11-4&oh=01_AdRI_D_C--
Mm8ONNC3VW6ijW07QuyYO17n8XSLqz57JcHQ&oe=65DE2133&_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=914
multicast_id=null enc_file_hash=1zUrirXfHSjVOjOJ8WovlQv58fIqQw2ZgvMCcMVufq0=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=2888343 media_name=null media_duration=19 chat_row_id=119
media_key=[B@9c2b867
01-28 14:48:25.188 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:25.188 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=beed3d7f-f092-4eeb-862d-821a6b880a0c transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34788397_7243486922431266_3964424511478011285_n.enc?ccb=11-
4&oh=01_AdRSIqsAdhsJte8i2-fEuOxfhGn-CpZchUaOKhY83pBHJg&oe=65DE22A2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=Yo5yxAlMfkw0SBuz1LzOxociBHFcUcXMmexZHICu9r0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470305000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34788397_7243486922431266_3964424511478011285_n.enc?ccb=11-
4&oh=01_AdRSIqsAdhsJte8i2-fEuOxfhGn-
CpZchUaOKhY83pBHJg&oe=65DE22A2&_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=909 multicast_id=null
enc_file_hash=xba3NxZ1dlrL+CpkSvry4E5D9P9AXiw6WWote0NPEUo= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2358346
media_name=null media_duration=19 chat_row_id=119 media_key=[B@9781ec7
01-28 14:48:25.400 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:25.400 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=6a0ed0f5-1f20-4ec1-9983-1efafdc6fd9e transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30985582_299841206006452_2567883926804325730_n.enc?ccb=11-4&oh=01_AdRI_D_C--
Mm8ONNC3VW6ijW07QuyYO17n8XSLqz57JcHQ&oe=65DE2133&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=LHt3JzuX6zVFBoPP2dbdAEfqEqLKRXa6xqLrGzGLYnA= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706470507000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30985582_299841206006452_2567883926804325730_n.enc?ccb=11-4&oh=01_AdRI_D_C--
Mm8ONNC3VW6ijW07QuyYO17n8XSLqz57JcHQ&oe=65DE2133&_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=914
multicast_id=null enc_file_hash=1zUrirXfHSjVOjOJ8WovlQv58fIqQw2ZgvMCcMVufq0=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=2888343 media_name=null media_duration=19 chat_row_id=119
media_key=[B@9c2b867
01-28 14:48:25.608 6558 6754 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 14:48:25.608 6558 6754 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 14:48:28.967 6558 21394 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 14:48:28.967 6558 21394 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 14:48:29.320 6558 6558 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 14:48:29.331 6558 6558 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 14:48:29.640 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 14:48:29.645 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 14:48:29.650 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 14:48:29.690 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:48:29.691 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:48:29.692 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:48:29.692 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:48:29.694 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:48:29.695 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:48:29.753 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:29.757 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:29.760 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:29.794 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:29.800 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:29.806 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:29.870 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:29.875 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:29.880 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:30.355 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:30.362 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:30.367 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:30.858 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:30.869 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:30.874 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:31.361 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:31.373 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:31.378 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:31.863 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:31.870 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:31.880 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:32.364 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:32.373 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:32.383 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:32.864 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:32.876 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:32.885 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:33.365 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:33.373 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:33.378 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:33.860 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:33.865 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:33.868 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:34.367 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:34.373 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:34.382 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:34.865 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:34.870 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:34.874 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:35.372 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:35.379 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:35.388 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:35.869 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:35.876 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:35.884 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:36.370 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:36.377 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:36.383 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:36.870 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:36.878 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:36.883 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:37.371 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:37.379 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:37.390 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:37.872 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:37.884 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:37.894 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:38.372 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:38.380 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:38.386 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:38.873 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:38.881 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:38.886 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:39.094 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:39.098 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:39.131 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:39.585 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:39.590 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:39.594 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:40.091 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:40.098 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:40.108 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:40.448 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:40.452 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:40.456 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:40.629 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:40.633 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:40.636 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:40.796 6558 6558 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 14:48:40.796 6558 6558 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 14:48:41.121 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:41.124 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:41.128 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:41.217 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:41.220 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:41.224 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:41.239 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:41.243 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:41.246 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:41.422 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:41.426 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:41.429 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:41.595 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:41.603 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:41.606 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:41.620 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:41.624 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:41.629 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:42.123 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:42.131 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:42.136 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:42.596 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:42.600 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:42.604 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:42.774 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:42.778 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:42.782 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:43.108 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:43.116 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:43.122 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:43.212 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:43.216 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.222 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:43.239 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.243 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.247 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.256 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.260 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.265 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.272 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.276 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.280 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.287 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.292 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.295 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.302 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.307 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.311 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.318 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.322 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.327 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.343 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.347 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.352 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.361 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.365 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.369 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.391 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.395 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.399 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.408 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.412 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.416 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.425 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.428 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.432 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.508 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:43.512 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:43.516 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:43.676 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:43.680 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:43.684 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:43.727 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.731 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:43.735 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:43.793 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:43.798 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:43.803 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:44.009 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:44.013 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:44.017 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:44.027 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:44.030 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:44.034 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:44.360 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:44.363 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:44.367 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:44.527 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:44.531 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:44.535 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:44.627 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:44.630 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:44.634 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:44.810 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:44.813 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:44.818 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:44.845 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:44.848 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:44.853 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:44.996 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:45.000 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:45.004 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:45.513 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:45.518 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:45.522 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:45.562 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:45.568 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:45.573 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:45.604 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:45.608 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:45.612 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 14:48:45.645 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:45.649 6558 6558 E ArmVmp : Match on catch block at---------
beginning of main
01-28 14:48:45.660 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:45.664 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:48:45.715 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:45.718 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:45.741 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:45.744 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:45.765 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:45.769 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:45.778 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:45.783 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:45.797 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:45.801 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:45.966 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:45.970 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:45.987 6558 21124 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 14:48:45.987 6558 21124 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 14:48:46.032 6558 21202 W MediaPlayerNative: info/warning (10973, 0)
01-28 14:48:46.097 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:46.102 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:46.599 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:46.606 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:47.098 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:47.103 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:47.211 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 14:48:47.215 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:47.231 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:47.236 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:47.348 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:47.353 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:47.469 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:47.473 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:47.507 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 14:48:47.518 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:47.787 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 14:48:47.791 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 14:48:48.188 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 14:48:48.194 6558 6558 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 14:49:13.105 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:49:13.106 6558 6558 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 14:49:20.527 21577 21577 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 14:49:20.703 21577 21577 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 14:49:20.706 21577 21577 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 14:49:20.706 21577 21577 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 14:49:20.706 21577 21577 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 14:49:20.706 21577 21577 W System.err: at
java.lang.Runtime.loadLibrary--------- beginning of main
01-28 14:49:20.718 21577 21577 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-28 14:49:21.013 21577 21577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 14:49:21.014 21577 21577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 14:49:21.322 21577 21649 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 14:49:21.322 21577 21649 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 14:49:21.322 21577 21649 W com.whatsapp: and incorrect proguard
optimizations.
01-28 15:06:14.265 5325 5325 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 15:06:14.663 5325 5325 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 15:06:14.663 5325 5325 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 15:06:14.663 5325 5325 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 15:06:14.663 5325 5325 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 15:06:14.663 5325 5325 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 15:06:14.663 5325 5325 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 15:06:14.663 5325 5325 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 15:06:14.663 5325 5325 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 15:06:14.663 5325 5325 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 15:06:14.663 5325 5325 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 15:06:14.663 5325 5325 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 15:06:14.663 5325 5325 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 15:06:14.663 5325 5325 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 15:06:14.663 5325 5325 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 15:06:14.663 5325 5325 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 15:06:14.664 5325 5325 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 15:06:14.664 5325 5325 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 15:06:14.664 5325 5325 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 15:06:14.664 5325 5325 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 15:06:14.664 5325 5325 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 15:06:14.664 5325 5325 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 15:06:14.664 5325 5325 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 15:06:14.664 5325 5325 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 15:06:14.679 5325 5325 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-28 15:06:15.008 5325 5325 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 15:06:15.008 5325 5325 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 15:06:15.199 5325 5380 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 15:06:15.199 5325 5380 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 15:06:15.199 5325 5380 W com.whatsapp: and incorrect proguard
optimizations.
01-28 15:06:15.208 5325 5325 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 15:06:15.414 5325 5325 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 15:06:15.992 5325 5325 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 15:06:16.036 5325 5325 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-28 15:06:16.130 5325 5325 W Activity: Can request only one set of permissions
at a time
01-28 15:06:16.155 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 15:06:16.155 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 15:06:16.155 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 15:06:16.155 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 15:06:16.155 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 15:06:16.155 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 15:06:16.156 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 15:06:16.156 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 15:06:16.436 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 15:06:16.437 5325 5423 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 15:06:17.398 5325 5325 E RecyclerView: No adapter attached; skipping layout
01-28 15:06:17.530 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.530 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.530 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.531 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.532 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.532 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.533 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.533 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.533 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.534 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.534 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.534 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.535 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.535 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.535 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.536 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.536 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.536 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.537 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.537 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.537 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.537 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.538 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.538 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.539 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.539 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.539 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.539 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.540 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.541 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.541 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.541 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.542 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.542 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.543 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.543 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.544 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.544 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.544 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.544 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.545 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.545 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.546 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.546 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.546 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.547 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.547 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.548 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.548 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.548 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.549 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.549 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.550 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.550 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.550 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.551 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.551 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.553 5325 5325 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 15:06:17.627 5325 5325 E RecyclerView: No adapter attached; skipping layout
01-28 15:06:17.648 5325 5325 E ArmVmp : Match on catch block at 0x0a in for
0x1a5
01-28 15:06:17.896 5325 5351 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 15:06:17.986 5325 5517 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 15:06:18.547 5325 5325 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 15:06:24.555 5325 5333 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 15:06:30.902 5325 5325 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 15:06:30.902 5325 5325 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 15:06:30.961 5325 5325 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 15:06:30.961 5325 5325 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 15:06:31.108 5325 5325 E RecyclerView: No adapter attached; skipping layout
01-28 15:06:31.109 5325 5325 W View : requestLayout() improperly called by
androidx.cardview.widget.CardView{e772a83 V.E...... ......I. 0,0-0,0 #7f0b1c5c
app:id/web_page_preview_container} during layout: running second layout pass
01-28 15:06:31.109 5325 5325 W View : requestLayout() improperly called by
android.widget.LinearLayout{c033400 V.E...... ......I. 0,0-0,0 #7f0b1a20
app:id/titleSnippetUrlLayout} during layout: running second layout pass
01-28 15:06:31.218 5325 5325 W View : requestLayout() improperly called by
android.widget.LinearLayout{9d8b260 V.E...... ......ID 0,244-1080,2093
aid=1073741840} during second layout pass: posting in next frame
01-28 15:06:31.219 5325 5325 W View : requestLayout() improperly called by
androidx.cardview.widget.CardView{e772a83 V.E...... ......ID 146,465-934,1087
#7f0b1c5c app:id/web_page_preview_container aid--------- beginning of main
01-28 16:06:44.158 16354 16354 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 16:06:44.578 16354 16354 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 16:06:44.586 16354 16354 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 16:06:44.586 16354 16354 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 16:06:44.586 16354 16354 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 16:06:44.586 16354 16354 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 16:06:44.586 16354 16354 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 16:06:44.586 16354 16354 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 16:06:44.586 16354 16354 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 16:06:44.586 16354 16354 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 16:06:44.586 16354 16354 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 16:06:44.586 16354 16354 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 16:06:44.586 16354 16354 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 16:06:44.586 16354 16354 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 16:06:44.586 16354 16354 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 16:06:44.586 16354 16354 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 16:06:44.586 16354 16354 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 16:06:44.586 16354 16354 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 16:06:44.586 16354 16354 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 16:06:44.586 16354 16354 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 16:06:44.586 16354 16354 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 16:06:44.586 16354 16354 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 16:06:44.586 16354 16354 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 16:06:44.586 16354 16354 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 16:06:44.664 16354 16354 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-28 16:06:45.493 16354 16354 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 16:06:45.493 16354 16354 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 16:06:46.233 16354 16560 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 16:06:46.233 16354 16560 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 16:06:46.233 16354 16560 W com.whatsapp: and incorrect proguard
optimizations.
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=bb9d6fa0-730b-41b5-955c-888b99375fbf transcoded=0 gif_attribution=0
first_scan_length=8685 direct_path=/o1/v/t62.7118-24/f1/m233/up-oil-image-d7788392-
81ea-4017-9f0b-58f1f5d064ff?ccb=9-4&oh=01_AdRaHBGMY-
WoTbJuAHu1BG5G2g3MBxnA3sogHhiGQpYatA&oe=65DE3E07&_nc_sid=000000
thumbnail_height_width_ratio=0.73846155 is_animated_sticker=0
file_hash=jclHMogqqOOyXN71Ic/VPM0C54LzyMfIAVemSRwqq0Y= file_path=Media/WhatsApp
Images/Private/IMG-20240128-WA0015.jpg file_size=65956
partial_media_hash=ykPn1+iSGh0zSZ8wvbTcB7aipBZdP4XK+M/oTekPiD4= face_x=0 face_y=0
height=780 trim_to=0 media_key_timestamp=1706480588000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m233/up-oil-image-
d7788392-81ea-4017-9f0b-58f1f5d064ff?ccb=9-4&oh=01_AdRaHBGMY-
WoTbJuAHu1BG5G2g3MBxnA3sogHhiGQpYatA&oe=65DE3E07&_nc_sid=000000&mms3=true
media_caption=null trim_from=0 mime_type=image/jpeg partial_media_enc_hash=null
width=1040 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=927
multicast_id=null enc_file_hash=EaE2D4KUazsJWuRXNSowTT67qnwRe+kBUrP1h46hII8=
mute_video=0 page_count=0 first_scan_sidecar=[B@64224e3 suspicious_content=0
file_length=65956 media_name=null media_duration=0 chat_row_id=369
media_key=[B@bf90ee0
01-28 16:23:12.956 16354 16557 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 16:23:12.956 16354 16557 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 16:29:31.690 16354 16354 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 16:29:31.886 16354 16354 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 16:29:32.496 16354 16354 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 16:29:32.557 16354 16354 E ArmVmp : Match on catch block at 0x0a in for
0x265
01-28 16:29:32.627 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 16:29:32.627 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 16:29:32.627 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 16:29:32.628 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 16:29:32.628 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 16:29:32.628 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 16:29:32.628 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 16:29:32.628 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 16:29:32.648 16354 16354 W Activity: Can request only one set of permissions
at a time
01-28 16:29:32.773 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 16:29:32.774 16354 17328 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 16:29:34.105 16354 16354 E RecyclerView: No adapter attached; skipping layout
01-28 16:29:34.293 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.293 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.294 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.294 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.295 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.296 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.296 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.297 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.297 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.298 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.298 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.299 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.299 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.300 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.300 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.301 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.301 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.302 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.302 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.303 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.303 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.304 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.304 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.306 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.306 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.307 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.307 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.308 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.309 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.310 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.310 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.311 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.311 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.312 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.313 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.314 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.314 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.314 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.315 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.316 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.316 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.317 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.318 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.319 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.319 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.320 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.322 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.323 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.324 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.324 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.324 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.325 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.325 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.326 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.327 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.327 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.331 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:34.427 16354 16354 E RecyclerView: No adapter attached; skipping layout
01-28 16:29:34.486 16354 16354 E ArmVmp : Match on catch block at 0x0a in for
0x1a5
01-28 16:29:34.508 16354 17291 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 16:29:34.800 16354 17476 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 16:29:35.094 16354 16354 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 16:29:38.846 16354 16363 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 16:29:47.643 16354 17536 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 16:29:47.643 16354 17536 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 16:29:47.959 16354 16354 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 16:29:47.970 16354 16354 E ArmVmp --------- beginning of main
01-28 16:29:48.187 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 16:29:48.192 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 16:29:48.195 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 16:29:48.233 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:48.234 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:48.235 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:48.236 16354 16354 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:29:48.283 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:29:48.286 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:29:48.289 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:29:48.321 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:29:48.324 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:29:48.327 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:29:48.388 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:29:48.392 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:29:48.396 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:29:48.878 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:29:48.883 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:29:48.888 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:29:49.381 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:29:49.391 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:29:49.400 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:29:49.884 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:29:49.892 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:29:49.898 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:29:50.385 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:29:50.393 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:29:50.399 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:29:50.532 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:29:50.537 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:29:50.540 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:29:50.588 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:29:50.592 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:29:50.595 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:29:50.714 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:29:50.718 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:29:50.721 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:29:51.093 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:29:51.099 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:29:51.103 16354 16354 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:30:55.244 18319 18319 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 16:30:55.530 18319 18319 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 16:30:55.534 18319 18319 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 16:30:55.534 18319 18319 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 16:30:55.534 18319 18319 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 16:30:55.534 18319 18319 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 16:30:55.534 18319 18319 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 16:30:55.534 18319 18319 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 16:30:55.534 18319 18319 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 16:30:55.534 18319 18319 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 16:30:55.534 18319 18319 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 16:30:55.534 18319 18319 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 16:30:55.534 18319 18319 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 16:30:55.534 18319 18319 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 16:30:55.534 18319 18319 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 16:30:55.534 18319 18319 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 16:30:55.534 18319 18319 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 16:30:55.534 18319 18319 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 16:30:55.534 18319 18319 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 16:30:55.534 18319 18319 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 16:30:55.534 18319 18319 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 16:30:55.534 18319 18319 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 16:30:55.534 18319 18319 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 16:30:55.534 18319 18319 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 16:30:55.575 18319 18319 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-28 16:30:55.885 18319 18319 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 16:30:55.885 18319 18319 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 16:30:56.104 18319 18378 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 16:30:56.104 18319 18378 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 16:30:56.104 18319 18378 W com.whatsapp: and incorrect proguard
optimizations.
01-28 16:44:15.152 18319 18319 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 16:44:15.752 18319 20907 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 16:44:15.752 18319 20907 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 16:44:16.286 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 16:44:16.298 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 16:44:16.852 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 16:44:16.862 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 16:44:16.866 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 16:44:16.956 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.957 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.957 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.958 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.959 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.960 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.961 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.962 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.963 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.965 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:16.974 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:16.979 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:16.983 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:17.073 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:17.077 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:17.080 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:17.125 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:17.131 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:17.134 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:17.144 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:17.148 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:17.152 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=59516fa3-6ecb-4994-8c9b-837d2a7fd485 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/o1/v/t62.7118-24/f1/m269/up-oil-image-7d4673a8-
edec-4102-bf7b-a26d509f9c07?ccb=9-
4&oh=01_AdQNNSAlyv96tYUUuo06Qnw8bgqoHWVEoeQ8XVIEJIxxYA&oe=65DE380F&_nc_sid=000000
thumbnail_height_width_ratio=1.2 is_animated_sticker=0
file_hash=aICmGiCHC8lUiFwcsxjwc3+jOfg8DcX82eez0elo5Wk=
file_path=Media/.Statuses/3858699557ae4fda800c605ade503c7b.jpg file_size=88823
partial_media_hash=null face_x=0 face_y=0 height=856 trim_to=0
media_key_timestamp=1706481803000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m269/up-oil-image-
7d4673a8-edec-4102-bf7b-a26d509f9c07?ccb=9-
4&oh=01_AdQNNSAlyv96tYUUuo06Qnw8bgqoHWVEoeQ8XVIEJIxxYA&oe=65DE380F&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=720 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=930 multicast_id=null
enc_file_hash=kVwejoMUUQNGxzV/JjWGUvwx5VdiTgEcQRek5/V+dl0= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=88823
media_name=null media_duration=0 chat_row_id=119 media_key=[B@a6d1d3a
01-28 16:44:17.162 18319 18372 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 16:44:17.162 18319 18372 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 16:44:17.168 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:17.174 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:17.177 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:17.621 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:17.625 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:17.628 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:18.110 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.114 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:18.117 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.139 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.143 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:18.147 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.203 18319 18319 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 16:44:18.203 18319 18319 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 16:44:18.290 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:18.295 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:18.300 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:18.365 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.372 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:18.376 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.396 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.401 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:18.405 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.556 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.562 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:18.566 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.644 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:18.653 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:18.659 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:19.146 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:19.153 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.163 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:19.583 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:19.590 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:19.597 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:19.620 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.626 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.631 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.643 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.649 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.654 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.660 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.667 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.672 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.681 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.688 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.694 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.703 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.709 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.714 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.727 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.732 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.736 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.744 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.749 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.753 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.760 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.767 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.772 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.779 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.785 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.789 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.798 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.803 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.807 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.814 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.818 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.823 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.830 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.835 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.839 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.846 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.852 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.856 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.863 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.868 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.872 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.880 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.887 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:19.894 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:19.912 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:19.917 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:19.921 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:20.176 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:20.185 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:20.189 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:20.682 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:20.691 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:20.701 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:21.182 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:21.191 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:21.198 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:21.683 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:21.698 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:21.703 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:22.178 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:22.184 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:22.188 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:22.685 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:22.694 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:22.702 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:23.182 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:23.192 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:23.202 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:23.686 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:23.694 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:23.703 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:23.948 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:23.955 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:23.960 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:23.981 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:23.986 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:23.990 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:23.998 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.004 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:24.008 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.016 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.022 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:24.026 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.048 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.053 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:24.057 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.068 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.074 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:24.079 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.098 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.104 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:24.108 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.116 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.121 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:24.126 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.134 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.140 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:24.144 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.451 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.457 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:24.463 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:24.599 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:24.605 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:24.609 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:24.833 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:24.839 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:24.843 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:25.183 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:25.189 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:25.195 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:25.350 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:25.355 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:25.359 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:25.383 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:25.388 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:25.392 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:25.834 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:25.840 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:25.845 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:26.338 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:26.347 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:26.354 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:26.837 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:26.845 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:26.849 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:26.869 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:26.874 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:26.879 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:27.303 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:27.308 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:27.313 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:27.806 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:27.817 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:27.825 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:28.309 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:28.318 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:28.326 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:28.806 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:28.811 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:28.815 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:29.307 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:29.314 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:29.317 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:29.340 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:29.346 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:29.350 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:29.842 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:29.851 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:29.858 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:29.891 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:29.896 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:29.900 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:30.274 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:30.280 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:30.285 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:30.692 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:30.698 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:30.703 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:30.942 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:30.947 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:30.951 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:31.192 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:31.197 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:31.201 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:31.643 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:31.649 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:31.653 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:31.976 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:31.982 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:31.987 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:32.227 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:32.232 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:32.236 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:32.395 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:32.401 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:32.408 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:32.528 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:32.533 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:32.538 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:32.695 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:32.700 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:32.705 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:32.727 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:32.733 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:32.737 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:32.878 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:32.885 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:32.892 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:33.196 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:33.202 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:33.206 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:33.229 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:33.235 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:33.238 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:33.272 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:33.276 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:33.327 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:33.334 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:33.362 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:33.367 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:33.382 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:33.387 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:33.395 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:33.401 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:33.412 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:33.418 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:33.720 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:33.725 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:33.740 18319 20926 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 16:44:33.740 18319 20926 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 16:44:33.746 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 16:44:33.752 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:33.782 18319 18332 W MediaPlayerNative: info/warning (10973, 0)
01-28 16:44:34.250 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:34.262 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:34.752 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:34.762 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:35.253 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:35.263 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:35.633 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 16:44:35.638 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 16:44:35.783 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:35.790 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:35.814 18319 18319 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 16:44:36.415 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 16:44:36.455 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x26d
01-28 16:44:36.535 18319 18319 W Activity: Can request only one set of permissions
at a time
01-28 16:44:36.557 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 16:44:36.557 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 16:44:36.557 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 16:44:36.557 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 16:44:36.557 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 16:44:36.557 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 16:44:36.558 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 16:44:36.558 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 16:44:36.629 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 16:44:36.633 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 16:44:36.759 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 16:44:36.759 18319 21110 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 16:44:36.763 18319 21120 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 16:44:37.442 18319 18319 E RecyclerView: No adapter attached; skipping layout
01-28 16:44:37.533 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.533 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.534 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.534 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.535 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.535 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.536 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.536 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.536 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.537 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.537 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.537 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.538 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.538 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.538 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.538 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.539 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.539 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.540 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.540 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.540 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.540 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.541 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.541 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.541 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.542 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.542 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.542 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.542 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.542 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.543 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.543 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.543 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.543 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.544 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.544 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.545 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.545 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.545 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.545 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.545 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.546 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.546 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.546 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.546 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.546 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.547 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.547 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.547 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.548 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.548 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.551 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 16:44:37.662 18319 18319 E RecyclerView: No adapter attached; skipping layout
01-28 16:44:37.698 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 16:44:37.703 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 16:44:37.726 18319 18319 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 16:44:37.755 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x1ad
01-28 16:44:51.458 18319 18327 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 16:44:51.604 18319 20938 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=10ac0a62-8d8f-44d1-bbe5-b363ee36fef9 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/31273553_1804994426641267_3102192743465036240_n.enc?ccb=11-4&oh=01_AdRHDdyYH-
O5KjKxoeMlYYfAi4tiTzg-OWsmPIJTK_Nlhw&oe=65DE65A0&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=O7G/VH5U2lPU2JDl6U7Bwy+5Ep9y21jhYJl3CxlAS7Y= file_path=Media/WhatsApp
Voice Notes/202405/PTT-20240128-WA0016.opus file_size=12912 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1706482047000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/31273553_1804994426641267_3102192743465036240_n.enc?ccb=11-4&oh=01_AdRHDdyYH-
O5KjKxoeMlYYfAi4tiTzg-OWsmPIJTK_Nlhw&oe=65DE65A0&_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=1 media_upload_handle=null message_row_id=932
multicast_id=null enc_file_hash=Q5mcKddn4VWWx7d0dWa5q8cfy5SIQ9kFHLn6T0FlVj0=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=12912 media_name=null media_duration=5 chat_row_id=102
media_key=[B@c642e1c
01-28 16:47:33.562 18319 18372 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 16:47:33.562 18319 18372 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 17:08:31.328 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 17:08:31.335 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 17:08:31.595 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 17:08:31.599 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 17:08:31.607 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 17:08:31.653 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:08:31.654 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:08:31.655 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:08:31.656 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:08:31.657 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:08:31.658 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:08:31.658 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:08:31.704 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:31.710 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:31.715 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:31.760 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:31.766 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:31.770 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:31.800 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:31.808 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:31.814 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:31.860 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:31.865 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:31.871 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:32.336 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:32.342 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:32.346 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:32.858 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:32.868 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:32.878 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:33.339 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:33.353 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:33.361 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:33.841 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:33.852 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:33.860 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:34.339 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:34.343 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:34.347 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:34.872 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:34.877 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:34.884 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:35.375 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:35.384 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:35.393 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:35.879 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:35.887 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:35.895 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:36.034 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:36.038 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.043 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:36.163 18319 18319 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 17:08:36.163 18319 18319 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 17:08:36.247 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:36.251 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:36.254 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:36.319 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.322 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:36.327 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.341 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.346 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:36.351 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.375 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.379 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:36.382 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.525 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.529 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:36.533 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.876 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:36.884 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:36.893 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.184 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:37.189 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:37.194 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:37.214 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:37.221 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:37.226 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:37.243 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:37.247 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:37.251 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:37.259 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:37.263 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:37.267 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:37.279 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.283 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:37.287 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.311 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.315 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:37.318 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.327 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.331 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:37.335 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.342 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.347 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:37.351 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.359 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.363 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:37.367 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.376 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.382 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:37.386 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:37.510 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:37.514 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:37.518 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:37.760 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:37.764 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:37.768 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:38.077 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:38.081 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:38.087 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:38.582 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:38.589 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:38.597 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:39.079 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:39.083 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:39.087 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:39.346 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:39.351 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:39.357 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:39.847 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:39.856 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:39.865 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:40.350 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:40.359 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:40.369 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:40.849 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:40.854 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:40.859 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:40.965 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:40.969 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:40.973 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:41.133 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:41.140 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:41.149 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:41.637 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:41.647 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:41.658 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:42.138 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:42.147 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:42.158 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:42.251 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:42.255 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:42.260 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:42.284 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:42.289 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:42.292 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:42.320 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:42.324 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:42.363 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:42.367 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:42.389 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:42.393 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:42.415 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:42.419 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:42.427 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:42.431 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:42.450 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:42.454 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:42.467 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:42.471 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:42.483 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:42.487 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:42.704 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:42.709 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:42.721 18319 23007 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 17:08:42.721 18319 23007 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 17:08:42.760 18319 18331 W MediaPlayerNative: info/warning (10973, 0)
01-28 17:08:42.785 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:42.791 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:42.991 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:42.997 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:43.023 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:43.027 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:43.112 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:43.116 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:43.135 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:43.140 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:08:43.187 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:43.191 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:08:43.269 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:08:43.273 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:08:43.332 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:08:43.336 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:08:43.843 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:08:43.849 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:31.592 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:40:38.949 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 17:40:38.956 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 17:40:39.210 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 17:40:39.218 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 17:40:39.224 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 17:40:39.278 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:40:39.279 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:40:39.284 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:40:39.284 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:40:39.286 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:40:39.286 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:40:39.328 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:39.333 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:39.338 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:39.377 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:39.385 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:39.392 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:39.434 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:39.438 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:39.442 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:39.514 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:39.519 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:39.524 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:40.016 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:40.020 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:40.024 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:40.182 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:40.186 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:40.191 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:40.199 18319 18319 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 17:40:40.199 18319 18319 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 17:40:40.394 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:40.398 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:40.402 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:40.428 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:40.433 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:40.436 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:40.535 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:40.540 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:40.544 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:40.609 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:40.613 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:40.617 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:41.025 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:41.030 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:41.035 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:41.547 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:41.557 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:41.566 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.031 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:42.043 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:42.052 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:42.281 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:42.284 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:42.288 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:42.310 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.314 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.319 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.327 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.331 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.336 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.343 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.348 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.352 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.360 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.364 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.368 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.377 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.381 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.385 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.397 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.403 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.408 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.427 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.431 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.436 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.444 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.449 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.454 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.478 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.482 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.487 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.495 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.501 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.506 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:42.528 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:42.532 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:42.537 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:42.712 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:42.716 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:42.722 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:42.878 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:42.883 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:42.887 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:43.045 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:43.049 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:43.055 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:43.162 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:43.166 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:43.171 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:43.328 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:43.332 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:43.336 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:43.378 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:43.383 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:43.388 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:43.496 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:43.500 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:43.506 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:43.696 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:43.700 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:43.705 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:43.863 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:43.869 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:43.872 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:44.230 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:44.234 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:44.239 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:44.480 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:44.484 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:44.488 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:44.664 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:44.669 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:44.673 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:44.881 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:44.885 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:44.889 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:45.249 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:45.252 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:45.257 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:45.751 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:45.761 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:45.771 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:45.900 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:45.904 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:45.909 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:45.933 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:45.937 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:45.941 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:45.971 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:45.975 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:46.027 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:46.030 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:46.058 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:46.062 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:46.083 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:46.087 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:46.099 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:46.103 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:46.120 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:46.123 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:46.186 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:46.194 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:46.205 18319 24040 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 17:40:46.205 18319 24040 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 17:40:46.241 18319 18334 W MediaPlayerNative: info/warning (10973, 0)
01-28 17:40:46.434 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:46.439 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:46.938 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:46.948 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:47.195 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:47.200 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:47.226 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:40:47.231 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:47.437 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:47.445 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:47.939 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:47.950 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:48.301 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:48.305 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:48.320 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:48.325 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:40:48.437 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:48.441 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:48.856 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:48.861 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:40:48.937 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:48.943 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:48.963 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:48.967 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:40:49.091 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:40:49.095 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:40:49.483 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:40:49.488 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:41:40.032 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 17:41:40.039 18319 18319 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 17:41:40.415 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 17:41:40.419 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 17:41:40.422 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 17:41:40.460 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.461 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.461 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.462 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.462 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.463 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.464 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.465 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.466 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.467 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.468 18319 18319 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:41:40.507 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:41:40.513 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:41:40.517 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:41:40.554 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:41:40.560 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:41:40.562 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:41:40.583 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:41:40.589 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:41:40.593 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:41:40.634 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:41:40.640 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:41:40.643 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:41:41.118 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:41.125 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:41.130 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:41.623 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:41:41.637 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:41:41.642 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:41:42.125 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:41:42.133 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:41:42.141 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:41:42.626 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:41:42.637 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:41:42.642 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:41:43.127 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:43.141 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:43.146 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:43.627 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:43.637 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:43.645 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:44.128 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:44.137 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:44.145 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:44.629 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:44.637 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:44.646 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:45.124 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:45.129 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:45.133 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:45.625 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:45.631 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:45.634 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:46.131 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:46.146 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:46.150 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:46.632 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:46.641 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:46.650 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:47.064 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:47.069 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:47.073 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:47.127 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:47.134 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:47.138 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:41:47.162 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:41:47.168 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:41:47.171 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:41:47.286 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x1--------- beginning of main
01-28 17:41:47.291 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:41:47.297 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:41:47.675 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:41:47.682 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:41:47.687 18319 18319 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:41:54.074 18319 18319 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 17:41:54.074 18319 18319 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 17:41:54.114 18319 18319 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 17:41:54.115 18319 18319 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 17:41:54.130 18319 18319 E RecyclerView: No adapter attached; skipping layout
01-28 17:42:04.176 25096 25096 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 17:42:04.363 25096 25096 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 17:42:04.365 25096 25096 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 17:42:04.365 25096 25096 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 17:42:04.365 25096 25096 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 17:42:04.365 25096 25096 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 17:42:04.365 25096 25096 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 17:42:04.365 25096 25096 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 17:42:04.365 25096 25096 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 17:42:04.365 25096 25096 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 17:42:04.365 25096 25096 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 17:42:04.365 25096 25096 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 17:42:04.365 25096 25096 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 17:42:04.365 25096 25096 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 17:42:04.365 25096 25096 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 17:42:04.365 25096 25096 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 17:42:04.365 25096 25096 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 17:42:04.365 25096 25096 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 17:42:04.365 25096 25096 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 17:42:04.365 25096 25096 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 17:42:04.365 25096 25096 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 17:42:04.365 25096 25096 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 17:42:04.365 25096 25096 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 17:42:04.365 25096 25096 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 17:42:04.383 25096 25096 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-28 17:42:04.976 25096 25096 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 17:42:04.976 25096 25096 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 17:42:05.342 25096 25142 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 17:42:05.342 25096 25142 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 17:42:05.342 25096 25142 W com.whatsapp: and incorrect proguard
optimizations.
01-28 17:48:09.247 25096 25096 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 17:48:09.634 25096 26707 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 17:48:09.634 25096 26707 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 17:48:10.229 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 17:48:10.242 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 17:48:10.673 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 17:48:10.680 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 17:48:10.685 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 17:48:10.763 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:10.763 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:10.764 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:10.765 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:10.765 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:10.766 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:10.768 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:10.777 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:10.781 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:10.784 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:10.855 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:10.859 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:10.863 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:10.876 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:10.882 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:10.886 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:10.930 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:10.934 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:10.937 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:10.947 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:10.950 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:10.954 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:11.407 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:11.410 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:11.413 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:11.908 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:11.911 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:11.914 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:12.415 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:12.423 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:12.433 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:12.915 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:12.927 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:12.937 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:13.416 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:13.425 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:13.430 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:13.917 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:13.924 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:13.929 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:14.412 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:14.416 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:14.420 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:14.913 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:14.918 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:14.921 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:15.420 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:15.427 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:15.432 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:15.921 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:15.927 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:15.935 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:16.419 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:16.429 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:16.434 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:16.922 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:16.932 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:16.938 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:17.423 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:17.437 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:17.447 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:17.923 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:17.932 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:17.936 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:18.424 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:18.431 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:18.437 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:18.925 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:18.931 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:18.940 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:19.420 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:19.424 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:19.428 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:19.764 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:19.769 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:19.772 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:19.921 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:19.927 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:19.933 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:19.939 25096 25096 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 17:48:19.939 25096 25096 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 17:48:20.122 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:20.128 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:20.133 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:20.155 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:20.161 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:20.166 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:20.323 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:20.329 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:20.335 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:20.427 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:20.440 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:20.445 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:20.928 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:20.942 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:20.947 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:21.429 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:21.437 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:21.443 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:21.930 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:21.938 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:21.948 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:22.299 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:22.305 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:22.309 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:22.326 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.332 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.336 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.343 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.349 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.354 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.375 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.380 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.384 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.392 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.397 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.401 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.411 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.416 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.421 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.441 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.447 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.451 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.458 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.463 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.467 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.475 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.479 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.483 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.491 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.496 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.500 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:22.558 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:22.563 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:22.568 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:22.658 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:22.662 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:22.667 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:22.909 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:22.914 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:22.918 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:23.159 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:23.165 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:23.169 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:23.460 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:23.465 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:23.469 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:23.893 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:23.900 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:23.904 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:24.011 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:24.016 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:24.020 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:24.244 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:24.250 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:24.254 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:24.461 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:24.466 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:24.469 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:24.561 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:24.566 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:24.570 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:24.695 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:24.701 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:24.706 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:24.878 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:24.884 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:24.888 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:25.095 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:25.100 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:25.106 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:25.245 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:25.250 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:25.255 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:25.396 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:25.401 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:25.406 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:25.547 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:25.551 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:25.555 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:25.713 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:25.718 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:25.724 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:25.764 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:25.769 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:25.773 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:25.931 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:25.937 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:25.943 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:26.434 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:26.445 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:26.453 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:26.532 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:26.539 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:26.544 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:26.565 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:26.570 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:26.575 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:26.748 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:26.753 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:26.758 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:26.781 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:26.786 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:26.791 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:26.915 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:26.920 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:26.924 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:26.948 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:26.953 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:26.957 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:27.032 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:27.037 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:27.041 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:27.349 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:27.355 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:27.359 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:27.385 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:27.390 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:27.394 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:27.429 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:27.434 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:27.485 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:27.489 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:27.510 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:27.515 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:27.532 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:27.537 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:27.549 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:27.553 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:27.566 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:27.571 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:27.736 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:27.741 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:27.753 25096 26725 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 17:48:27.753 25096 26725 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 17:48:27.794 25096 26777 W MediaPlayerNative: info/warning (10973, 0)
01-28 17:48:27.884 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:27.890 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:28.118 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:28.122 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:28.138 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:28.142 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:28.272 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:28.276 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:28.354 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:28.359 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:28.411 25096 25096 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 17:48:28.955 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 17:48:28.995 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-28 17:48:29.075 25096 25096 W Activity: Can request only one set of permissions
at a time
01-28 17:48:29.096 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 17:48:29.097 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 17:48:29.097 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 17:48:29.097 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 17:48:29.097 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 17:48:29.097 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 17:48:29.097 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 17:48:29.097 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 17:48:29.167 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:29.170 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:29.304 25096 26828 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 17:48:29.551 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 17:48:29.551 25096 26818 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 17:48:29.992 25096 25096 E RecyclerView: No adapter attached; skipping layout
01-28 17:48:30.096 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.096 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.097 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.097 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.099 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.099 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.100 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.101 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.101 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.102 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.103 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.103 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.104 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.104 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.105 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.106 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.107 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.108 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.109 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.110 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.110 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.111 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.112 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.112 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.113 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.114 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.114 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.114 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.115 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.115 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.116 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.116 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.116 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.117 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.119 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.121 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.123 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.123 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.124 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.125 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.126 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.126 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.127 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.127 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.128 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.128 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.130 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.130 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.130 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.131 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.131 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.133 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:30.238 25096 25096 E RecyclerView: No adapter attached; skipping layout
01-28 17:48:30.275 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:30.281 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:30.303 25096 25096 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 17:48:30.323 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x1a9
01-28 17:48:37.130 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.130 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.131 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.131 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.132 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.132 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.132 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.132 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.133 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.133 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.133 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.134 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.134 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.134 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.136 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.137 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:37.272 25096 25104 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 17:48:38.449 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 17:48:38.456 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 17:48:38.693 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 17:48:38.697 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 17:48:38.700 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 17:48:38.735 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:38.736 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:38.736 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:38.737 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:38.738 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:38.824 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:38.828 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:38.831 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:38.900 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:38.907 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:38.910 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:38.991 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:38.995 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:38.999 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:39.046 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.054 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:39.057 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.269 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.273 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:39.276 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.451 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:39.456 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:39.460 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:39.754 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.759 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:39.762 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.771 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:39.776 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:39.780 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:39.790 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:39.795 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.798 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:39.805 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:39.810 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:39.813 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:39.821 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:39.827 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:39.831 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:39.841 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:39.845 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:39.848 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:39.855 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:39.860 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:39.863 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:39.870 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:39.874 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:39.877 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:39.885 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:39.889 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:39.892 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:39.901 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:39.905 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:39.908 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:39.918 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.922 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:39.925 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.935 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:39.940 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:39.943 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:39.951 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:39.955 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:39.959 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:39.968 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:39.972 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:39.975 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:39.985 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:39.989 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:39.992 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:40.002 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:40.005 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:40.008 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:40.018 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:40.022 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:40.025 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:40.035 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:40.039 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:40.043 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:40.453 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:40.460 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:40.466 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:40.905 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:40.910 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:40.913 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:40.953 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:40.959 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:40.962 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:40.987 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:40.992 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:40.995 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:41.071 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:41.076 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:41.079 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:41.468 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:41.475 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:41.478 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:50.743 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 17:48:50.750 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 17:48:50.928 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 17:48:50.931 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 17:48:50.956 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:50.956 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:50.957 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:50.957 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:50.958 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:48:50.990 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:50.993 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:51.025 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:51.028 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:51.048 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:51.052 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:51.093 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:51.096 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:51.592 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:51.600 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:52.093 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:52.099 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:52.595 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:52.602 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:53.095 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:53.106 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:53.596 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:53.603 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:54.096 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:54.105 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:54.597 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:54.604 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:55.098 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:55.105 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:55.598 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:55.605 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:55.808 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:55.813 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:56.098 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:56.110 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:56.600 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:56.608 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:57.100 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:57.109 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:48:57.601 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:57.608 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:48:58.102 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:58.108 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:48:58.603 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:58.613 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:48:59.103 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:48:59.111 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:48:59.604 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:48:59.613 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:00.104 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:00.113 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:00.606 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:00.613 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:01.107 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:01.118 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:01.607 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:01.616 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:02.108 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:02.114 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:02.609 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:02.615 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:03.109 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:03.120 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:03.606 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:03.610 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:03.665 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:03.669 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:03.725 25096 25096 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 17:49:03.725 25096 25096 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 17:49:03.851 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:03.857 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:03.873 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:03.881 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:04.056 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:04.061 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:04.106 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:04.111 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:04.612 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:04.621 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:04.910 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:04.916 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:04.932 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:04.938 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:04.957 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:04.962 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:04.974 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:04.978 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:04.990 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:04.995 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:05.007 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:05.012 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:05.026 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:05.030 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:05.040 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:05.045 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:05.057 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:05.062 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:05.074 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:05.079 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:05.091 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:05.096 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:05.107 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:05.112 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:05.408 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:05.414 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:05.458 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:05.463 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:05.691 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:05.696 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:05.842 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:05.847 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:06.009 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:06.014 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:06.042 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:06.047 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:06.225 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:06.230 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:06.560 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:06.565 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:06.826 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:06.832 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:07.094 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:07.098 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:07.598 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:07.608 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:08.099 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:08.108 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:08.547 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:08.551 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:09.048 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:09.058 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:09.550 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:09.559 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:10.053 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:10.061 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:10.570 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:10.582 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:11.071 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:11.082 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:11.257 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:11.262 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:11.284 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:11.290 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:11.787 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:11.799 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:12.288 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:12.302 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:12.788 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:12.796 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:13.291 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:13.303 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:13.791 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:13.801 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:14.292 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:14.302 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:14.794 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:14.802 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:15.295 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:15.304 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:15.796 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:15.806 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:16.297 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:16.306 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:16.798 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:16.812 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:17.299 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:17.311 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:17.799 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:17.814 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:18.300 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:18.308 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:18.801 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:18.809 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:19.079 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:19.085 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:19.480 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:19.486 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:19.646 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:19.652 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:19.713 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:19.718 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:20.215 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:20.222 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:20.719 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:20.731 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:21.216 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:21.222 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:21.249 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:21.256 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:21.418 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:21.425 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:21.650 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:21.655 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:21.819 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:21.828 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:21.994 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:22.000 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:22.017 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:22.022 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:22.150 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:22.156 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:22.217 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:22.222 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:22.417 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:22.422 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:22.568 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:22.572 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:22.735 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:22.739 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:22.768 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:22.772 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:22.918 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:22.923 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:23.438 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:23.446 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:23.941 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:23.948 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:24.442 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:24.454 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:24.942 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:24.955 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:25.443 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:25.454 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:25.944 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:25.952 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:26.446 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:26.455 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:26.791 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:26.798 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:26.808 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:26.813 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:27.310 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:27.319 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:27.813 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:27.823 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:28.210 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:28.215 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:28.461 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:28.465 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:28.794 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:28.799 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:29.297 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:29.306 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:29.800 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:29.809 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:30.163 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:30.168 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:30.380 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:30.385 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:30.713 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:30.719 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:30.864 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:30.868 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:30.914 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:30.919 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:31.028 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:31.034 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:31.047 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:31.054 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:31.231 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:31.237 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:31.566 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:31.572 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:31.601 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:31.606 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:31.630 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:31.636 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:31.648 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:31.653 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:31.689 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:31.694 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:31.721 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:31.726 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:31.748 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:31.753 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:31.765 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:31.770 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:31.782 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:31.787 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:32.054 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:32.059 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:32.068 25096 26725 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 17:49:32.068 25096 26725 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 17:49:32.100 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:32.102 25096 25110 W MediaPlayerNative: info/warning (10973, 0)
01-28 17:49:32.106 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:32.601 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:32.610 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:32.883 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:32.889 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:32.919 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:32.924 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:32.990 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:32.996 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:33.070 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:33.076 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:33.101 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:33.107 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:33.231 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:33.236 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:33.272 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:33.277 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:33.619 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:33.625 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:33.651 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:33.657 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:33.758 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:33.770 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:33.851 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:33.856 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:33.868 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:33.876 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:34.028 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:34.033 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:34.060 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:34.066 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:34.116 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:34.122 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:34.223 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:34.227 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:34.252 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:34.258 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:34.359 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:34.364 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:34.504 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:34.509 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:34.594 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:34.599 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:34.623 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:34.628 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:34.803 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:34.860 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:34.866 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:34.906 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:34.915 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:35.091 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:35.097 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:35.161 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:35.166 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:35.251 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:35.257 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:35.279 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:35.283 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:39.493 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.493 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.494 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.494 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.494 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.495 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.495 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.496 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.496 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.496 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.497 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.497 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.497 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.498 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.498 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.499 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:39.499 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:43.499 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 17:49:43.506 25096 25096 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 17:49:43.704 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 17:49:43.707 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 17:49:43.732 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:43.732 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:43.733 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:43.733 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:43.734 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:43.734 25096 25096 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:49:43.764 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:43.768 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:43.804 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:43.808 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:43.822 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:43.828 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:43.836 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:43.841 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:43.876 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:43.880 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:44.368 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:44.373 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:44.869 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:44.874 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:45.195 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:45.199 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:45.253 25096 25096 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 17:49:45.253 25096 25096 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 17:49:45.370 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:45.377 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:45.419 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:45.424 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:45.445 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:45.451 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:45.603 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:45.609 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:45.876 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:45.886 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:46.258 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:46.264 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:46.288 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:46.293 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:46.304 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:46.309 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:46.321 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:46.326 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:46.337 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:46.342 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:46.354 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:46.359 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:46.374 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:46.379 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:46.388 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:46.393 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:46.404 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:46.409 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:46.421 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:46.426 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:46.438 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:46.443 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:46.455 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:46.459 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:46.471 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:46.476 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:46.789 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:46.794 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:46.989 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:46.995 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:47.272 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:47.278 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:47.506 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:47.511 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:47.874 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:47.879 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:48.375 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:48.381 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:48.424 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:48.431 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:48.566 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:48.571 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:48.608 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:48.614 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:48.825 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:48.831 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:49.092 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:49.097 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:49.595 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:49.605 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:49.911 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:49.917 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:49.943 2509--------- beginning of main
01-28 17:49:49.949 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:50.448 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:50.458 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:50.948 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:50.958 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:51.112 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:51.118 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:51.139 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:51.144 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:51.174 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:51.180 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:51.195 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:51.200 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:51.242 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:51.247 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:51.269 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:51.274 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:51.296 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:51.301 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:51.312 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:51.317 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:51.329 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:51.334 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:51.648 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:51.654 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:51.918 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:51.925 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:49:51.938 25096 26725 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 17:49:51.938 25096 26725 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 17:49:51.974 25096 27085 W MediaPlayerNative: info/warning (10973, 0)
01-28 17:49:52.148 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:52.155 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:52.216 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:52.221 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:52.239 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:52.243 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:52.282 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:49:52.287 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:52.414 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:49:52.420 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:49:52.503 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:49:52.508 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:49:53.188 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:49:53.195 25096 25096 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:50:02.530 25096 27160 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 17:56:33.374 30672 30672 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 17:56:33.625 30672 30672 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 17:56:33.631 30672 30672 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 17:56:33.631 30672 30672 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 17:56:33.631 30672 30672 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 17:56:33.631 30672 30672 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 17:56:33.631 30672 30672 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 17:56:33.631 30672 30672 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 17:56:33.631 30672 30672 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 17:56:33.631 30672 30672 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 17:56:33.631 30672 30672 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 17:56:33.631 30672 30672 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 17:56:33.631 30672 30672 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 17:56:33.631 30672 30672 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 17:56:33.631 30672 30672 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 17:56:33.631 30672 30672 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 17:56:33.631 30672 30672 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 17:56:33.631 30672 30672 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 17:56:33.631 30672 30672 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 17:56:33.631 30672 30672 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 17:56:33.631 30672 30672 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 17:56:33.631 30672 30672 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 17:56:33.631 30672 30672 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 17:56:33.631 30672 30672 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 17:56:33.662 30672 30672 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-28 17:56:34.248 30672 30672 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 17:56:34.248 30672 30672 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 17:56:34.565 30672 30718 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 17:56:34.565 30672 30718 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 17:56:34.565 30672 30718 W com.whatsapp: and incorrect proguard
optimizations.
01-28 17:57:39.183 30672 30672 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 17:57:39.312 30672 30672 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 17:57:39.842 30672 30672 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 17:57:39.882 30672 30672 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-28 17:57:39.924 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 17:57:39.924 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 17:57:39.924 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 17:57:39.924 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 17:57:39.924 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 17:57:39.924 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 17:57:39.925 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 17:57:39.925 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 17:57:39.957 30672 30672 W Activity: Can request only one set of permissions
at a time
01-28 17:57:40.080 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 17:57:40.080 30672 31434 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 17:57:41.074 30672 30672 E RecyclerView: No adapter attached; skipping layout
01-28 17:57:41.195 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.195 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.196 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.197 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.198 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.198 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.198 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.198 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.199 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.199 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.199 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.199 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.199 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.200 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.200 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.200 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.200 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.201 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.201 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.201 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.201 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.202 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.202 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.202 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.202 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.203 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.203 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.203 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.203 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.204 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.204 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.204 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.204 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.205 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.205 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.205 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.205 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.205 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.206 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.206 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.206 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.207 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.207 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.207 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.208 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.208 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.208 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.208 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.209 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.209 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.209 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.209 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.210 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.210 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.212 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:41.289 30672 30672 E RecyclerView: No adapter attached; skipping layout
01-28 17:57:41.308 30672 30672 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-28 17:57:41.647 30672 31517 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 17:57:41.968 30672 30672 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 17:57:45.468 30672 31700 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 17:57:45.468 30672 31700 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 17:57:45.801 30672 30672 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 17:57:45.814 30672 30672 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 17:57:45.870 30672 30680 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 17:57:46.135 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 17:57:46.139 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 17:57:46.143 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 17:57:46.185 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:46.185 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:46.185 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:46.186 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:46.186 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:46.187 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:46.188 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:46.189 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:46.190 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:46.308 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:46.311 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:46.315 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:46.389 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:46.393 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:46.398 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:46.438 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:46.442 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.449 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:46.474 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:46.478 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:46.482 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:46.504 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.508 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.512 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.531 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.535 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.538 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.545 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.550 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.553 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.562 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.567 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.570 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.579 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.583 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.586 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.596 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.600 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.603 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.612 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.616 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.619 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.629 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.633 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.636 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.656 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.660 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.663 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.695 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:46.699 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:46.702 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:46.721 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.724 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:46.727 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.862 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:46.866 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:46.870 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:47.368 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:47.376 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:47.384 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:47.870 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:47.877 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:47.887 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:48.371 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:48.383 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:48.392 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:48.871 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:48.879 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:48.885 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:49.389 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:49.396 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:49.406 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:49.888 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:49.893 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:49.898 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:49.987 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:49.991 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:49.994 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:50.077 30672 30672 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 17:57:50.077 30672 30672 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 17:57:50.273 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:50.279 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:50.284 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:50.301 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:50.307 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:50.312 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:50.368 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:50.375 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:50.378 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:50.468 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:50.474 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:50.478 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:50.885 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:50.896 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:50.901 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.387 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.393 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.399 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.435 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.440 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.445 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.462 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.467 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.471 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.486 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.491 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.495 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.503 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.508 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.512 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.520 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.525 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.528 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.539 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.544 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.548 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.570 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.575 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.579 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.586 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.592 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.596 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.604 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.609 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.613 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.621 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.627 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:51.631 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:51.721 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:51.725 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:51.729 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:51.904 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:51.909 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:51.914 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:52.020 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:52.026 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:52.030 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:52.190 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:52.195 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:52.201 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:52.288 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:52.295 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:52.299 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:52.471 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:52.478 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:52.483 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:52.556 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:52.562 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:52.566 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:52.655 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:52.660 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:52.664 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:52.821 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:52.828 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:52.833 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:52.855 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:52.860 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:52.865 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.022 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:53.028 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.034 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:53.089 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.094 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.098 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.108 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.112 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.116 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.123 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.129 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.132 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.139 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.144 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.147 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.156 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.161 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.165 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.173 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.178 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.181 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.189 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.195 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.198 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.206 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.211 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.216 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.226 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.231 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.236 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.244 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.248 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.252 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.260 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.265 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.269 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.276 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.281 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.285 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.293 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.299 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.302 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.310 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.315 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.318 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.326 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.331 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.334 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.341 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.346 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.350 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.357 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.362 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.366 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.374 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.380 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.384 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.392 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.398 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.401 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.410 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.416 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.420 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.428 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.433 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.437 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.445 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:53.450 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.453 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:53.473 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:53.477 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:53.481 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:53.541 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:53.547 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:53.551 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:53.573 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:53.578 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:53.581 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:53.615 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.620 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:53.688 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:53.693 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:53.722 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:53.727 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:53.748 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:53.752 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.773 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:53.778 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:53.790 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:53.795 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:54.076 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:54.085 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:54.230 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:54.236 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:54.255 30672 31446 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 17:57:54.255 30672 31446 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 17:57:54.295 30672 30858 W MediaPlayerNative: info/warning (10973, 0)
01-28 17:57:54.575 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:54.582 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:54.663 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:54.667 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:54.692 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:54.696 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:54.794 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:54.799 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:54.844 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:54.847 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:55.079 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:55.083 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:55.462 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:55.467 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:56.315 30672 30672 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 17:57:56.322 30672 30672 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 17:57:56.609 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 17:57:56.614 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 17:57:56.617 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 17:57:56.665 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:56.665 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:56.666 30672 30672 W TextView: onProvideContentCaptureStructure():
call--------- beginning of main
01-28 17:57:56.667 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:56.668 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:56.669 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:56.669 30672 30672 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 17:57:56.784 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:56.788 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:56.791 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:56.911 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:56.916 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:56.919 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:56.974 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:56.980 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:56.985 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:57.166 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:57.171 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:57.174 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:57.379 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:57.384 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 17:57:57.387 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 17:57:57.717 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:57.723 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:57.727 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:57.804 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:57.809 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 17:57:57.814 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:57.926 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:57.931 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 17:57:57.935 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 17:57:58.326 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:57:58.334 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 17:57:58.338 30672 30672 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 17:58:50.283 378 378 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 17:58:50.527 378 378 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 17:58:50.531 378 378 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 17:58:50.531 378 378 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 17:58:50.531 378 378 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 17:58:50.531 378 378 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 17:58:50.531 378 378 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 17:58:50.531 378 378 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 17:58:50.531 378 378 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 17:58:50.531 378 378 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 17:58:50.531 378 378 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 17:58:50.531 378 378 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 17:58:50.531 378 378 W System.err: at
android.app.LoadedApk.makeApplicationInner(Loade--------- beginning of main
01-28 17:58:50.563 378 378 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-28 17:58:51.091 378 378 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 17:58:51.091 378 378 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 17:58:51.412 378 786 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 17:58:51.412 378 786 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 17:58:51.412 378 786 W com.whatsapp: and incorrect proguard
optimizations.
01-28 18:01:28.240 378 2526 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 18:09:59.220 9630 9630 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 18:09:59.665 9630 9630 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 18:09:59.674 9630 9630 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 18:09:59.674 9630 9630 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 18:09:59.674 9630 9630 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 18:09:59.674 9630 9630 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 18:09:59.674 9630 9630 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 18:09:59.674 9630 9630 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 18:09:59.674 9630 9630 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 18:09:59.674 9630 9630 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 18:09:59.674 9630 9630 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 18:09:59.674 9630 9630 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 18:09:59.674 9630 9630 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 18:09:59.674 9630 9630 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 18:09:59.675 9630 9630 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 18:09:59.675 9630 9630 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 18:09:59.675 9630 9630 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 18:09:59.675 9630 9630 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 18:09:59.675 9630 9630 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 18:09:59.675 9630 9630 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 18:09:59.675 9630 9630 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 18:09:59.675 9630 9630 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 18:09:59.675 9630 9630 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 18:09:59.675 9630 9630 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 18:09:59.750 9630 9630 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-28 18:10:00.808 9630 9630 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 18:10:00.808 9630 9630 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 18:10:01.257 9630 9723 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 18:10:01.257 9630 9723 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 18:10:01.257 9630 9723 W com.whatsapp: and incorrect proguard
optimizations.
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=200ca843-e0f8-4907-b54e-3d6af8c57711 transcoded=0 gif_attribution=0
first_scan_length=13373 direct_path=/o1/v/t62.7118-24/f1/m233/up-oil-image-
f3978627-d705-4f8a-b3b9-73a19393f136?ccb=9-4&oh=01_AdScXieX78GngXKe4lsII_4mw305w-
hYhpsNzI2cQq6H8w&oe=65DE4D74&_nc_sid=000000&_nc_hot=1706487115
thumbnail_height_width_ratio=1.8 is_animated_sticker=0
file_hash=v284cFl3V6VUIJQ5KChMjT0cggX92eLkura3oGG2tbE= file_path=Media/WhatsApp
Images/Private/IMG-20240128-WA0017.jpg file_size=161713
partial_media_hash=pfXD+vAPk27tHDNIMoJ4IHphNOjGX/Eh0dPMyyEYQx0= face_x=538
face_y=770 height=1280 trim_to=0 media_key_timestamp=1706487114000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m233/up-oil-image-
f3978627-d705-4f8a-b3b9-73a19393f136?ccb=9-4&oh=01_AdScXieX78GngXKe4lsII_4mw305w-
hYhpsNzI2cQq6H8w&oe=65DE4D74&_nc_sid=000000&mms3=true media_caption=null
trim_from=0 mime_type=image/jpeg 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=983 multicast_id=null
enc_file_hash=XYj2Z2Pb0ArCfQNZIuEs9k4rKX7Nt77gNJVa23pNt90= mute_video=0
page_count=0 first_scan_sidecar=[B@d58afe4 suspicious_content=0 file_length=161713
media_name=null media_duration=0 chat_row_id=369 media_key=[B@2b28c4d
01-28 18:12:05.590 9630 9718 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 18:12:05.590 9630 9718 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=a65bceed-137f-4c06-8343-7f6eaba24db8 transcoded=0 gif_attribution=0
first_scan_length=10913 direct_path=/o1/v/t62.7118-24/f1/m235/up-oil-image-
31d44eb7-bd51-4d81-992a-72402bbff54f?ccb=9-
4&oh=01_AdQBKx7j6ZzaBy08970_U9Hs5cx9R3w1fptpVpBP4SFQ3A&oe=65DE459C&_nc_sid=000000&_
nc_hot=1706487127 thumbnail_height_width_ratio=1.8 is_animated_sticker=0
file_hash=EjsfsNCb9UWcgfpKTQc5NzJjfib+jlPjj/uzM02EmkE= file_path=Media/WhatsApp
Images/Private/IMG-20240128-WA0018.jpg file_size=132263
partial_media_hash=NOd52VPY9SFquhWWcadKX1wf8ZUeUeaRLTsysVvxbNw= face_x=164
face_y=955 height=1280 trim_to=0 media_key_timestamp=1706487125000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m235/up-oil-image-
31d44eb7-bd51-4d81-992a-72402bbff54f?ccb=9-
4&oh=01_AdQBKx7j6ZzaBy08970_U9Hs5cx9R3w1fptpVpBP4SFQ3A&oe=65DE459C&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
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=984 multicast_id=null
enc_file_hash=0zXgG5Pu165H2bDpfLnHFi+EEEOfg88v6jU0vVcpFd0= mute_video=0
page_count=0 first_scan_sidecar=[B@7f0352d suspicious_content=0 file_length=132263
media_name=null media_duration=0 chat_row_id=369 media_key=[B@f488a62
01-28 18:12:08.458 9630 9718 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 18:12:08.458 9630 9718 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 18:12:41.423 9630 13166 E SQLiteLog: (1) no such table: messages_vcards in
"INSERT INTO messages_vcards(vcard,message_row_id,sender_jid,chat_jid) VALUES
(?,?,?,?)"
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: Error inserting vcard=BEGIN:VCARD
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: VERSION:3.0
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: N:;Adalgisa/botas;;;
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: FN:Adalgisa/botas
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: item1.TEL;waid=5212717096429:+52
271 709 6429
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: item1.X-ABLabel:Celular
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: END:VCARD message_row_id=986
sender_jid=5212711024652@s.whatsapp.net chat_jid=5212711024652@s.whatsapp.net
01-28 18:12:41.428 9630 13166 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-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
com.whatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:300)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-28 18:12:41.428 9630 13166 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-28 18:12:41.428 9630 13166 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-28 18:12:41.429 9630 13166 E SQLiteDatabase: Error inserting vcard_row_id=-1
message_row_id=986 vcard_jid=5212717096429@s.whatsapp.net
01-28 18:12:41.429 9630 13166 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-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1521)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:957)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:34)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:240
8)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
com.whatsapp.jobqueue.job.messagejob.AsyncMessageJob.A06(Unknown Source:355)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1006)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at X.3e7.run(Unknown
Source:1130)
01-28 18:12:41.429 9630 13166 E SQLiteDatabase: at
java.lang.Thread.run(Thread.java:1012)
01-28 18:19:34.621 9630 9630 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 18:19:34.861 9630 9630 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 18:19:35.494 9630 9630 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 18:19:35.538 9630 9630 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-28 18:19:35.622 9630 9630 W Activity: Can request only one set of permissions
at a time
01-28 18:19:35.764 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 18:19:35.764 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 18:19:35.764 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 18:19:35.764 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 18:19:35.764 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 18:19:35.765 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 18:19:35.765 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 18:19:35.765 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 18:19:36.035 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 18:19:36.035 9630 18422 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 18:19:36.818 9630 9630 E RecyclerView: No adapter attached; skipping layout
01-28 18:19:36.969 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.970 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.970 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.970 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.971 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.971 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.972 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.972 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.972 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.972 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.973 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.973 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.973 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.973 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.974 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.974 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.974 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.974 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.974 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.974 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.975 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.975 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.975 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.975 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.976 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.976 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.976 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.976 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.977 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.977 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.978 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.978 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.978 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.978 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.979 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.979 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.979 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.979 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.980 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.980 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.980 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.981 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.981 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.981 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.981 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.981 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.982 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.982 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.982 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.982 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.983 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.983 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.983 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.984 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.984 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:36.986 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:19:37.065 9630 9630 E RecyclerView: No adapter attached; skipping layout
01-28 18:19:37.090 9630 9630 E ArmVmp : Match on catch block at 0x0a in for
0x1b1
01-28 18:19:37.325 9630 18478 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 18:19:37.618 9630 9630 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 18:19:43.708 9630 9639 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 18:20:10.966 9630 18604 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 18:22:38.559 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:38.560 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:41.480 9630 19111 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 18:22:41.480 9630 19111 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 18:22:41.832 9630 9630 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 18:22:41.843 9630 9630 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 18:22:42.283 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 18:22:42.292 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 18:22:42.336 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.337 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.338 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.338 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.339 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.339 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.340 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.340 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.341 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.341 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.342 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.344 9630 9630 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 18:22:42.556 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:42.562 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:42.665 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:42.670 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:42.709 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:42.715 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:42.724 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:42.731 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:42.741 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:42.748 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:42.757 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:42.763 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:42.774 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:42.779 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:42.790 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:42.796 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:42.827 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:42.832 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:42.860 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:42.864 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:42.918 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:42.923 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:42.933 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:42.938 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:42.954 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:42.958 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:42.969 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:42.973 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:42.984 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:42.988 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:42.997 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.001 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.009 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.013 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.025 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.029 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.041 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.045 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.058 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.061 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.074 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.078 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.091 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.095 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.108 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.112 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.124 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.128 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.141 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.145 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.158 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.162 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.175 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.178 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.191 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.195 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.208 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.212 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.225 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.228 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.241 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.245 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.376 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.380 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.393 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.397 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.410 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.414 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.426 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.431 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.442 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.447 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.459 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.463 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.475 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.479 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.492 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.497 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.509 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.513 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.526 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.531 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.543 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.547 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.559 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.565 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.576 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.584 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.596 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.607 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.617 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.626 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.635 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.641 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.650 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.654 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.662 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.667 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.677 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.681 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.693 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.697 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.709 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.713 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.726 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.730 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.743 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.747 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.777 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.781 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.794 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.798 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.810 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.814 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.829 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.832 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.844 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.848 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.860 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.864 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.877 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.882 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.893 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.898 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.912 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.916 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:43.927 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.932 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:43.944 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.948 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.964 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:43.968 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:43.978 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:43.983 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:43.994 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:43.999 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:44.010 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.015 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.027 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.032 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.046 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:44.051 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:44.060 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.065 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.077 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.082 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:44.094 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.098 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.111 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.115 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.127 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:44.132 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.144 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.148 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.161 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:44.165 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:44.177 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.181 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.194 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.199 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:44.211 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.216 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.227 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.232 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.244 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:44.249 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.277 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.282 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.294 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:44.300 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.660 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:44.664 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:44.694 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.699 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:44.711 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.717 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.727 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.733 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.743 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.749 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.761 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.766 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.777 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:44.782 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.794 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:44.799 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:44.810 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.815 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:44.829 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.837 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.844 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.849 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.861 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.870 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.878 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.883 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.894 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:44.899 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.910 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.915 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:44.928 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.933 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:44.945 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:44.950 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:44.960 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:44.965 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:45.094 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:45.099 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:45.296 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:45.303 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:48.500 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:48.506 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:48.535 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:48.541 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:48.549 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:48.554 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:48.566 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:48.570 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:48.583 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:48.587 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:48.599 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:48.604 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:48.616 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:48.621 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:48.633 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:48.637 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:48.649 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:48.653 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:48.666 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:48.671 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:48.683 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:48.687 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:48.699 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:48.704 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:48.716 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:48.720 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:48.733 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:48.737 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:49.035 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:49.041 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:49.537 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:49.545 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:50.038 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:50.046 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:50.538 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:50.546 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:51.042 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:51.051 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:51.543 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:51.552 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:52.044 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:52.053 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:52.545 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:52.555 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:53.046 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:53.060 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:53.547 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:53.555 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:54.047 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:54.056 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:54.548 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:54.558 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:55.049 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:55.058 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:55.550 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:55.558 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.046 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.051 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.066 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.071 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.080 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.085 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.097 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.102 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.113 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.117 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.132 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.137 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.148 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.153 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.163 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.168 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.179 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.184 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.196 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.200 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.212 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.217 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.229 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.234 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.246 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.250 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.263 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.267 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.279 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.284 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.296 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.301 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.313 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.318 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.329 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.334 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.346 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.350 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.363 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.367 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.380 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.385 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.396 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.401 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.412 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.417 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.429 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.434 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.446 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.450 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.462 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.467 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.479 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.484 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.496 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.500 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.512 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.517 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.529 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.534 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.546 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.551 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.563 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.567 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.579 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.584 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.596 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.601 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.612 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.617 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.629 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.633 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.645 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.650 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.662 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.667 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.679 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.684 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.696 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.701 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.712 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.717 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.729 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.734 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.746 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.751 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.762 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.767 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.779 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.783 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.796 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.800 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.812 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.817 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.829 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.834 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.846 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.850 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.862 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.867 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.879 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.884 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.895 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.901 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:56.912 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.917 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:56.929 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.934 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:56.945 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.950 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:56.962 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.967 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:56.979 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:56.984 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:56.996 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.001 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.012 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.017 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.029 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.034 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.046 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.051 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.063 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.067 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.365 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.371 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.382 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.388 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.399 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.405 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.419 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.425 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.434 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.439 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.450 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.455 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.465 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.470 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.483 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.487 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.498 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.502 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.515 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.519 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.531 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.536 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.548 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.552 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.563 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.568 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.581 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.585 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.598 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.602 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.615 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.619 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.631 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.636 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.648 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.653 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.665 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.669 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.681 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.685 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.701 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.706 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.716 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.721 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.733 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.738 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.747 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.752 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.766 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.771 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.781 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.785 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.801 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.805 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.817 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.822 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.831 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.836 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.848 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.852 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:57.864 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.869 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:57.881 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.886 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:57.897 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.901 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:57.914 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:57.918 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:57.930 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:57.935 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:58.080 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:58.085 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:58.248 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:58.256 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:58.266 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:58.275 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:58.283 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:58.292 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:58.300 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:58.307 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:58.314 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:58.321 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:58.332 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:58.337 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:58.348 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:58.353 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:58.365 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:58.370 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:58.384 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:58.389 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:58.398 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:58.404 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:58.415 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:58.422 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:58.431 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:58.436 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:58.448 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:58.455 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:58.465 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:58.469 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:58.483 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:58.488 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:22:58.498 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:58.503 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:22:58.516 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:58.523 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:22:58.583 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:58.588 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:22:59.083 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:22:59.090 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:22:59.587 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:22:59.597 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:00.088 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:00.097 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:00.590 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:00.601 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:01.091 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:01.101 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:01.591 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:01.601 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:02.087 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:02.097 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:02.474 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:02.479 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:02.489 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:02.495 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:02.507 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:02.512 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:02.528 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:02.534 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:02.544 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:02.549 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:02.558 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:02.563 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:02.575 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:02.579 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:02.590 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:02.594 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:02.605 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:02.609 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:02.621 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:02.625 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:02.638 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:02.641 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:02.654 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:02.658 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:02.671 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:02.675 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:02.688 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:02.691 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:02.705 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:02.708 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:02.721 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:02.724 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:02.738 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:02.741 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:03.005 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:03.010 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:03.022 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:03.027 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:03.039 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:03.043 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:03.056 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:03.061 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:03.073 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:03.077 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:03.088 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:03.092 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:03.105 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:03.109 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:03.122 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:03.126 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:03.139 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:03.143 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:03.155 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:03.159 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:03.172 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:03.176 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:03.188 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:03.193 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:03.206 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:03.209 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:03.222 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:03.226 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:03.239 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:03.243 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:03.256 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:03.260 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:03.273 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:03.279 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:03.607 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:03.613 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:04.109 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:04.116 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:04.148 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:04.152 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:04.186 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:04.191 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:04.214 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:04.218 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:04.251 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:04.255 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:04.269 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:04.272 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:04.285 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:04.289 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:04.302 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:04.305 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:04.318 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:04.321 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:04.333 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:04.337 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:04.350 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:04.354 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:04.366 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:04.369 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:04.382 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:04.385 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:04.397 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:04.401 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:04.413 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:04.417 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:04.430 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:04.433 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:04.445 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:04.449 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:04.461 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:04.465 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:04.625 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:04.630 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:05.137 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:05.142 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:05.629 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:05.638 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:06.132 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:06.139 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:06.633 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:06.645 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:07.134 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:07.146 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:07.635 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:07.642 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:08.133 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:08.147 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:08.636 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:08.643 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:09.136 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:09.144 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:09.638 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:09.649 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:10.139 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:10.146 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:10.639 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:10.646 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:11.140 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:11.148 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:11.641 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:11.648 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:12.142 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:12.154 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:12.642 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:12.651 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:13.160 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:13.166 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:13.661 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:13.667 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:14.161 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:14.168 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:14.662 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:14.674 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:15.157 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:15.162 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:15.664 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:15.670 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:16.164 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:16.171 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:16.665 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:16.673 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:17.166 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:17.177 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:17.667 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:17.674 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:18.167 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:18.176 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 18:23:18.668 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:18.675 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 18:23:19.169 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:19.176 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:19.670 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:19.682 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:20.170 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:20.180 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 18:23:20.666 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:20.675 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 18:23:21.029 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:21.034 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:23:21.157 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 18:23:21.160 9630 9630 E ArmVmp : Ma--------- beginning of main
01-28 18:23:21.531 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 18:23:21.537 9630 9630 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 18:35:50.955 20064 20064 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 18:35:51.169 20064 20064 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 18:35:51.169 20064 20064 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 18:35:51.169 20064 20064 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 18:35:51.169 20064 20064 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 18:35:51.169 20064 20064 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 18:35:51.169 20064 20064 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 18:35:51.170 20064 20064 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 18:35:51.170 20064 20064 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 18:35:51.170 20064 20064 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 18:35:51.170 20064 20064 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 18:35:51.170 20064 20064 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 18:35:51.170 20064 20064 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 18:35:51.170 20064 20064 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 18:35:51.170 20064 20064 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 18:35:51.170 20064 20064 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 18:35:51.170 20064 20064 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 18:35:51.170 20064 20064 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 18:35:51.170 20064 20064 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 18:35:51.170 20064 20064 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 18:35:51.170 20064 20064 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 18:35:51.170 20064 20064 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 18:35:51.170 20064 20064 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 18:35:51.170 20064 20064 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 18:35:51.183 20064 20064 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-28 18:35:51.649 20064 20064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 18:35:51.649 20064 20064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 18:35:51.910 20064 20123 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 18:35:51.910 20064 20123 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 18:35:51.910 20064 20123 W com.whatsapp: and incorrect proguard
optimizations.
01-28 19:08:13.623 20064 20064 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 19:08:14.591 20064 20064 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 19:08:15.842 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 19:08:15.910 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x271
01-28 19:08:16.022 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 19:08:16.022 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 19:08:16.022 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 19:08:16.022 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 19:08:16.022 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 19:08:16.022 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 19:08:16.023 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 19:08:16.023 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 19:08:16.070 20064 20064 W Activity: Can request only one set of permissions
at a time
01-28 19:08:16.343 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 19:08:16.344 20064 23162 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 19:08:17.769 20064 23358 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 19:08:18.111 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x1ad
01-28 19:08:19.920 20064 20064 E RecyclerView: No adapter attached; skipping layout
01-28 19:08:20.679 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.680 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.680 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.682 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.684 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.686 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.686 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.686 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.687 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.688 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.689 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.689 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.690 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.690 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.691 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.691 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.692 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.692 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.693 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.693 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.694 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.694 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.695 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.696 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.696 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.696 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.697 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.699 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.700 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.700 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.700 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.701 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.702 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.702 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.703 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.703 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.704 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.704 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.705 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.706 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.706 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.707 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.707 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.709 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.710 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.710 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.711 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.711 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.712 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.712 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.713 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.714 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.714 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.716 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.716 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.720 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:20.929 20064 20064 E RecyclerView: No adapter attached; skipping layout
01-28 19:08:21.175 20064 20575 W SQLiteLog: (28) double-quoted string literal: ""
01-28 19:08:21.200 20064 23670 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 19:08:22.616 20064 20064 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 19:08:23.621 20064 20064 W InputMethodManager: dispatchInputEvent: not
handled, reason: current session is null
01-28 19:08:23.709 20064 20064 W InputMethodManager: dispatchInputEvent: not
handled, reason: current session is null
01-28 19:08:37.579 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.579 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.580 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.581 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.581 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.582 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.582 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.583 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.583 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.583 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.583 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.584 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.584 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.584 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.585 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.585 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.585 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.587 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:37.588 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:39.136 20064 24578 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 19:08:39.136 20064 24578 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 19:08:39.551 20064 20073 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 19:08:39.558 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 19:08:39.570 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 19:08:40.065 20064 20064 W View : requestLayout() improperly called by
X.4rg{4efdbed V.E....L. ......ID 0,-623-1080,131} during layout: running second
layout pass
01-28 19:08:40.065 20064 20064 W View : requestLayout() improperly called by
android.widget.LinearLayout{5710a22 V.E...... ......ID 127,14-905,740 #7f0b0e50
app:id/main_layout} during layout: running second layout pass
01-28 19:08:40.065 20064 20064 W View : requestLayout() improperly called by
com.whatsapp.conversation.conversationrow.ConversationRowImage$RowImageView{a83dcb3
VFED..CL. ......ID 11,11-767,578 #7f0b0c84 app:id/image} during layout: running
second layout pass
01-28 19:08:40.065 20064 20064 W View : requestLayout() improperly called by
X.4rg{cd5b270 V.E....L. ......ID 0,682-1080,1789} during layout: running second
layout pass
01-28 19:08:40.065 20064 20064 W View : requestLayout() improperly called by
android.widget.LinearLayout{5fb49e9 V.E...... ......ID 127,14-829,1104 #7f0b0e50
app:id/main_layout} during layout: running second layout pass
01-28 19:08:40.065 20064 20064 W View : requestLayout() improperly called by
com.whatsapp.conversation.conversationrow.ConversationRowImage$RowImageView{fb9a66e
VFED..CL. ......ID 11,11-691,963 #7f0b0c84 app:id/image} during layout: running
second layout pass
01-28 19:08:40.076 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:08:40.087 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:08:40.091 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:08:40.153 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.153 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.154 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.154 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.155 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.155 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.156 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.156 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.156 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.157 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.157 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.158 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.160 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:40.246 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:40.253 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:40.256 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:40.306 20064 20064 W View : requestLayout() improperly called by
X.4rg{4efdbed V.E....L. ......ID 0,-623-1080,131 aid=1073741837} during second
layout pass: posting in next frame
01-28 19:08:40.306 20064 20064 W View : requestLayout() improperly called by
android.widget.LinearLayout{5710a22 V.E...... .......D 127,14-905,740 #7f0b0e50
app:id/main_layout aid=1073741838} during second layout pass: posting in next frame
01-28 19:08:40.306 20064 20064 W View : requestLayout() improperly called by
X.4rg{cd5b270 V.E....L. ......ID 0,682-1080,1789 aid=1073741894} during second
layout pass: posting in next frame
01-28 19:08:40.306 20064 20064 W View : requestLayout() improperly called by
android.widget.LinearLayout{5fb49e9 V.E...... .......D 127,14-829,1104 #7f0b0e50
app:id/main_layout aid=1073741895} during second layout pass: posting in next frame
01-28 19:08:40.323 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:40.328 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:40.332 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:40.407 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:40.413 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:40.418 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:40.433 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:40.443 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:40.448 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:40.866 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:40.872 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:40.876 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:40.976 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:40.982 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:40.985 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.002 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.007 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.010 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.019 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.025 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:41.028 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.039 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.044 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.047 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.055 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:41.060 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.069 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.076 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.084 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.091 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.141 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.146 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.156 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:41.162 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.174 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.179 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:41.187 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.192 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.199 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.205 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.216 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.221 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.233 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.238 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.249 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:41.254 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.266 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:41.271 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:41.283 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.287 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:41.299 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.304 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.366 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.372 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.550 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.556 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.567 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.574 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.584 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:41.590 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.601 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:41.607 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:41.616 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.624 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:41.634 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.642 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.650 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.656 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.667 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.672 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.683 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.688 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.700 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:41.705 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.717 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:41.722 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:41.733 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.738 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:41.750 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.755 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:41.766 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.772 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:41.783 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.788 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:41.800 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.805 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:41.817 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:41.822 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:41.867 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:41.873 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:42.369 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:42.377 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:42.871 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:42.880 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:43.238 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:43.243 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:43.370 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:43.377 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:43.403 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:43.408 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:43.500 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:43.508 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:43.882 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:43.891 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:45.170 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 19:08:45.177 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 19:08:45.558 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:08:45.562 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 19:08:45.565 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 19:08:45.611 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.611 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.612 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.612 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.613 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.614 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.614 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.615 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.616 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.616 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:08:45.654 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:45.659 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:45.661 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:45.754 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:45.761 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:45.765 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:45.831 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:45.835 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:45.838 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.291 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:46.296 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:46.300 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:46.561 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.566 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.569 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.577 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:46.583 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:46.587 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:46.598 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.605 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.609 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.617 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:46.623 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:46.626 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:46.648 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.653 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.657 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.692 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.697 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:46.700 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.721 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.727 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.730 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.740 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:46.747 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:46.755 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.762 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.771 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:46.778 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:46.788 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.796 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:46.803 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:46.809 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:46.859 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.864 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:46.874 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:46.880 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:46.894 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:46.900 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:46.911 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:46.919 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:46.954 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.960 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:46.985 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:46.991 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.011 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.016 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.028 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.034 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.046 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.053 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.060 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.067 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.091 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.096 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.109 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.115 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.127 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.134 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.142 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.148 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.159 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.165 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.176 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.182 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.193 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.198 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.209 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.214 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.226 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.230 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.243 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.248 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.259 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.264 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.277 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.282 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.294 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.303 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.310 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.315 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.327 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.333 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.491 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.498 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.518 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.524 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.543 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.548 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.560 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.565 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.576 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.582 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.595 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.599 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.610 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.615 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.627 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.631 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.643 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.649 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.660 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.667 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.725 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.730 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.742 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.746 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.764 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.768 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.785 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.791 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.799 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.804 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.812 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.817 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.827 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.832 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.843 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.849 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.860 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.865 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.877 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.881 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.893 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.898 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.910 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:47.915 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.927 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:47.931 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.944 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:47.948 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.960 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:47.965 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.977 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:47.982 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:47.994 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:47.999 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.010 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.015 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.027 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.032 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.044 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.050 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.060 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.065 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:48.077 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.083 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.094 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.099 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.111 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.117 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.127 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.132 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.144 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.148 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:48.161 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.166 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.177 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:48.182 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.194 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.199 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.211 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.216 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.227 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.233 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.244 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:48.249 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.261 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.267 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.278 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.282 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.294 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.300 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.311 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.317 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.328 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.333 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:48.344 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.349 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.361 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:48.365 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.378 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.383 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.394 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.399 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.411 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.416 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.428 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.433 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.445 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.450 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:48.462 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.469 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.478 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:48.484 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.494 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.499 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.511 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.516 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.528 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.533 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.544 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.550 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.831 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.843 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.914 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:48.920 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.931 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.937 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:48.947 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.953 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:48.964 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:48.970 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:48.979 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:48.985 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:48.995 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.000 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.012 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.017 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.028 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.033 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.064 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.069 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.078 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.083 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.095 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.100 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.168 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.173 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.190 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.197 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.213 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.218 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.233 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.238 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.248 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.256 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.263 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.270 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.280 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.286 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.296 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.302 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.312 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.318 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.329 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.334 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.346 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.351 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.363 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.368 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.514 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.520 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.531 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.537 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.547 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.553 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.564 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.570 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.580 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.586 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.598 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.603 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.614 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.619 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.681 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.686 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.696 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.702 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.714 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.720 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.730 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.736 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.746 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.751 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.763 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.768 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.780 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.784 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.796 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.801 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.813 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.818 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.830 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.835 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.846 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.851 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.863 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.868 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.880 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.885 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.896 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:49.901 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.913 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.919 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.930 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:49.935 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.947 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.951 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:49.963 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:49.968 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:49.980 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:49.985 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:49.997 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.002 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.014 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.019 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.031 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.036 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.048 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.052 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.064 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.069 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.081 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.086 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.098 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.103 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.114 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.119 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.131 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.135 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.148 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.152 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.164 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.169 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.180 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.185 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.197 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.202 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.214 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.219 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.231 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.236 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.254 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.259 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.267 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.273 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.281 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.287 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.315 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.319 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.334 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.339 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.347 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.352 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.380 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.385 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.402 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.407 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.415 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.420 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.431 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.435 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.447 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.451 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.464 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.468 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.481 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.485 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.497 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.501 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.514 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.518 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.531 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.535 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.548 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.552 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.564 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.569 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.581 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.586 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.606 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.611 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.618 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.624 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.631 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.637 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.668 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.672 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.686 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.690 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.700 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.706 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.717 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.723 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.732 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.737 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.781 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.786 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.798 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.803 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.815 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.820 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.832 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.837 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.849 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.853 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.866 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.871 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.882 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:50.887 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.899 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.904 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.931 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:50.936 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.949 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:50.955 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.967 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:50.972 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:50.983 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:50.988 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:50.999 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.005 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.036 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.041 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.059 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.063 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.073 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.078 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.086 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.092 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.101 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.107 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.115 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.120 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.132 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.136 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.148 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.153 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.165 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.171 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.182 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.187 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.200 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.204 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.216 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.220 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.232 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.237 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.249 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.254 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.266 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.271 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.283 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.287 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.299 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.304 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.318 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.323 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.333 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.339 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.349 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.354 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.366 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.371 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.383 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.388 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.399 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.404 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.417 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.421 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.433 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.437 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.450 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.455 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.466 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.470 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.499 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.504 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.516 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.521 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.533 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.538 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.550 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.555 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.567 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.571 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.583 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.588 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.600 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.606 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.616 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.621 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.632 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.638 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.649 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.654 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.666 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.671 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.682 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.688 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.699 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.704 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.716 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.721 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.732 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.737 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.749 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.754 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.766 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.771 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.783 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.788 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.800 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.804 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.816 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.821 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.833 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.837 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.849 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.855 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.867 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.871 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.883 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.887 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.899 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:51.904 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.916 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:51.921 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.933 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:51.938 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.950 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:51.954 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.966 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:51.971 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:51.983 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:51.988 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:52.000 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:52.005 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.017 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:52.022 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:52.033 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.038 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.050 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:52.055 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:52.067 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.071 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:52.083 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:52.087 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:52.100 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:52.104 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:52.117 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:52.122 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.133 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:52.138 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:52.150 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.154 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.167 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.171 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.184 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.189 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.201 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.205 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.216 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:52.221 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.266 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.271 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:52.351 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.356 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.617 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:52.623 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.634 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:52.641 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:52.651 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:52.657 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:52.668 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:52.675 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:52.684 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:52.689 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:52.701 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.706 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:52.717 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.722 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.734 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:52.739 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.750 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:52.755 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:52.767 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:52.772 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:52.784 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:52.788 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:52.800 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:52.805 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:52.817 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.822 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:52.834 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.840 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:52.851 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:52.856 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:52.868 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:52.873 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.121 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.126 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.136 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:53.142 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:53.153 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.159 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.170 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:53.175 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:53.186 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:53.191 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.203 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.208 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:53.219 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:53.224 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:53.236 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.241 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.252 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:53.257 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:53.269 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.274 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.286 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:53.291 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:53.303 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:53.309 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.319 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.328 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:53.339 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:53.344 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:53.379 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.384 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.399 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.405 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.415 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:53.420 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:53.427 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:53.433 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.443 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.448 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:53.456 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:53.461 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:53.469 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.475 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.487 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:53.494 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:53.505 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:53.513 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.533 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.538 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:53.550 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:53.556 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:53.563 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.569 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.577 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:53.583 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:53.591 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.597 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.605 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:53.611 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:53.620 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:53.626 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:53.902 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:53.907 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:54.019 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:54.027 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:54.036 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:54.041 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:54.053 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:54.059 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:54.069 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:54.075 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:54.086 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:54.093 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:54.103 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:54.109 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:54.119 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:54.125 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:54.136 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:54.141 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:54.155 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:54.161 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:54.169 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:54.177 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:54.187 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:54.193 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:54.204 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:54.210 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:54.220 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:54.227 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:54.237 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:54.243 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:54.253 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:54.259 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:54.269 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:54.275 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:54.286 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:54.291 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:54.406 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:54.412 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:54.908 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:54.919 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:54.974 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:54.980 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:54.989 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:54.996 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.005 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.011 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.022 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.028 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.039 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.044 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.056 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.061 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.073 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.078 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.089 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.094 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.105 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.110 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.122 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.127 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.139 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.144 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.155 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.160 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.172 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.177 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.189 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.193 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.206 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.210 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.222 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.227 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.239 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.243 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.255 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.260 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.272 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.277 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.289 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.293 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.306 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.310 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.322 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.326 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.339 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.343 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.356 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.360 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.372 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.377 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.389 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.394 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.405 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.410 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.422 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.427 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.438 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.442 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.455 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.459 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.472 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.476 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.488 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.493 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.505 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.510 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.522 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.526 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.538 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.543 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.555 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.560 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.572 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.576 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.588 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.593 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.605 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.609 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.622 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:55.627 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.639 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:55.643 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.655 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.660 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.672 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:55.676 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.689 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.693 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:55.705 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:55.709 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:55.905 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:55.909 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.110 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.124 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.140 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.150 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.164 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.171 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.192 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.203 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.214 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.222 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.239 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.248 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.256 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.263 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.274 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.280 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.291 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.296 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.307 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.313 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.323 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.329 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.340 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.347 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.357 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.362 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.407 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.415 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.559 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.564 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.575 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.581 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.591 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.597 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.608 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.614 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.625 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.630 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.641 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.646 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.658 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.662 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.674 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.680 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.690 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.695 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.707 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.711 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.724 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.728 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.740 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.745 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.757 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.761 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.774 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.778 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.790 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.794 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.807 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.812 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.824 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.829 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.840 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.846 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.857 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.862 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.875 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:56.879 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.891 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:56.895 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.907 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.912 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.924 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.929 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.955 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:56.959 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.967 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:56.972 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.980 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:56.984 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:56.991 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:56.996 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.008 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.012 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.025 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.030 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.041 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.045 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.057 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.062 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.074 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.080 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.111 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.116 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.127 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.131 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.142 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.147 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.170 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.174 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.193 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.197 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.208 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.212 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.224 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.229 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.241 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.246 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.257 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.262 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.274 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.278 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.291 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.294 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.307 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.311 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.324 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.328 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.408 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.412 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.548 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.554 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.563 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.568 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.576 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.582 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.592 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.598 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.608 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.613 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.625 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.630 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.642 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.646 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.659 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.664 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.675 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.680 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.692 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.696 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.709 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.713 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.726 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.730 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.742 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.747 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.759 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.763 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.775 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.780 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.792 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.796 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.808 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.812 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.825 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.829 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.842 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.846 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.859 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.863 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.875 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.879 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.892 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.896 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.909 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.913 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.925 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:57.929 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.942 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:57.946 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.959 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:57.963 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:57.975 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:57.979 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:57.992 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:57.996 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:58.009 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:08:58.013 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:08:58.410 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:58.418 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:08:58.910 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:58.915 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:08:59.416 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:08:59.425 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:08:59.917 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:08:59.926 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:00.298 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:00.304 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:00.413 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:00.419 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:00.446 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:00.451 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:00.542 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:00.547 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:00.929 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:00.935 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:25.533 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 19:09:25.540 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 19:09:25.754 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:09:25.757 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:09:25.760 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 19:09:25.788 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:25.789 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:25.789 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:25.790 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:25.790 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:25.791 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:25.792 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:25.826 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:25.829 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:25.832 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:25.866 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:25.870 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:25.874 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:25.898 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:25.903 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:25.907 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:25.949 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:25.954 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:25.958 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:26.436 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:26.441 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:26.445 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:26.932 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:26.936 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:26.939 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:26.953 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:26.957 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:26.960 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:27.097 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:27.102 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:27.105 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:27.389 20064 20064 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 19:09:27.389 20064 20064 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 19:09:27.454 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:27.458 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:27.463 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:27.751 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:27.759 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:27.764 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:27.789 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:27.796 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:27.800 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:27.955 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:27.961 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:27.965 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:27.988 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:27.994 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:27.998 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:28.032 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:28.036 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:28.041 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:28.058 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.064 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.068 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.088 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.093 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.096 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.105 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.111 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.115 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.124 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.130 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.133 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.157 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.162 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.166 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.174 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.179 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.183 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.191 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.196 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.200 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.207 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.213 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.217 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.224 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.230 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.234 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.539 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.544 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.549 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:28.572 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:28.577 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:28.581 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:28.906 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:28.912 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:28.917 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:29.059 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.064 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.067 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.078 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.083 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.087 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.107 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.111 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.115 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.123 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.128 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.131 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.140 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.145 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.148 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.156 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.161 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.165 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.173 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.179 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.182 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.190 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.194 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.198 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.207 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.212 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.215 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.223 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.228 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.231 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.240 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.245 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.248 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.257 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.261 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.265 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.343 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.347 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.351 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.592 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.598 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.602 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.694 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.699 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.703 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.724 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.729 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:29.733 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.741 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.746 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:29.749 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.758 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.763 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:29.767 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.774 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.779 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:29.783 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.792 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.797 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:29.801 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.811 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.815 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:29.819 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.841 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.846 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:29.850 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.858 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.864 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:29.868 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:29.881 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.886 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.891 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.908 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:29.914 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:29.918 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:30.024 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:30.030 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:30.033 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:30.142 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:30.147 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:30.151 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:30.309 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:30.314 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:30.318 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:30.475 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:30.480 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:30.484 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:30.910 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:30.914 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:30.919 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:31.077 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:31.082 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:31.088 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:31.127 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:31.132 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:31.137 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:31.293 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:31.298 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:31.302 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:31.327 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:31.332 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:31.336 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:31.427 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:31.433 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:31.436 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:31.445 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:31.450 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:31.453 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:31.878 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:31.884 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:31.888 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:31.912 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:31.918 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:31.921 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:31.956 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:31.961 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:31.978 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:31.982 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:32.038 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:32.043 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:32.072 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:32.077 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:32.100 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:32.104 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:32.114 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:32.120 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:32.297 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:32.303 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:32.329 20064 23245 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 19:09:32.329 20064 23245 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 19:09:32.412 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:32.418 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:32.511 20064 20512 W MediaPlayerNative: info/warning (10973, 0)
01-28 19:09:32.913 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:32.919 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:32.948 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:32.953 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:32.968 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:32.971 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:33.030 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:33.034 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:33.113 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:33.117 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:33.358 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:33.362 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:33.519 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:33.522 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:33.550 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:33.554 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:33.755 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:33.761 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:34.520 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 19:09:34.527 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 19:09:34.825 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 19:09:34.829 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 19:09:34.832 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:09:34.871 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.871 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.872 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.872 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.873 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.874 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.876 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.876 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.878 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.878 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:09:34.920 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:34.924 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:34.927 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:34.972 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:34.978 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:34.981 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:35.022 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:35.027 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:35.029 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:35.073 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:35.077 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:35.080 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:35.099 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:35.105 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:35.108 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:35.120 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:35.124 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:35.127 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:35.146 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.153 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.156 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.171 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.175 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.178 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.184 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.190 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.192 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.199 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.204 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.207 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.216 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.222 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.225 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.233 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.237 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.240 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.249 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.254 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.256 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.266 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.271 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.273 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.283 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.287 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.290 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.299 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.305 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.308 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.316 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.321 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.324 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.333 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.338 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:35.342 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.551 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:35.556 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:35.559 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:36.051 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:36.056 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:36.060 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:36.569 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:36.574 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:36.577 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:36.601 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:36.606 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:36.610 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:36.660 20064 20064 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 19:09:36.660 20064 20064 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 19:09:36.802 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:36.806 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:36.810 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:36.823 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:36.828 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:36.832 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:37.002 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:37.007 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:37.011 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:37.105 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:37.114 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:37.122 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:37.608 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:37.620 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:37.630 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:38.041 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:38.046 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:38.050 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:38.071 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.076 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:38.080 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.088 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.093 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:38.096 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.104 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.109 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:38.113 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.120 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.125 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:38.128 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.137 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.143 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:38.147 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.158 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.162 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:38.166 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.187 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.192 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:38.196 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.204 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.209 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:38.213 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.221 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.226 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:38.230 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:38.241 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:38.246 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:38.250 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:38.471 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:38.481 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:38.486 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:38.974 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:38.986 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:38.991 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:39.293 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:39.299 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:39.302 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:39.322 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:39.327 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:39.331 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:39.694 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:39.704 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:39.710 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:39.761 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.766 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.770 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.791 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.796 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.801 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.810 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.818 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.821 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.841 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.847 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.850 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.857 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.862 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.866 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.874 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.880 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.883 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.891 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.897 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.901 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.908 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.913 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.917 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.925 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.930 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.935 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.942 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.948 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:39.952 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:39.961 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:39.966 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:39.969 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:40.007 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.014 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:40.017 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.058 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:40.063 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.066 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:40.124 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:40.131 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:40.137 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:40.175 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:40.180 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:40.183 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:40.224 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.231 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.238 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.258 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.266 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.269 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.292 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:40.297 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:40.302 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:40.426 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:40.431 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.435 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:40.451 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.456 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.460 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.474 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.479 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.482 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.491 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.495 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.499 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.508 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.512 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.516 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.525 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.530 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.535 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.545 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.549 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.553 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.574 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.579 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.583 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.591 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.596 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.601 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.609 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.615 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.620 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.626 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.632 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.635 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.658 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:40.662 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:40.667 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:40.808 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:40.813 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:40.818 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:40.842 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.847 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:40.851 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:40.941 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:40.947 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:40.951 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:41.109 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:41.114 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:41.118 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:41.476 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:41.481 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:41.485 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:41.626 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:41.631 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:41.636 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:41.793 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:41.799 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:41.805 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:41.843 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:41.847 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:41.851 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:42.346 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:42.354 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:42.362 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:42.846 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:42.851 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:42.856 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:42.928 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:42.934 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:42.938 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:43.295 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:43.301 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:43.306 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=670ef9ce-4d0e-45db-b817-55c32153bfd4 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/o1/v/t62.7118-24/f1/m234/up-oil-image-462e08c3-
1096-4a02-aa79-9467bc2f7fc0?ccb=9-
4&oh=01_AdR5eOMYi6kyaQUO4LK0rcQ9uJs_P2jbHJmph6lk9AGRLA&oe=65DE7D3A&_nc_sid=000000&_
nc_hot=1706490581 thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=PCtvZC1M1VdYOtESQK9Ik+OSZj8EBM/1Yig4XCf4qOg= file_path=Media/WhatsApp
Images/Private/IMG-20240128-WA0019.jpg file_size=80064 partial_media_hash=null
face_x=0 face_y=0 height=1200 trim_to=0 media_key_timestamp=1706490580000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m234/up-oil-image-
462e08c3-1096-4a02-aa79-9467bc2f7fc0?ccb=9-
4&oh=01_AdR5eOMYi6kyaQUO4LK0rcQ9uJs_P2jbHJmph6lk9AGRLA&oe=65DE7D3A&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=1200 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1009 multicast_id=null
enc_file_hash=6EDO0jguWSGlNukmOFcm6mWxi1+O7ufbG5h1WxUot7w= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=80064
media_name=null media_duration=0 chat_row_id=369 media_key=[B@cf0a1ec
01-28 19:09:43.378 20064 20120 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 19:09:43.378 20064 20120 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 19:09:43.495 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:43.500 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:43.504 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:43.763 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:43.768 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:43.772 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:44.266 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:44.275 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:44.284 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:44.770 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:44.778 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:44.788 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:45.099 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:45.104 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:45.109 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:45.298 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:45.304 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:45.308 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:45.565 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:45.570 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:45.574 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:45.699 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:45.704 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:45.709 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:45.866 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:45.871 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:45.875 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:46.100 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:46.104 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:46.108 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:46.601 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:46.607 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:46.612 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:47.104 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:47.117 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:47.123 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:47.607 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:47.616 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:47.625 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:48.108 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.116 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:48.124 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.220 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:48.226 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:48.230 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:48.252 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.257 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:48.261 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.297 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.302 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:48.345 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.351 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:48.371 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:48.376 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.398 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:48.404 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.420 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:48.424 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:48.436 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.441 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:48.453 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:48.457 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:48.755 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:48.765 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:48.790 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:48.796 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:48.807 20064 23245 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 19:09:48.807 20064 23245 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 19:09:48.844 20064 20078 W MediaPlayerNative: info/warning (10973, 0)
01-28 19:09:48.858 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.864 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:48.887 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:48.896 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.921 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:48.926 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:48.937 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:48.943 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:48.955 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:48.960 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:48.973 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:48.978 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:48.992 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:48.996 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:49.004 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:49.009 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:49.021 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:49.025 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:49.037 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:49.043 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:49.062 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:49.067 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:49.091 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:49.095 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:49.204 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:49.210 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:49.438 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:49.443 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:49.589 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:49.594 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:49.756 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:49.762 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:49.788 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:49.796 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:49.922 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:49.927 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:49.939 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:49.944 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:49.956 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:49.961 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:49.972 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:49.977 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:49.989 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:49.994 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:50.006 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:50.011 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:50.023 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:50.028 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:50.039 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:50.043 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:50.056 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:50.062 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:50.073 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:50.078 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:50.090 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:50.095 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:50.106 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:50.112 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:50.123 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:50.128 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:50.140 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:50.146 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:50.156 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:50.163 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:50.173 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:50.179 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:50.189 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:50.195 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:50.206 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:50.211 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:50.223 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:50.227 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:50.240 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:50.245 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:50.257 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:50.262 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:50.273 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:50.279 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:50.291 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:50.296 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:50.323 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:50.327 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:50.825 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:50.833 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:51.048 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:51.054 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:51.074 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:51.080 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:51.441 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:51.447 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:51.742 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:51.748 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:51.966 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:51.972 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:51.992 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:51.997 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:52.142 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:52.147 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:52.645 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:52.653 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:53.149 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:53.157 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:53.650 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:53.658 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:54.151 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:54.160 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:54.651 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:54.660 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:54.820 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:54.825 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:55.035 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:55.039 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:55.064 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:55.069 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:55.214 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:55.220 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:55.448 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:55.455 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:55.500 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:55.507 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:55.532 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:55.538 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:56.016 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:56.023 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:56.052 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:56.057 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:56.082 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:56.089 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:56.282 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:56.288 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:56.784 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:56.795 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:57.004 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:57.010 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:57.023 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:57.030 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:57.050 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:57.056 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:57.066 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:57.073 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:57.083 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:57.088 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:57.100 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:57.109 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:57.117 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:57.122 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:57.133 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:57.138 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:57.150 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:57.155 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:57.167 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:09:57.171 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:57.183 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:57.188 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:57.200 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:57.205 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:57.233 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:57.238 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:57.450 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:57.456 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:57.534 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:57.539 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:57.618 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:09:57.624 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:58.035 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:09:58.044 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:58.539 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:09:58.546 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:59.042 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:09:59.054 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:09:59.542 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:09:59.560 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:00.038 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:00.046 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:00.134 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:00.139 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:00.160 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:00.166 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:00.405 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:00.411 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:00.505 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:00.510 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:00.574 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:00.579 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:01.127 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:01.132 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:03.891 20064 20064 W Choreographer: Frame time is 0.121007 ms in the
future! Check that graphics HAL is generating vsync timestamps using the correct
timebase.
01-28 19:10:10.675 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.675 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.676 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.677 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.677 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.677 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.678 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.678 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.678 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.679 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.679 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.679 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.680 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.680 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.680 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.680 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.681 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.681 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.681 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:10.682 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.001 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 19:10:12.008 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 19:10:12.231 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 19:10:12.235 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 19:10:12.238 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 19:10:12.274 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.274 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.275 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.275 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.275 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.276 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.277 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.277 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.278 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.278 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:12.305 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:12.310 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:12.312 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:12.352 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:12.356 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:12.359 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:12.384 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:12.389 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:12.392 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:12.430 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:12.435 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:12.438 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:12.925 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:12.932 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:12.940 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:13.429 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.443 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:13.449 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.628 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.633 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:13.636 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.646 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:13.652 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.656 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:13.665 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:13.670 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.674 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:13.681 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.687 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:13.690 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.697 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.703 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:13.706 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.757 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.762 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:13.765 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.775 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.780 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:13.784 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.800 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.805 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:13.808 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.818 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:13.824 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:13.827 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:13.837 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.842 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:13.845 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.855 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.860 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:13.863 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.869 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.874 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:13.877 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.883 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.888 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:13.891 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.898 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:13.903 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:13.906 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:13.913 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:13.918 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.920 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:13.927 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:13.931 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.935 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:13.943 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:13.948 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.951 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:13.960 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.965 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:13.968 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:13.976 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.981 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:13.984 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:13.993 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:13.998 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.001 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.010 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.015 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.017 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.039 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.044 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.047 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.054 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.059 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.062 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.070 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.075 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.078 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.084 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.089 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.092 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.098 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.103 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.106 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.112 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.117 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.120 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.127 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.131 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.134 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.143 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.148 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.151 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.160 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.165 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.168 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.178 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.183 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.186 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.195 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.200 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.211 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.216 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.229 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.234 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.245 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.251 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.269 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.275 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.285 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.289 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.320 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.325 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.332 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.337 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.359 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.363 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.370 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.375 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.382 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.387 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.395 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.400 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.411 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.415 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.427 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.432 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.444 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.449 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.461 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.465 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.477 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.482 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.510 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.514 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.522 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.527 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.535 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.540 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.547 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.552 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.561 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.565 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.578 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.583 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.594 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.599 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.611 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.616 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.627 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.633 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.645 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.650 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.662 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.667 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.678 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.684 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.696 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.701 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.712 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.718 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.746 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.751 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.760 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.765 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.774 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.778 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.786 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.791 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.811 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.816 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.825 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.830 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.837 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.842 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.852 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.857 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.864 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.869 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.878 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.883 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.894 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.899 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.911 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:14.916 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.928 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:14.932 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.945 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:14.950 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.961 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:14.966 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.978 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:14.983 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:14.995 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:14.999 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.012 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.016 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.028 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.032 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.044 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.049 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.061 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.066 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.078 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.082 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.095 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.099 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.112 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.119 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.129 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.135 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.170 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.176 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.198 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.203 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.215 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.220 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.230 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.235 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.247 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.251 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.264 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.268 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.280 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.285 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.297 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.302 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.313 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.317 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.330 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.334 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.346 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.350 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.363 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.366 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.380 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.385 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.397 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.402 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.414 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.418 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.430 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.434 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.447 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.451 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.464 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.468 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.480 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.484 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.497 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.500 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.529 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.533 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.546 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.549 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.579 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.583 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.596 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.600 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.615 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.618 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.631 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.635 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.648 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.653 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.666 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.671 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.680 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.686 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.699 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.703 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.716 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.720 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.730 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.735 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.746 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.750 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.763 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.767 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.781 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.785 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.796 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.801 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.813 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.817 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.829 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.834 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.847 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.852 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.863 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.867 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.881 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.886 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.896 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.901 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.913 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:15.917 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.929 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:15.934 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.946 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:15.950 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.963 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:15.968 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:15.980 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:15.985 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:15.996 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.001 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.013 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.019 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.030 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.035 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.047 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.052 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.063 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.068 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.092 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.096 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.105 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.110 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.118 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.123 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.130 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.135 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.147 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.152 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.164 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.170 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.174 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 19:10:16.181 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.186 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.189 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.212 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.216 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.219 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.233 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.239 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.242 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.251 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.257 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.260 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.268 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.274 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.277 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.284 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.289 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.292 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.298 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.303 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.306 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.314 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.319 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.322 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.330 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.335 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.338 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.347 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.351 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.354 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.364 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.368 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.371 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.381 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.385 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.388 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.397 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.401 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.404 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.413 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.418 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.421 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.430 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.435 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.438 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.447 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.452 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.454 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.464 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.468 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.471 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.480 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.485 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.488 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.497 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.501 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.504 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.514 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.518 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.521 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.530 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.535 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.538 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.547 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.552 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.555 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.564 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.568 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.571 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.580 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.585 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.588 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.597 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.603 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.606 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:16.614 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.619 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:16.622 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:16.630 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.635 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.638 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.647 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.653 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:16.656 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:16.947 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:16.951 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:16.954 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:17.031 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:17.039 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:17.043 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:17.062 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.067 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.071 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.082 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.087 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.090 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.098 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.104 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.107 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.114 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.121 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.125 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.131 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.136 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.139 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.148 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.153 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.156 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.164 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.169 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.172 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.181 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.186 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.189 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.197 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.202 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.207 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.214 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.219 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.222 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.232 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.236 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.239 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.248 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.254 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:17.256 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.265 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:17.270 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:17.273 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:17.282 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:17.287 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:17.289 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:17.298 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:17.302 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:17.305 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:17.348 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:17.353 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:17.356 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:17.441 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:17.446 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:17.449 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:17.543 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.544 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.544 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.544 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.545 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.545 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.545 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.545 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.546 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.546 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.546 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.547 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.548 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:17.557 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:17.561 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:17.564 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:17.587 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:17.593 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:17.597 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:18.522 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:18.527 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:18.531 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:18.623 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:18.623 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:18.624 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:18.624 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:18.624 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:19.582 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:19.600 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:19.606 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:19.609 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:20.301 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:20.307 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:20.412 20064 20064 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
01-28 19:10:20.505 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:20.511 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:20.566 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:20.570 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:20.607 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:20.611 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:20.695 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:20.699 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:20.803 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"109A6358B11CDDF543FF125E3D4F0AF7"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"4067557518"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"F6E5CC3F40102AEBF81AD812FB3FCF77"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"F3A8B01FE49395463BA648C61DBE4E17"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"A5177A656BAD70A0974FEB0FCAC84D19"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"9526BE29F4ED69D1EF59FDE99ED11A63"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"426669FC7286B7F183B3339FAF1FCAFE"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"395E19D5DDBF876AB9A41A41CE17D36F"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"41BCA6720019BA74E29AAAC6145F3297"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"AAE4BD02CA4092D1A314F45AA4B07794"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"3A6AABBA6676999A4DDD"
01-28 19:10:20.804 20064 25290 W SQLiteLog: (28) double-quoted string literal:
"158FB4CB5432E882C608FBBC8750B801"
01-28 19:10:21.187 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:21.191 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:21.688 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:21.692 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:21.72--------- beginning of main
01-28 19:10:21.721 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:21.726 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:21.855 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:21.860 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:21.946 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:21.949 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:22.335 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:22.342 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:24.693 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 19:10:24.700 20064 20064 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 19:10:24.949 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:10:24.953 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:10:24.987 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:24.987 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:24.987 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:24.988 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:24.988 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:24.989 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:24.990 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:24.990 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:24.991 20064 20064 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:10:25.026 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:10:25.030 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:25.078 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:25.084 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:25.105 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:25.110 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:25.155 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:25.160 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:25.646 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:10:25.656 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:26.145 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:26.151 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:10:26.651 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:26.663 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:27.146 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:27.152 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:27.647 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:10:27.652 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:27.931 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:10:27.941 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:10:28.525 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:10:28.536 20064 20064 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:13:02.695 27410 27410 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 19:13:02.987 27410 27410 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 19:13:02.992 27410 27410 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 19:13:02.992 27410 27410 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 19:13:02.992 27410 27410 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 19:13:02.992 27410 27410 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 19:13:02.992 27410 27410 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 19:13:02.992 27410 27410 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 19:13:02.992 27410 27410 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 19:13:02.993 27410 27410 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 19:13:02.993 27410 27410 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 19:13:02.993 27410 27410 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 19:13:02.993 27410 27410 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 19:13:02.993 27410 27410 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 19:13:02.993 27410 27410 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 19:13:02.993 27410 27410 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 19:13:02.993 27410 27410 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 19:13:02.993 27410 27410 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 19:13:02.993 27410 27410 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 19:13:02.993 27410 27410 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 19:13:02.993 27410 27410 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 19:13:02.993 27410 27410 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 19:13:02.993 27410 27410 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 19:13:02.993 27410 27410 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 19:13:03.054 27410 27410 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-28 19:13:03.839 27410 27410 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 19:13:03.839 27410 27410 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 19:13:04.214 27410 27472 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 19:13:04.214 27410 27472 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 19:13:04.214 27410 27472 W com.whatsapp: and incorrect proguard
optimizations.
01-28 19:13:11.361 27410 27469 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=49d9b96a-44a5-446d-91e9-09435a8a983a transcoded=0 gif_attribution=0
first_scan_length=15607 direct_path=/o1/v/t62.7118-24/f1/m238/up-oil-image-
013d65f7-d09a-4be4-9576-251651881451?ccb=9-4&oh=01_AdTDXgEYW-
VdAWvoQ4Yhuf2iuAgOOlYrS3iruhoe-nrtVA&oe=65DE5AC3&_nc_sid=000000
thumbnail_height_width_ratio=1.8181819 is_animated_sticker=0
file_hash=jKo73LuD2o7YPt4oaZpQJweQ0GSNZyfPSJcbvCunpkM= file_path=Media/WhatsApp
Images/Private/IMG-20240128-WA0020.jpg file_size=166218
partial_media_hash=miYJqA0ZQN7rWfOWQZa7Vm8aLbOE/8r1fjQ4pn3ETxQ= face_x=0 face_y=0
height=1599 trim_to=0 media_key_timestamp=1706405764000
message_url=https://mmg.whatsapp.net/o1--------- beginning of main
01-28 19:20:32.967 31671 31671 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 19:20:33.373 31671 31671 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 19:20:33.376 31671 31671 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 19:20:33.376 31671 31671 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 19:20:33.376 31671 31671 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 19:20:33.376 31671 31671 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 19:20:33.376 31671 31671 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 19:20:33.376 31671 31671 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 19:20:33.376 31671 31671 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 19:20:33.376 31671 31671 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 19:20:33.376 31671 31671 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 19:20:33.376 31671 31671 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 19:20:33.376 31671 31671 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 19:20:33.376 31671 31671 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 19:20:33.376 31671 31671 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 19:20:33.376 31671 31671 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 19:20:33.376 31671 31671 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 19:20:33.376 31671 31671 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 19:20:33.376 31671 31671 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 19:20:33.376 31671 31671 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 19:20:33.376 31671 31671 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 19:20:33.376 31671 31671 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 19:20:33.376 31671 31671 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 19:20:33.376 31671 31671 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 19:20:33.398 31671 31671 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-28 19:20:33.815 31671 31671 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 19:20:33.815 31671 31671 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 19:20:34.023 31671 31724 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 19:20:34.023 31671 31724 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 19:20:34.023 31671 31724 W com.whatsapp: and incorrect proguard
optimizations.
01-28 19:20:34.030 31671 31671 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 19:20:34.261 31671 31671 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 19:20:34.772 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 19:20:34.818 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x261
01-28 19:20:34.881 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 19:20:34.881 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 19:20:34.881 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 19:20:34.881 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 19:20:34.881 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 19:20:34.882 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 19:20:34.882 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 19:20:34.882 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 19:20:34.901 31671 31671 W Activity: Can request only one set of permissions
at a time
01-28 19:20:35.102 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 19:20:35.103 31671 31748 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 19:20:36.143 31671 31671 E RecyclerView: No adapter attached; skipping layout
01-28 19:20:36.272 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.273 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.273 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.273 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.275 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.275 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.276 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.276 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.276 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.277 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.277 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.277 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.278 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.278 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.278 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.278 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.279 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.279 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.280 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.280 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.280 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.280 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.281 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.281 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.282 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.282 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.282 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.282 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.283 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.283 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.283 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.283 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.284 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.284 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.284 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.284 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.285 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.285 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.285 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.286 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.286 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.286 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.287 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.287 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.287 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.287 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.288 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.288 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.288 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.289 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.289 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.289 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.290 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.290 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.290 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.291 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.291 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.293 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:36.364 31671 31671 E RecyclerView: No adapter attached; skipping layout
01-28 19:20:36.383 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x1a1
01-28 19:20:36.608 31671 31697 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 19:20:36.690 31671 31834 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 19:20:36.978 31671 31671 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 19:20:39.648 31671 31862 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 19:20:39.648 31671 31862 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 19:20:39.967 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 19:20:39.978 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 19:20:40.236 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 19:20:40.242 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 19:20:40.288 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:40.288 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:40.288 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:40.289 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:40.289 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:40.290 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:40.291 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:40.339 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:40.343 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:40.386 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:40.390 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:20:40.437 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:20:40.440 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:20:40.486 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:20:40.490 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:20:40.965 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:20:40.973 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:20:41.463 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:41.472 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:20:41.967 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:20:41.976 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:42.235 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:20:42.239 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:20:42.298 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:20:42.302 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:20:42.410 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:20:42.415 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:42.811 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:20:42.819 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:20:43.230 31671 31680 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 19:20:47.155 31671 31671 W TabLayout: MODE_SCROLLABLE + GRAVITY_FILL is not
supported, GRAVITY_START will be used instead
01-28 19:20:47.216 31671 31671 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 19:20:47.436 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{2b6e07d VF.D..CL. ......ID 0,0-180,180 #7f0b1814
app:id/shutter} during layout: running second layout pass
01-28 19:20:47.437 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{df1db72 V.ED..... ......ID 0,0-180,180 #7f0b14fc
app:id/recording_progress} during layout: running second layout pass
01-28 19:20:47.437 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{d035bc3 VF.D..C.. ......ID 0,0-135,135 #7f0b1976
app:id/switch_camera_btn} during layout: running second layout pass
01-28 19:20:47.437 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{c35ac40 VFED..C.. ......ID 0,0-135,135 #7f0b0b0d
app:id/gallery_btn} during layout: running second layout pass
01-28 19:20:47.437 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{6d60779 VF.D..C.. ......ID 0,0-135,135 #7f0b0a9c
app:id/flash_btn} during layout: running second layout pass
01-28 19:20:47.437 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{ffe3cbe VFED..C.. ......ID 0,0-135,135 #7f0b057f
app:id/close_camera_btn} during layout: running second layout pass
01-28 19:20:47.437 31671 31671 W View : requestLayout() improperly called by
X.4Ki{eb5f11f V.ED..... ......ID 0,6-1080,141} during layout: running second layout
pass
01-28 19:20:47.463 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:47.465 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:47.483 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{2b6e07d VF.D..CL. ......ID 450,1691-630,1871 #7f0b1814
app:id/shutter aid=1073741869} during layout: running second layout pass
01-28 19:20:47.483 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{df1db72 V.ED..... ......ID 450,1691-630,1871
#7f0b14fc app:id/recording_progress} during layout: running second layout pass
01-28 19:20:47.484 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{d035bc3 VF.D..C.. ......ID 921,1712-1056,1847 #7f0b1976
app:id/switch_camera_btn aid=1073741870} during layout: running second layout pass
01-28 19:20:47.484 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{c35ac40 VFED..C.. ......ID 24,1712-159,1847 #7f0b0b0d
app:id/gallery_btn aid=1073741871} during layout: running second layout pass
01-28 19:20:47.484 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{6d60779 VF.D..C.. ......ID 921,24-1056,159 #7f0b0a9c
app:id/flash_btn aid=1073741872} during layout: running second layout pass
01-28 19:20:47.484 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{ffe3cbe VFED..C.. ......I. 24,24-159,159 #7f0b057f
app:id/close_camera_btn aid=1073741873} during layout: running second layout pass
01-28 19:20:53.386 31671 31671 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 19:20:53.843 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:53.844 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:58.129 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x1e1
01-28 19:20:58.152 31671 31671 E ArmVmp : Match on catch block at 0x22 in for
0x169
01-28 19:20:58.371 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x171
01-28 19:20:58.386 31671 31671 E BitmapFactory: Unable to decode stream:
java.io.FileNotFoundException: /data/user/0/com.whatsapp/files/me.jpg: open failed:
ENOENT (No such file or directory)
01-28 19:20:58.430 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x1b9
01-28 19:20:58.488 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 19:20:58.497 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:20:58.500 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:20:58.503 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 19:20:58.507 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 19:20:58.509 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 19:20:58.512 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 19:20:58.556 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:58.558 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:58.560 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:58.561 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:58.564 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:20:58.569 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:20:58.572 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:20:58.575 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:58.577 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:20:58.579 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:20:58.581 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:20:58.591 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:20:58.596 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:58.599 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:20:58.601 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:20:58.604 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:20:58.607 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:20:58.609 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:20:58.621 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:20:58.626 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:20:58.627 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:20:58.629 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:20:58.631 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:20:58.633 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:20:58.635 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:58.645 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:20:58.649 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:20:58.651 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:20:58.653 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:20:58.655 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:58.657 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:20:58.659 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:20:58.671 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:20:58.675 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:20:58.677 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:20:58.679 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:20:58.680 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:20:58.682 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:20:58.684 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:20:59.758 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:20:59.758 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:00.186 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:00.195 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:00.198 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:00.200 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:00.202 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:00.205 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:00.208 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:02.767 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:10.560 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:13.438 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:20.500 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x1b1
01-28 19:21:20.522 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:20.529 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:20.531 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:20.533 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:20.535 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:20.537 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:20.539 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:22.103 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:22.107 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:22.110 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:22.112 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:22.114 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:22.116 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:22.118 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:29.628 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 19:21:29.635 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 19:21:29.775 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:21:29.778 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:21:29.801 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:29.802 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:29.802 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:29.803 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:29.804 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:29.860 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:29.863 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:29.932 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:29.936 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:30.008 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:30.013 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:30.489 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:30.494 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:30.706 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:30.710 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:30.740 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:30.743 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:30.854 31671 31671 W TabLayout: MODE_SCROLLABLE + GRAVITY_FILL is not
supported, GRAVITY_START will be used instead
01-28 19:21:30.881 31671 31671 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 19:21:31.036 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{64b5336 VF.D..CL. ......ID 0,0-180,180 #7f0b1814
app:id/shutter} during layout: running second layout pass
01-28 19:21:31.036 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{3311237 V.ED..... ......ID 0,0-180,180 #7f0b14fc
app:id/recording_progress} during layout: running second layout pass
01-28 19:21:31.036 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{cfbb3a4 VF.D..C.. ......ID 0,0-135,135 #7f0b1976
app:id/switch_camera_btn} during layout: running second layout pass
01-28 19:21:31.036 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{cbfa50d VFED..C.. ......ID 0,0-135,135 #7f0b0b0d
app:id/gallery_btn} during layout: running second layout pass
01-28 19:21:31.036 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{6f16cc2 VF.D..C.. ......ID 0,0-135,135 #7f0b0a9c
app:id/flash_btn} during layout: running second layout pass
01-28 19:21:31.036 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{3fa9ad3 VFED..C.. ......ID 0,0-135,135 #7f0b057f
app:id/close_camera_btn} during layout: running second layout pass
01-28 19:21:31.036 31671 31671 W View : requestLayout() improperly called by
X.4Ki{f126610 V.ED..... ......ID 0,6-1080,141} during layout: running second layout
pass
01-28 19:21:31.060 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:31.061 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:31.105 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{64b5336 VF.D..CL. ......ID 450,1691-630,1871 #7f0b1814
app:id/shutter aid=1073741861} during layout: running second layout pass
01-28 19:21:31.105 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{3311237 V.ED..... ......ID 450,1691-630,1871
#7f0b14fc app:id/recording_progress} during layout: running second layout pass
01-28 19:21:31.105 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{cfbb3a4 VF.D..C.. ......ID 921,1712-1056,1847 #7f0b1976
app:id/switch_camera_btn aid=1073741862} during layout: running second layout pass
01-28 19:21:31.105 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{cbfa50d VFED..C.. ......ID 24,1712-159,1847 #7f0b0b0d
app:id/gallery_btn aid=1073741863} during layout: running second layout pass
01-28 19:21:31.105 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{6f16cc2 VF.D..C.. ......ID 921,24-1056,159 #7f0b0a9c
app:id/flash_btn aid=1073741864} during layout: running second layout pass
01-28 19:21:31.105 31671 31671 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{3fa9ad3 VFED..C.. ......I. 24,24-159,159 #7f0b057f
app:id/close_camera_btn aid=1073741865} during layout: running second layout pass
01-28 19:21:31.117 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:31.126 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:31.583 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:31.588 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:32.198 31671 31682 W System : A resource failed to call
CursorWrapperInner.close.
01-28 19:21:34.679 31671 32225 W com.whatsapp: Long monitor contention with owner
Optic-Task-Handler-Thread (31902) at void
android.hardware.camera2.impl.CameraDeviceImpl.close()(CameraDeviceImpl.java:1463)
waiters=0 in void android.hardware.camera2.impl.CameraDeviceImpl.onDeviceError(int,
android.hardware.camera2.impl.CaptureResultExtras) for 122ms
01-28 19:21:34.944 31671 31671 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 19:21:34.964 31671 31671 E RecyclerView: No adapter attached; skipping layout
01-28 19:21:34.979 31671 31671 E RecyclerView: No adapter attached; skipping layout
01-28 19:21:35.172 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:35.172 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:35.173 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:36.792 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 19:21:36.799 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x189
01-28 19:21:36.945 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:36.948 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:37.011 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:37.015 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:37.043 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:37.047 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:37.093 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:37.098 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:37.351 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:37.359 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:37.473 31671 31671 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=0c784230-b957-4d9d-8bc9-ca6de1b4bc01 transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=1.7647059
is_animated_sticker=0 file_hash=null
file_path=/data/user/0/com.whatsapp/files/.Shared/769cd36f-867a-4aa8-a8a8-
87bef5ace55e.jpg file_size=575982 partial_media_hash=null face_x=0 face_y=0
height=1920 trim_to=0 media_key_timestamp=0 message_url=null media_caption=null
trim_from=0 mime_type=null partial_media_enc_hash=null width=1080
original_file_hash=cjQGGR2+drWGTnPaxwaQ4OWQclYizd2BSGFC39hG0C0=
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1015 multicast_id=null enc_file_hash=null mute_video=0 page_count=0
first_scan_sidecar=null suspicious_content=0 file_length=575982
media_name=769cd36f-867a-4aa8-a8a8-87bef5ace55e.jpg media_duration=0
chat_row_id=363 media_key=null
01-28 19:21:37.508 31671 31721 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 19:21:37.508 31671 31721 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 19:21:37.570 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:37.574 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:37.676 31671 32401 W System : ClassLoader referenced unknown path:
01-28 19:21:37.676 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:37.684 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:37.707 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:37.711 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:37.720 31671 32401 W com.whatsapp: ClassLoaderContext type mismatch.
expected=PCL, found=DLC (PCL[] |
DLC[];PCL[/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk*2898611840:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/
com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes2.dex*582363862:/data/app/
~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!
classes3.dex*3969303300:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes4.dex*1138905225:/data/app/
~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!
classes5.dex*1597569023:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes6.dex*2093298036:/data/app/
~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-PNnaxPYi2DW33A8YY8oKpg==/base.apk!
classes7.dex*3819718928:/data/app/~~6Huni4d4S06pCKUKGlEAyg==/com.whatsapp-
PNnaxPYi2DW33A8YY8oKpg==/base.apk!classes8.dex*321686265]{PCL[/system/framework/
org.apache.http.legacy.jar*3951777098]})
01-28 19:21:37.728 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:37.733 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:37.837 31671 32410 E chromium:
[0128/192137.837252:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .whatsapp.com
01-28 19:21:37.837 31671 32410 E chromium:
[0128/192137.837575:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .cdninstagram.com
01-28 19:21:37.837 31671 32410 E chromium:
[0128/192137.837687:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .fbcdn.net
01-28 19:21:37.837 31671 32410 E chromium:
[0128/192137.837733:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .facebook.com
01-28 19:21:37.837 31671 32410 E chromium:
[0128/192137.837770:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .instagram.com
01-28 19:21:37.837 31671 32410 E chromium:
[0128/192137.837805:ERROR:cronet_context.cc(156)] Invalid QUIC hint
host: .whatsapp.net
01-28 19:21:37.853 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:37.856 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:37.988 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:37.992 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:38.063 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:38.067 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:38.342 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:38.345 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:38.395 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:38.399 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:38.463 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:38.467 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:38.506 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:38.510 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:38.540 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:38.544 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:38.581 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:38.584 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:38.613 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:38.617 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:38.628 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:38.631 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:38.652 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:38.657 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=0c784230-b957-4d9d-8bc9-ca6de1b4bc01 transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7118-
24/25616050_393393646677896_865447906160187829_n.enc?ccb=11-
4&oh=01_AdSkL1Z8d60AEYqBUu2bSZNmRmMxDf4nOuXvNRwHKi6FfQ&oe=65DE7E67&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7647059 is_animated_sticker=0
file_hash=+T06ft9XczPMi0PS6VdFbWoPQscRY/By294MoErBduM= file_path=Media/WhatsApp
Images/Sent/IMG-20240128-WA0021.jpg file_size=575982
partial_media_hash=30FPFhpB4NOvOY8iQkJsSCuGbdqAu0i2pvdnefA9/YY= face_x=0 face_y=0
height=1920 trim_to=0 media_key_timestamp=1706491296950
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/25616050_393393646677896_865447906160187829_n.enc?ccb=11-
4&oh=01_AdSkL1Z8d60AEYqBUu2bSZNmRmMxDf4nOuXvNRwHKi6FfQ&oe=65DE7E67&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=null partial_media_enc_hash=null
width=1080 original_file_hash=cjQGGR2+drWGTnPaxwaQ4OWQclYizd2BSGFC39hG0C0=
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1015 multicast_id=null
enc_file_hash=0Wje6c37Hl9p5C8h/DU/eUSCfrhb0O2YPIlXikUDg6o= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=575982
media_name=769cd36f-867a-4aa8-a8a8-87bef5ace55e.jpg media_duration=0
chat_row_id=363 media_key=[B@bec892f
01-28 19:21:39.111 31671 31721 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 19:21:39.111 31671 31721 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 19:21:39.985 31671 31671 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
01-28 19:21:40.405 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:40.405 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:40.406 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:42.864 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x1f5
01-28 19:21:42.884 31671 31671 E ArmVmp : Match on catch block at 0x22 in for
0x169
01-28 19:21:43.090 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x165
01-28 19:21:43.103 31671 31671 E BitmapFactory: Unable to decode stream:
java.io.FileNotFoundException: /data/user/0/com.whatsapp/files/me.jpg: open failed:
ENOENT (No such file or directory)
01-28 19:21:43.148 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x1ad
01-28 19:21:43.192 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x175
01-28 19:21:43.198 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x16d
01-28 19:21:43.201 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 19:21:43.205 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:21:43.208 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:21:43.211 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 19:21:43.214 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 19:21:43.256 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:43.257 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:43.258 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:43.259 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:43.259 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:43.263 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:43.268 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:43.270 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:43.273 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:43.276 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:43.278 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:43.280 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:43.292 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:43.299 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:43.302 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:43.305 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:43.309 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:43.311 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:43.314 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:43.324 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:43.330 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:43.332 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:43.334 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:43.336 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:43.337 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:43.339 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:43.357 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:43.362 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:43.364 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:43.367 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:43.368 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:43.370 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:43.372 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:43.390 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:43.395 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:43.397 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:43.399 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:43.401 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:43.403 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:43.405 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:44.552 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:44.553 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:44.989 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:21:44.997 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:21:45.000 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:21:45.002 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:21:45.005 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:21:45.007 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:21:45.009 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:21:56.375 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:58.560 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:59.978 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:21:59.978 31671 31671 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:22:04.847 31671 31671 W Bitmap : Called getWidth() on a recycle()'d
bitmap! This is undefined behavior!
01-28 19:22:04.847 31671 31671 W Bitmap : Called getHeight() on a recycle()'d
bitmap! This is undefined behavior!
01-28 19:22:04.847 31671 31671 W Bitmap : Called getWidth() on a recycle()'d
bitmap! This is undefined behavior!
01-28 19:22:04.847 31671 31671 W Bitmap : Called getHeight() on a recycle()'d
bitmap! This is undefined behavior!
01-28 19:22:04.847 31671 31671 W Bitmap : Called getWidth() on a recycle()'d
bitmap! This is undefined behavior!
01-28 19:22:04.848 31671 31671 W Bitmap : Called getHeight() on a recycle()'d
bitmap! T--------- beginning of main
01-28 19:22:06.722 31671 31671 E ArmVmp : Match on catch block at 0x0a in for
0x1b5
01-28 19:22:06.749 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:22:06.754 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:22:06.757 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:22:06.759 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:22:06.761 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:22:06.764 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:22:06.766 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:22:08.307 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:22:08.312 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:22:08.314 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:22:08.316 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:22:08.318 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:22:08.320 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:22:08.322 31671 31671 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:22:27.188 1857 1857 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
01-28 19:22:27.694 1857 1857 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
01-28 19:22:27.697 1857 1857 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
01-28 19:22:27.697 1857 1857 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1121)
01-28 19:22:27.697 1857 1857 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1075)
01-28 19:22:27.697 1857 1857 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:998)
01-28 19:22:27.697 1857 1857 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
01-28 19:22:27.697 1857 1857 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
01-28 19:22:27.697 1857 1857 W System.err: at
java.lang.Class.newInstance(Native Method)
01-28 19:22:27.697 1857 1857 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
01-28 19:22:27.697 1857 1857 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
01-28 19:22:27.697 1857 1857 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
01-28 19:22:27.697 1857 1857 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
01-28 19:22:27.697 1857 1857 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
01-28 19:22:27.697 1857 1857 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
01-28 19:22:27.697 1857 1857 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
01-28 19:22:27.697 1857 1857 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
01-28 19:22:27.697 1857 1857 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
01-28 19:22:27.697 1857 1857 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 19:22:27.697 1857 1857 W System.err: at
android.os.Looper.loop(Looper.java:313)
01-28 19:22:27.697 1857 1857 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
01-28 19:22:27.697 1857 1857 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
01-28 19:22:27.697 1857 1857 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
01-28 19:22:27.697 1857 1857 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
01-28 19:22:27.763 1857 1857 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-28 19:22:28.797 1857 1857 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 19:22:28.797 1857 1857 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 19:22:29.442 1857 2246 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
01-28 19:22:29.442 1857 2246 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
01-28 19:22:29.442 1857 2246 W com.whatsapp: and incorrect proguard
optimizations.
01-28 19:27:51.365 1857 1857 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
01-28 19:27:51.732 1857 1857 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
01-28 19:27:52.419 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x199
01-28 19:27:52.467 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x265
01-28 19:27:52.531 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 19:27:52.531 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
01-28 19:27:52.531 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
01-28 19:27:52.531 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 19:27:52.532 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
01-28 19:27:52.532 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
01-28 19:27:52.532 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
01-28 19:27:52.532 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
01-28 19:27:52.535 1857 1857 W Activity: Can request only one set of permissions
at a time
01-28 19:27:52.766 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
01-28 19:27:52.766 1857 7168 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
01-28 19:27:53.799 1857 1857 E RecyclerView: No adapter attached; skipping layout
01-28 19:27:53.923 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.923 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.924 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.924 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.925 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.925 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.926 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.926 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.926 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.926 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.927 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.927 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.927 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.928 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.928 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.928 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.928 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.929 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.929 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.929 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.930 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.930 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.931 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.931 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.932 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.932 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.932 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.932 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.933 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.933 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.934 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.934 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.934 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.934 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.935 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.935 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.936 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.936 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.936 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.936 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.937 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.937 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.937 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.937 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.938 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.938 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.938 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.939 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.939 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.939 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.939 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.940 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.940 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.940 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.940 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.941 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.941 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:53.944 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:27:54.015 1857 1857 E RecyclerView: No adapter attached; skipping layout
01-28 19:27:54.042 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x1a5
01-28 19:27:54.052 1857 7200 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
01-28 19:27:54.259 1857 7211 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
01-28 19:27:54.570 1857 1857 W LOTTIE : Animation contains merge paths but they
are disabled.
01-28 19:27:55.369 1857 1887 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
01-28 19:28:05.657 1857 7251 E RenderScript: Failed loading RS driver: dlopen
failed: library "libRSDriverArm.so" not found
01-28 19:28:05.657 1857 7251 E RenderScript: Failed to load runtime
libRSDriverArm.so, loading default
01-28 19:28:05.978 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 19:28:05.992 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x191
01-28 19:28:06.431 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:28:06.437 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:28:06.486 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.487 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.487 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.488 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.488 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.489 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.489 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.489 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.489 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.490 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.490 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.491 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.491 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.491 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.491 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.492 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.492 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.494 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.495 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:06.559 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:06.563 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:06.610 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:06.614 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:06.684 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:06.690 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:06.723 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:06.730 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:07.153 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:07.159 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:07.488 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:07.492 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:07.599 1857 1857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 19:28:07.599 1857 1857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 19:28:07.653 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:07.658 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:07.860 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:07.865 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:07.887 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:07.893 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:08.054 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:08.060 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:08.156 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:08.163 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:08.672 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:08.680 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:08.719 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:08.724 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:08.741 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:08.746 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:08.756 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:08.762 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:08.772 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:08.778 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:08.788 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:08.793 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:08.805 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:08.809 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:08.825 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:08.830 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:08.845 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:08.849 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:08.871 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:08.877 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:08.888 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:08.893 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:08.905 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:08.910 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:09.072 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:09.077 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:09.340 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:09.346 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:09.840 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:09.846 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:10.363 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:10.376 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:10.487 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:10.493 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:10.508 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:10.513 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:11.009 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:11.016 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:11.514 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:11.527 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:11.796 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:11.802 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:11.825 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:11.830 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:11.850 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:11.855 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:11.876 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:11.881 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:11.893 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:11.898 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:11.910 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:11.915 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:11.929 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:11.934 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:11.943 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:11.949 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:11.960 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:11.966 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:11.976 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:11.982 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:11.993 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:11.999 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:12.010 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:12.015 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:12.327 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:12.336 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:12.444 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:12.450 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:12.627 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:12.634 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:12.845 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:12.850 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:13.045 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:13.051 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:13.161 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:13.167 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:13.345 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:13.350 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:13.378 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:13.384 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:13.496 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:13.501 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:13.664 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:13.670 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:13.796 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:13.801 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:13.996 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:14.002 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:14.113 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:14.118 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:14.531 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:14.539 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:14.564 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:14.569 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:14.603 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:14.608 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:14.631 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:14.636 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:14.648 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:14.653 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:14.723 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:14.729 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:14.769 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:14.775 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:14.814 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:14.819 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:14.831 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:14.837 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:14.934 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:14.938 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:14.957 1857 7180 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 19:28:14.957 1857 7180 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 19:28:14.993 1857 1899 W MediaPlayerNative: info/warning (10973, 0)
01-28 19:28:15.065 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:15.071 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:15.287 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:15.294 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:15.311 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:15.316 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:15.497 1857 1857 W TabLayout: MODE_SCROLLABLE + GRAVITY_FILL is not
supported, GRAVITY_START will be used instead
01-28 19:28:15.596 1857 1857 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 19:28:15.677 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:15.682 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:15.845 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{c7a7dc2 VF.D..CL. ......ID 0,0-180,180 #7f0b1814
app:id/shutter} during layout: running second layout pass
01-28 19:28:15.845 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{884d7d3 V.ED..... ......ID 0,0-180,180 #7f0b14fc
app:id/recording_progress} during layout: running second layout pass
01-28 19:28:15.846 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{a845f10 VF.D..C.. ......ID 0,0-135,135 #7f0b1976
app:id/switch_camera_btn} during layout: running second layout pass
01-28 19:28:15.846 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{5b38a09 VFED..C.. ......ID 0,0-135,135 #7f0b0b0d
app:id/gallery_btn} during layout: running second layout pass
01-28 19:28:15.846 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{d76b40e VF.D..C.. ......ID 0,0-135,135 #7f0b0a9c
app:id/flash_btn} during layout: running second layout pass
01-28 19:28:15.846 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{73b1e2f VFED..C.. ......ID 0,0-135,135 #7f0b057f
app:id/close_camera_btn} during layout: running second layout pass
01-28 19:28:15.846 1857 1857 W View : requestLayout() improperly called by
X.4Ki{eb85c3c V.ED..... ......ID 0,6-1080,141} during layout: running second layout
pass
01-28 19:28:15.897 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:15.900 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:15.940 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{c7a7dc2 VF.D..CL. ......ID 450,1691-630,1871 #7f0b1814
app:id/shutter aid=1073741861} during layout: running second layout pass
01-28 19:28:15.940 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.CircularProgressBar{884d7d3 V.ED..... ......ID 450,1691-630,1871
#7f0b14fc app:id/recording_progress} during layout: running second layout pass
01-28 19:28:15.940 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{a845f10 VF.D..C.. ......ID 921,1712-1056,1847 #7f0b1976
app:id/switch_camera_btn aid=1073741862} during layout: running second layout pass
01-28 19:28:15.941 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{5b38a09 VFED..C.. ......ID 24,1712-159,1847 #7f0b0b0d
app:id/gallery_btn aid=1073741863} during layout: running second layout pass
01-28 19:28:15.941 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{d76b40e VF.D..C.. ......I. 921,24-1056,159 #7f0b0a9c
app:id/flash_btn aid=1073741864} during layout: running second layout pass
01-28 19:28:15.941 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.WaImageView{73b1e2f VFED..C.. ......I. 24,24-159,159 #7f0b057f
app:id/close_camera_btn aid=1073741865} during layout: running second layout pass
01-28 19:28:15.952 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:15.961 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:16.079 1857 1857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 19:28:16.079 1857 1857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 19:28:16.329 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:16.353 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:16.376 1857 1857 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 19:28:16.419 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:16.430 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:17.524 1857 7154 E FrameEvents: updateAcquireFence: Did not find
frame.
01-28 19:28:17.572 1857 1889 W System : A resource failed to call
CursorWrapperInner.close.
01-28 19:28:17.791 1857 1920 W com.whatsapp: Long monitor contention with owner
Optic-Task-Handler-Thread (7319) at void
android.hardware.camera2.impl.CameraDeviceImpl.close()(CameraDeviceImpl.java:1463)
waiters=0 in void
android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks.onResultReceiv
ed(android.hardware.camera2.impl.CameraMetadataNative,
android.hardware.camera2.impl.CaptureResultExtras,
android.hardware.camera2.impl.PhysicalCaptureResultInfo[]) for 228ms
01-28 19:28:18.028 1857 1857 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 19:28:18.039 1857 1857 E RecyclerView: No adapter attached; skipping layout
01-28 19:28:18.054 1857 1857 E RecyclerView: No adapter attached; skipping layout
01-28 19:28:18.177 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:18.177 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:18.177 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:18.711 1857 1889 W System : A resource failed to call
HardwareBuffer.close.
01-28 19:28:19.062 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:19.063 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:28:19.338 1857 1857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 19:28:19.338 1857 1857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 19:28:29.106 1857 1857 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
01-28 19:28:29.167 1857 1857 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 29444502
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=51511518-a5fe-452e-b871-244d0b9f1b01 transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=2.3225806
is_animated_sticker=0 file_hash=null file_path=Media/WhatsApp Images/Sent/IMG-
20240128-WA0022.jpg file_size=233057 partial_media_hash=null face_x=0 face_y=0
height=2408 trim_to=0 media_key_timestamp=0 message_url=null media_caption=null
trim_from=0 mime_type=null partial_media_enc_hash=null width=1080
original_file_hash=vGzJt8sU4l8JqpSRAeASIFpm9XqnfsCpoWPCVnND9Ko=
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1017 multicast_id=null enc_file_hash=null mute_video=0 page_count=0
first_scan_sidecar=null suspicious_content=0 file_length=233057
media_name=f0f7f78c-3ef0-47dc-87eb-98d179380828.jpg media_duration=0
chat_row_id=121 media_key=null
01-28 19:28:29.259 1857 2239 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 19:28:29.259 1857 2239 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=51511518-a5fe-452e-b871-244d0b9f1b01 transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7118-
24/33459645_936730675119829_6277590503381961672_n.enc?ccb=11-
4&oh=01_AdQQR2nIpmLWDjqSZwKIGthtv0J6H9zZqPJblMCwDO4mjw&oe=65DE6557&_nc_sid=5e03e0
thumbnail_height_width_ratio=2.3225806 is_animated_sticker=0
file_hash=bt0WX6WhM04gZrjerCwEwaZaxSr1YX/Y95TTYAV6owA= file_path=Media/WhatsApp
Images/Sent/IMG-20240128-WA0022.jpg file_size=233057
partial_media_hash=h5hwiWkzcKl2I5fec7dBqaWXoQMGcl18HpbsHaARYvw= face_x=0 face_y=0
height=2408 trim_to=0 media_key_timestamp=1706491699705
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/33459645_936730675119829_6277590503381961672_n.enc?ccb=11-
4&oh=01_AdQQR2nIpmLWDjqSZwKIGthtv0J6H9zZqPJblMCwDO4mjw&oe=65DE6557&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=null partial_media_enc_hash=null
width=1080 original_file_hash=vGzJt8sU4l8JqpSRAeASIFpm9XqnfsCpoWPCVnND9Ko=
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1017 multicast_id=null
enc_file_hash=z2iIDbUaKHmTi/g2iEruvNqA9u7hn51hZMgpeeHvMnQ= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=233057
media_name=f0f7f78c-3ef0-47dc-87eb-98d179380828.jpg media_duration=0
chat_row_id=121 media_key=[B@55ce692
01-28 19:28:29.311 1857 2239 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 19:28:29.311 1857 2239 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 19:28:29.371 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 19:28:29.379 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 19:28:29.539 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:29.545 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:29.625 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:29.630 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:29.678 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:29.684 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:29.753 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:29.758 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:29.771 1857 7180 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 19:28:29.771 1857 7180 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 19:28:29.782 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:29.790 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:29.809 1857 1899 W MediaPlayerNative: info/warning (10973, 0)
01-28 19:28:29.814 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:29.828 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:29.847 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:29.853 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:29.870 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:29.876 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:29.891 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:29.900 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:29.935 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:29.940 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:29.956 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:29.964 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:29.994 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:30.001 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:30.079 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:30.084 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:30.097 1857 1857 W BottomSheetBehavior: BottomSheetBehavior now
supports multiple callbacks. `setBottomSheetCallback()` removes all existing
callbacks, including ones set internally by library authors, which may result in
unintended behavior. This may change in the future. Please use
`addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your
own callbacks.
01-28 19:28:30.238 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:30.244 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:30.602 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:30.608 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:30.676 1857 1857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 19:28:30.676 1857 1857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 19:28:30.739 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:30.744 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:30.900 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:30.906 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:30.923 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:30.931 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:31.107 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:31.113 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:31.242 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:31.252 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:31.663 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:31.670 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:31.690 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:31.696 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:31.708 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:31.712 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:31.724 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:31.729 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:31.740 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:31.746 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:31.757 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:31.764 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:31.774 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:31.780 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:31.793 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:31.798 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:31.807 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:31.812 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:31.824 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:31.829 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:31.840 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:31.846 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:31.857 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:31.862 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:32.358 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:32.363 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:32.424 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:32.430 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:32.592 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:32.597 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:32.909 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:32.915 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:33.075 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:33.081 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:33.126 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:33.131 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:33.326 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:33.331 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:33.827 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:33.834 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:34.111 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:34.116 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:34.244 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:34.250 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:34.444 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:34.449 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:34.611 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:34.617 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:35.115 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:35.125 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:35.615 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:35.623 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:35.814 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:35.821 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:36.197 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:36.203 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:36.330 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:36.336 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:36.531 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:36.536 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:36.865 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:36.871 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:37.065 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:37.071 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:37.182 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:37.187 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:37.416 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:37.421 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:37.616 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:37.624 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:37.682 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:37.688 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:37.901 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:37.907 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:38.116 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:38.122 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:38.250 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:38.255 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:38.385 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:38.391 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:38.885 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:38.891 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:38.934 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:38.939 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:38.951 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:38.958 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:39.052 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:39.057 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:39.202 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:39.207 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:39.337 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:39.343 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:39.486 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:39.492 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:39.536 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:39.542 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:39.703 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:39.708 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:39.820 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:39.827 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:40.003 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:40.008 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:40.070 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:40.076 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:40.287 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:40.293 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:40.504 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:40.509 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:40.621 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:40.626 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:40.821 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:40.827 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:40.954 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:40.960 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:41.121 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:41.127 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:41.155 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:41.160 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:41.172 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:41.177 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:41.188 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:41.194 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:41.205 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:41.210 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:41.222 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:41.228 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:41.238 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:41.243 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:41.255 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:41.260 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:41.272 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:41.278 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:41.288 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:41.294 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:41.305 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:41.310 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:41.322 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:41.328 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:41.339 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:41.345 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:41.355 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:41.362 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:41.372 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:41.377 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:41.389 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:41.394 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:41.405 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:41.411 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:41.422 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:41.427 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:41.439 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:41.444 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:41.455 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:41.460 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:41.472 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:41.478 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:41.489 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:41.495 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:41.505 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:41.510 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:41.522 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:41.527 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:41.539 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:41.544 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:41.557 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:41.563 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:41.657 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:41.665 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:42.026 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:42.032 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:42.057 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:42.063 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:42.210 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:42.215 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:42.223 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:42.229 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:42.375 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:42.381 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:42.391 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:42.397 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:42.590 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:42.596 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:42.780 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:42.785 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:43.059 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:43.065 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:43.074 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:43.080 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:43.577 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:43.588 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:43.643 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:43.650 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:43.894 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:43.899 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:44.411 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:44.420 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:44.912 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:44.925 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:45.414 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:45.422 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:45.916 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:45.924 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:46.079 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:46.086 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:46.196 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:46.203 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:46.363 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:46.369 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:46.480 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:46.487 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:46.630 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:46.636 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:46.814 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:46.820 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:46.913 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:46.919 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:47.315 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:47.320 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:47.579 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:47.584 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:47.598 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:47.604 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:47.632 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:47.637 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:47.949 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:47.955 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:48.166 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:48.171 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:48.416 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:48.421 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:48.921 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:48.931 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:49.134 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:49.140 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:49.301 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:49.307 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:49.351 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:49.356 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:49.485 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:49.491 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:49.517 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:49.522 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:49.618 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:49.623 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:49.868 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:49.873 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:50.053 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:50.058 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:50.556 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:50.568 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:50.620 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:50.629 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:51.022 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:51.027 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:51.170 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:51.176 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:51.405 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:51.411 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:51.522 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:51.527 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:51.705 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:51.711 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:52.139 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:52.144 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:52.273 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:52.278 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:52.389 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:52.394 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:52.589 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:52.595 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:52.640 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:52.645 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:52.806 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:52.812 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:52.973 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:52.978 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:53.037 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:53.042 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:53.056 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:53.062 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:53.190 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:53.195 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:53.539 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:53.544 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:53.558 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:53.564 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:53.761 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:53.771 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:53.970 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:53.977 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:53.991 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:53.997 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:54.126 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:54.134 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:54.392 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:54.397 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:54.626 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:54.631 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:55.044 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:55.050 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:55.361 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:55.367 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:55.528 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:55.533 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:56.032 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:56.041 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:56.533 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:56.546 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:56.629 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:56.636 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:57.079 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:57.084 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:57.583 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:57.590 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:58.087 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:58.101 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:58.582 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:58.588 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:58.633 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:58.639 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:58.802 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:58.813 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:59.304 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:59.312 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:59.467 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:59.472 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:59.484 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:59.490 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:59.801 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:59.807 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:59.831 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:28:59.837 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:59.862 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:59.869 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:59.894 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:28:59.899 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:59.922 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:28:59.927 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:59.947 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:59.953 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:28:59.962 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:28:59.967 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:28:59.984 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:28:59.988 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:00.000 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:00.006 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:00.017 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:00.023 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:00.070 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:00.075 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:00.083 1857 7180 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 19:29:00.083 1857 7180 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 19:29:00.108 1857 1903 W MediaPlayerNative: info/warning (10973, 0)
01-28 19:29:00.289 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:00.295 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:00.323 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:00.329 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:00.352 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:00.357 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:00.866 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:00.872 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:00.890 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:00.896 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:01.002 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:01.008 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:01.035 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:01.041 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:01.276 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:01.281 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:06.330 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.330 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.331 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.331 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.332 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.332 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.333 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.333 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.334 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.334 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.334 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.335 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.335 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.335 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.336 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.336 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.336 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.338 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:06.339 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:07.733 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x181
01-28 19:29:07.740 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 19:29:08.014 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:29:08.017 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 19:29:08.020 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x161
01-28 19:29:08.061 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:08.064 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:08.065 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:08.065 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:08.066 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:08.067 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:08.068 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:08.068 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:08.136 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:08.139 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:08.142 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:08.195 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:08.198 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:08.202 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:08.257 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:08.261 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:08.264 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:08.732 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:08.737 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:08.741 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:09.233 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:09.240 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:09.245 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:09.534 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:09.539 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:09.542 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:09.599 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:09.603 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:09.606 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:09.691 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:09.695 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:09.699 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:10.080 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:10.087 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:10.090 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:10.922 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 19:29:10.930 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x185
01-28 19:29:11.199 1857 1857 W View : requestLayout() improperly called by
X.4rg{4c63ae2 V.E....L. ......ID 0,820-1080,2065} during layout: running second
layout pass
01-28 19:29:11.199 1857 1857 W View : requestLayout() improperly called by
android.widget.LinearLayout{b241e73 V.E...... ......ID 127,14-829,1231 #7f0b0e50
app:id/main_layout} during layout: running second layout pass
01-28 19:29:11.199 1857 1857 W View : requestLayout() improperly called by
com.whatsapp.conversation.conversationrow.ConversationRowImage$RowImageView{f9a3130
VFED..CL. ......ID 11,11-691,963 #7f0b0c84 app:id/image} during layout: running
second layout pass
01-28 19:29:11.204 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x165
01-28 19:29:11.209 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x179
01-28 19:29:11.212 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:29:11.250 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.251 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.251 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.252 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.252 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.253 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.254 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.254 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.255 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.255 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:11.290 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:11.295 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:11.298 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:11.339 1857 1857 W View : requestLayout() improperly called by
X.4rg{4c63ae2 V.E....L. ......ID 0,820-1080,2065 aid=1073741914} during second
layout pass: posting in next frame
01-28 19:29:11.340 1857 1857 W View : requestLayout() improperly called by
android.widget.LinearLayout{b241e73 V.E...... .......D 127,14-829,1231 #7f0b0e50
app:id/main_layout aid=1073741915} during second layout pass: posting in next frame
01-28 19:29:11.353 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:11.360 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:11.364 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:11.427 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:11.432 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:11.436 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:11.460 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:11.466 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:11.469 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:11.903 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:11.910 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:11.914 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:12.407 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:12.418 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:12.424 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:12.909 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:12.918 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:12.925 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:13.410 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:13.420 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:13.425 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:13.911 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:13.927 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:13.931 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:14.412 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:14.422 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:14.428 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:14.913 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:14.922 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:14.931 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:15.413 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:15.421 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:15.429 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:15.914 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:15.922 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:15.926 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:15.992 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:16.001 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:16.007 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:16.411 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:16.423 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:16.431 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:16.915 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:16.926 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:16.931 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:17.433 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:17.441 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:17.452 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:17.934 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:17.944 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:17.949 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:18.435 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:18.447 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:18.451 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:18.935 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:18.948 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:18.956 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:19.435 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:19.447 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:19.451 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:19.932 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:19.938 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:19.942 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:19.958 1857 7180 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 19:29:19.958 1857 7180 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 19:29:19.995 1857 7326 W MediaPlayerNative: info/warning (10973, 0)
01-28 19:29:20.008 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.014 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.018 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.119 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:20.126 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:20.165 1857 7180 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 19:29:20.165 1857 7180 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 19:29:20.238 1857 7326 W MediaPlayerNative: info/warning (10973, 0)
01-28 19:29:20.285 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:20.291 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.322 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:20.330 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:20.435 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:20.441 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:20.449 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.456 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.472 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.478 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.486 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:20.493 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:20.502 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.514 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:20.533 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:20.540 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.549 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:20.556 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:20.567 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.574 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.586 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:20.593 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.606 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.614 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.632 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.642 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:20.686 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.693 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.711 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.718 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.733 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.739 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.752 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:20.760 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:20.768 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.777 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:20.784 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:20.791 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.800 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:20.810 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:20.819 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.826 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.835 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:20.844 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:20.854 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.861 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.869 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:20.875 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:20.884 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:20.890 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:20.900 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:20.905 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.916 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:20.922 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:20.934 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:20.945 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:20.967 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:20.974 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:20.984 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:20.994 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=316c8b99-755a-4a36-9212-3f93c7483dd6 transcoded=0 gif_attribution=0
first_scan_length=23255 direct_path=/v/t62.7118-
24/11859225_1864331924001100_3601926883076213833_n.enc?ccb=11-
4&oh=01_AdT0mH_SlRBG6_qCd1_x5UQHViQ4xmY7jANzKvFn4sIFbw&oe=65DE3E7A&_nc_sid=5e03e0&_
nc_hot=1706491753 thumbnail_height_width_ratio=1.2631578 is_animated_sticker=0
file_hash=nHHDJh0+z0PHRU6eMm3kGzaMDXkIPNnS99+5djBL7MA= file_path=Media/WhatsApp
Images/Private/IMG-20240128-WA0023.jpg file_size=233313
partial_media_hash=k0/Qnjimb/MazSeM4ZX1sx1yQ26CZjLQ6FGJCP9fchY= face_x=808
face_y=229 height=1600 trim_to=0 media_key_timestamp=1706483165000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/11859225_1864331924001100_3601926883076213833_n.enc?ccb=11-
4&oh=01_AdT0mH_SlRBG6_qCd1_x5UQHViQ4xmY7jANzKvFn4sIFbw&oe=65DE3E7A&_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=1020 multicast_id=null
enc_file_hash=xUld/gpwrU0D5OybJY2wANk9UMGfKM9x+cuVDyf1uys= mute_video=0
page_count=0 first_scan_sidecar=[B@ea4f374 suspicious_content=0 file_length=233313
media_name=null media_duration=0 chat_row_id=396 media_key=[B@e21309d
01-28 19:29:21.005 1857 2239 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
01-28 19:29:21.005 1857 2239 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
01-28 19:29:21.016 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:21.022 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:21.047 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:21.053 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:21.073 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:21.079 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:21.116 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:21.121 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:21.435 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:21.446 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:21.935 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:21.940 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:22.436 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:22.441 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:22.937 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:22.942 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:23.437 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:23.442 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:23.938 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:23.943 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:24.439 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:24.446 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:24.940 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:24.947 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:25.441 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:25.448 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:25.946 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:25.953 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:26.077 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:26.082 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:26.278 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:26.279 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:26.295 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:26.301 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:27.923 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x195
01-28 19:29:27.931 1857 1857 E ArmVmp : Match on catch block at 0x0a in for
0x18d
01-28 19:29:28.065 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:28.138 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x171
01-28 19:29:28.143 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x169
01-28 19:29:28.169 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:28.169 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:28.170 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:28.171 1857 1857 W TextView: onProvideContentCaptureStructure():
calling assumeLayout()
01-28 19:29:28.204 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:28.208 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:28.367 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:28.371 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:28.395 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:28.398 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:28.870 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:28.876 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:29.277 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:29.281 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:29.375 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:29.385 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:29.391 1857 1857 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
01-28 19:29:29.391 1857 1857 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
01-28 19:29:29.518 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:29.525 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:29.546 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:29.552 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:29.730 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:29.736 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:29.867 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:29.876 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:30.369 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:30.382 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:30.742 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:30.747 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:30.766 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:30.772 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:30.783 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:30.788 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:30.798 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:30.803 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:30.815 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:30.821 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:30.831 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:30.837 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:30.851 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:30.856 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:30.865 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:30.871 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:30.882 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:30.888 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:30.899 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:30.905 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:30.915 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:30.922 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:30.932 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:30.939 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:30.982 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:30.987 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:31.049 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:31.054 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:31.282 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:31.287 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:31.499 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:31.504 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:31.684 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:31.691 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:31.850 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:31.855 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:32.351 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:32.358 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:32.856 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:32.864 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:32.990 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:32.995 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:33.036 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:33.042 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:33.538 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:33.544 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:34.021 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:34.027 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:34.038 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:34.043 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:34.540 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:34.550 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:34.955 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:34.961 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:35.222 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:35.226 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:35.439 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:35.443 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:35.555 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:35.560 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:35.723 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:35.729 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:35.873 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:35.877 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:35.973 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:35.978 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:36.142 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:36.147 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:36.574 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:36.580 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:36.926 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:36.930 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:36.953 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:36.957 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:36.979 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:36.984 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:37.016 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:37.020 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:37.062 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:37.067 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:37.102 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:37.107 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:37.130 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:37.133 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:37.141 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:37.146 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:37.158 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:37.162 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:37.379 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:37.384 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:37.392 1857 7180 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 19:29:37.392 1857 7180 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 19:29:37.419 1857 1899 W MediaPlayerNative: info/warning (10973, 0)
01-28 19:29:37.442 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:37.446 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:37.512 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:37.515 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:37.536 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:37.540 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:37.559 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:37.562 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:37.575 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:37.579 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:37.592 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:37.596 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:37.608 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:37.612 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:37.628 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:37.632 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:37.642 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:37.647 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:37.659 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:37.664 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:37.676 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:37.680 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:37.692 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:37.696 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:37.709 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:37.713 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:37.762 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:37.766 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:37.781 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:37.785 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:37.843 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:37.847 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:37.862 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:37.866 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:38.026 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:38.030 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:38.244 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:38.248 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:38.377 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:38.381 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:38.794 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:38.799 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:38.977 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:38.981 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:39.178 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:39.182 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:39.365 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:39.370 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:39.395 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:39.399 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:39.583 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:39.586 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:40.098 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:40.104 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:40.229 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:40.234 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:40.396 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:40.401 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:40.614 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:40.619 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:40.764 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:40.768 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:40.898 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:40.902 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:41.064 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:41.068 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:41.248 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:41.253 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:41.415 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:41.425 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:41.566 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:41.571 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:41.784 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:41.789 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:41.915 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:41.922 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:42.066 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:42.072 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:42.283 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:42.290 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:42.400 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:42.405 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:42.617 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:42.621 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:43.118 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:43.122 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:43.184 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:43.188 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:43.384 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:43.389 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:43.518 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:43.522 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:43.769 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:43.773 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:44.069 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:44.073 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:44.286 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:44.291 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:44.520 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:44.524 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:44.669 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:44.673 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:44.686 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:44.691 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:45.155 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:45.160 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:45.675 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:45.681 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:45.989 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:45.995 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:46.088 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:46.093 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:46.452 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:46.458 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:46.656 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:46.660 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:46.807 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:46.812 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:46.974 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:46.978 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:47.073 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:47.080 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:47.096 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:47.100 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:47.124 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:47.129 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:47.141 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:47.146 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:47.157 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:47.162 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:47.174 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:47.180 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:47.192 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:47.196 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:47.207 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:47.213 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:47.224 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:47.229 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:47.242 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:47.247 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:47.258 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:47.262 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:47.274 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:47.279 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:47.293 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:47.297 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:47.308 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:47.315 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:47.332 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:47.347 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:47.359 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:47.367 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:47.377 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:47.384 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:47.399 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:47.405 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:47.416 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:47.433 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:47.442 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:47.449 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:47.465 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:47.471 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:47.526 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:47.532 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:47.609 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:47.615 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:48.110 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:48.117 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:48.410 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:48.425 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:48.459 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:48.474 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:48.595 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:48.609 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:49.011 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:49.017 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:49.054 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:49.061 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:49.112 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:49.123 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:49.144 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:49.149 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:49.199 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:49.208 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:49.239 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:49.250 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:49.277 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:49.299 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:49.333 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:49.337 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:49.382 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:49.392 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:49.415 1857 7180 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
01-28 19:29:49.415 1857 7180 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-28 19:29:49.484 1857 7422 W MediaPlayerNative: info/warning (10973, 0)
01-28 19:29:49.544 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:49.549 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:49.631 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:49.636 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:49.664 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:49.668 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:50.045 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:50.050 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x151
01-28 19:29:50.550 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:50.557 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:51.050 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:51.060 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x159
01-28 19:29:51.548 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:51.555 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x141
01-28 19:29:52.048 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:52.054 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x145
01-28 19:29:52.549 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x14d
01-28 19:29:52.553 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x149
01-28 19:29:52.646 1857 1857 E ArmVmp : Match on catch block at 0xc3 in for
0x155
01-28 19:29:52.652 18

You might also like